public static final class MasterProtos.GetSchemaAlterStatusRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.GetSchemaAlterStatusRequestOrBuilder
hbase.pb.GetSchemaAlterStatusRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.GetSchemaAlterStatusRequest.Builder
Protobuf type
hbase.pb.GetSchemaAlterStatusRequest |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
TABLE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.GetSchemaAlterStatusRequest |
getDefaultInstance() |
MasterProtos.GetSchemaAlterStatusRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<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 |
hasTableName()
required .TableName table_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.GetSchemaAlterStatusRequest.Builder |
newBuilder() |
static MasterProtos.GetSchemaAlterStatusRequest.Builder |
newBuilder(MasterProtos.GetSchemaAlterStatusRequest prototype) |
MasterProtos.GetSchemaAlterStatusRequest.Builder |
newBuilderForType() |
protected MasterProtos.GetSchemaAlterStatusRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.GetSchemaAlterStatusRequest.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 MasterProtos.GetSchemaAlterStatusRequest getDefaultInstance()
public MasterProtos.GetSchemaAlterStatusRequest 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.GetSchemaAlterStatusRequestOrBuilderpublic TableProtos.TableName getTableName()
required .TableName table_name = 1;getTableName in interface MasterProtos.GetSchemaAlterStatusRequestOrBuilderpublic TableProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 1;getTableNameOrBuilder in interface MasterProtos.GetSchemaAlterStatusRequestOrBuilderpublic 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.GetSchemaAlterStatusRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetSchemaAlterStatusRequest.Builder newBuilder()
public MasterProtos.GetSchemaAlterStatusRequest.Builder newBuilderForType()
public static MasterProtos.GetSchemaAlterStatusRequest.Builder newBuilder(MasterProtos.GetSchemaAlterStatusRequest prototype)
public MasterProtos.GetSchemaAlterStatusRequest.Builder toBuilder()
protected MasterProtos.GetSchemaAlterStatusRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)