public static final class MasterProtos.DeleteTableRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.DeleteTableRequestOrBuilder
hbase.pb.DeleteTableRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.DeleteTableRequest.Builder
Protobuf type
hbase.pb.DeleteTableRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
NONCE_FIELD_NUMBER |
static int |
NONCE_GROUP_FIELD_NUMBER |
static <any> |
PARSER |
static int |
TABLE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.DeleteTableRequest |
getDefaultInstance() |
MasterProtos.DeleteTableRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNonce()
optional uint64 nonce = 3 [default = 0]; |
long |
getNonceGroup()
optional uint64 nonce_group = 2 [default = 0]; |
<any> |
getParserForType() |
int |
getSerializedSize() |
TableProtos.TableName |
getTableName()
required .TableName table_name = 1; |
TableProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .TableName table_name = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNonce()
optional uint64 nonce = 3 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 2 [default = 0]; |
boolean |
hasTableName()
required .TableName table_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.DeleteTableRequest.Builder |
newBuilder() |
static MasterProtos.DeleteTableRequest.Builder |
newBuilder(MasterProtos.DeleteTableRequest prototype) |
MasterProtos.DeleteTableRequest.Builder |
newBuilderForType() |
protected MasterProtos.DeleteTableRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.DeleteTableRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.DeleteTableRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.DeleteTableRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteTableRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.DeleteTableRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int NONCE_GROUP_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public static MasterProtos.DeleteTableRequest getDefaultInstance()
public MasterProtos.DeleteTableRequest 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 hasTableName()
required .TableName table_name = 1;hasTableName in interface MasterProtos.DeleteTableRequestOrBuilderpublic TableProtos.TableName getTableName()
required .TableName table_name = 1;getTableName in interface MasterProtos.DeleteTableRequestOrBuilderpublic TableProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 1;getTableNameOrBuilder in interface MasterProtos.DeleteTableRequestOrBuilderpublic boolean hasNonceGroup()
optional uint64 nonce_group = 2 [default = 0];hasNonceGroup in interface MasterProtos.DeleteTableRequestOrBuilderpublic long getNonceGroup()
optional uint64 nonce_group = 2 [default = 0];getNonceGroup in interface MasterProtos.DeleteTableRequestOrBuilderpublic boolean hasNonce()
optional uint64 nonce = 3 [default = 0];hasNonce in interface MasterProtos.DeleteTableRequestOrBuilderpublic long getNonce()
optional uint64 nonce = 3 [default = 0];getNonce in interface MasterProtos.DeleteTableRequestOrBuilderpublic 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.DeleteTableRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteTableRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteTableRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteTableRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteTableRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteTableRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteTableRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteTableRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteTableRequest.Builder newBuilder()
public MasterProtos.DeleteTableRequest.Builder newBuilderForType()
public static MasterProtos.DeleteTableRequest.Builder newBuilder(MasterProtos.DeleteTableRequest prototype)
public MasterProtos.DeleteTableRequest.Builder toBuilder()
protected MasterProtos.DeleteTableRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)