public static final class MasterProtos.DeleteNamespaceRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.DeleteNamespaceRequestOrBuilder
hbase.pb.DeleteNamespaceRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.DeleteNamespaceRequest.Builder
Protobuf type
hbase.pb.DeleteNamespaceRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
NAMESPACENAME_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.DeleteNamespaceRequest |
getDefaultInstance() |
MasterProtos.DeleteNamespaceRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getNamespaceName()
required string namespaceName = 1; |
com.google.protobuf.ByteString |
getNamespaceNameBytes()
required string namespaceName = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNamespaceName()
required string namespaceName = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.DeleteNamespaceRequest.Builder |
newBuilder() |
static MasterProtos.DeleteNamespaceRequest.Builder |
newBuilder(MasterProtos.DeleteNamespaceRequest prototype) |
MasterProtos.DeleteNamespaceRequest.Builder |
newBuilderForType() |
protected MasterProtos.DeleteNamespaceRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.DeleteNamespaceRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.DeleteNamespaceRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.DeleteNamespaceRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteNamespaceRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.DeleteNamespaceRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int NAMESPACENAME_FIELD_NUMBER
public static MasterProtos.DeleteNamespaceRequest getDefaultInstance()
public MasterProtos.DeleteNamespaceRequest getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasNamespaceName()
required string namespaceName = 1;hasNamespaceName in interface MasterProtos.DeleteNamespaceRequestOrBuilderpublic java.lang.String getNamespaceName()
required string namespaceName = 1;getNamespaceName in interface MasterProtos.DeleteNamespaceRequestOrBuilderpublic com.google.protobuf.ByteString getNamespaceNameBytes()
required string namespaceName = 1;getNamespaceNameBytes in interface MasterProtos.DeleteNamespaceRequestOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static MasterProtos.DeleteNamespaceRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteNamespaceRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteNamespaceRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteNamespaceRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteNamespaceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteNamespaceRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteNamespaceRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteNamespaceRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteNamespaceRequest.Builder newBuilder()
public MasterProtos.DeleteNamespaceRequest.Builder newBuilderForType()
public static MasterProtos.DeleteNamespaceRequest.Builder newBuilder(MasterProtos.DeleteNamespaceRequest prototype)
public MasterProtos.DeleteNamespaceRequest.Builder toBuilder()
protected MasterProtos.DeleteNamespaceRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)