public static final class MasterProtos.DeleteColumnRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.DeleteColumnRequestOrBuilder
hbase.pb.DeleteColumnRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.DeleteColumnRequest.Builder
Protobuf type
hbase.pb.DeleteColumnRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_NAME_FIELD_NUMBER |
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) |
com.google.protobuf.ByteString |
getColumnName()
required bytes column_name = 2; |
static MasterProtos.DeleteColumnRequest |
getDefaultInstance() |
MasterProtos.DeleteColumnRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNonce()
optional uint64 nonce = 4 [default = 0]; |
long |
getNonceGroup()
optional uint64 nonce_group = 3 [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() |
boolean |
hasColumnName()
required bytes column_name = 2; |
int |
hashCode() |
boolean |
hasNonce()
optional uint64 nonce = 4 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0]; |
boolean |
hasTableName()
required .TableName table_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.DeleteColumnRequest.Builder |
newBuilder() |
static MasterProtos.DeleteColumnRequest.Builder |
newBuilder(MasterProtos.DeleteColumnRequest prototype) |
MasterProtos.DeleteColumnRequest.Builder |
newBuilderForType() |
protected MasterProtos.DeleteColumnRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.DeleteColumnRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.DeleteColumnRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.DeleteColumnRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteColumnRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.DeleteColumnRequest.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 COLUMN_NAME_FIELD_NUMBER
public static final int NONCE_GROUP_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public static MasterProtos.DeleteColumnRequest getDefaultInstance()
public MasterProtos.DeleteColumnRequest 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.DeleteColumnRequestOrBuilderpublic TableProtos.TableName getTableName()
required .TableName table_name = 1;getTableName in interface MasterProtos.DeleteColumnRequestOrBuilderpublic TableProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 1;getTableNameOrBuilder in interface MasterProtos.DeleteColumnRequestOrBuilderpublic boolean hasColumnName()
required bytes column_name = 2;hasColumnName in interface MasterProtos.DeleteColumnRequestOrBuilderpublic com.google.protobuf.ByteString getColumnName()
required bytes column_name = 2;getColumnName in interface MasterProtos.DeleteColumnRequestOrBuilderpublic boolean hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0];hasNonceGroup in interface MasterProtos.DeleteColumnRequestOrBuilderpublic long getNonceGroup()
optional uint64 nonce_group = 3 [default = 0];getNonceGroup in interface MasterProtos.DeleteColumnRequestOrBuilderpublic boolean hasNonce()
optional uint64 nonce = 4 [default = 0];hasNonce in interface MasterProtos.DeleteColumnRequestOrBuilderpublic long getNonce()
optional uint64 nonce = 4 [default = 0];getNonce in interface MasterProtos.DeleteColumnRequestOrBuilderpublic 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.DeleteColumnRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteColumnRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteColumnRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.DeleteColumnRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteColumnRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteColumnRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteColumnRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteColumnRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.DeleteColumnRequest.Builder newBuilder()
public MasterProtos.DeleteColumnRequest.Builder newBuilderForType()
public static MasterProtos.DeleteColumnRequest.Builder newBuilder(MasterProtos.DeleteColumnRequest prototype)
public MasterProtos.DeleteColumnRequest.Builder toBuilder()
protected MasterProtos.DeleteColumnRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)