public static final class AdminProtos.OpenRegionResponse extends com.google.protobuf.GeneratedMessage implements AdminProtos.OpenRegionResponseOrBuilder
OpenRegionResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AdminProtos.OpenRegionResponse.Builder
Protobuf type
OpenRegionResponse |
static class |
AdminProtos.OpenRegionResponse.RegionOpeningState
Protobuf enum
OpenRegionResponse.RegionOpeningState |
| Modifier and Type | Field and Description |
|---|---|
static int |
OPENING_STATE_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AdminProtos.OpenRegionResponse |
getDefaultInstance() |
AdminProtos.OpenRegionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
AdminProtos.OpenRegionResponse.RegionOpeningState |
getOpeningState(int index)
repeated .OpenRegionResponse.RegionOpeningState opening_state = 1; |
int |
getOpeningStateCount()
repeated .OpenRegionResponse.RegionOpeningState opening_state = 1; |
List<AdminProtos.OpenRegionResponse.RegionOpeningState> |
getOpeningStateList()
repeated .OpenRegionResponse.RegionOpeningState opening_state = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AdminProtos.OpenRegionResponse.Builder |
newBuilder() |
static AdminProtos.OpenRegionResponse.Builder |
newBuilder(AdminProtos.OpenRegionResponse prototype) |
AdminProtos.OpenRegionResponse.Builder |
newBuilderForType() |
protected AdminProtos.OpenRegionResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AdminProtos.OpenRegionResponse |
parseDelimitedFrom(InputStream input) |
static AdminProtos.OpenRegionResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.OpenRegionResponse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int OPENING_STATE_FIELD_NUMBER
public static AdminProtos.OpenRegionResponse getDefaultInstance()
public AdminProtos.OpenRegionResponse 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 List<AdminProtos.OpenRegionResponse.RegionOpeningState> getOpeningStateList()
repeated .OpenRegionResponse.RegionOpeningState opening_state = 1;getOpeningStateList in interface AdminProtos.OpenRegionResponseOrBuilderpublic int getOpeningStateCount()
repeated .OpenRegionResponse.RegionOpeningState opening_state = 1;getOpeningStateCount in interface AdminProtos.OpenRegionResponseOrBuilderpublic AdminProtos.OpenRegionResponse.RegionOpeningState getOpeningState(int index)
repeated .OpenRegionResponse.RegionOpeningState opening_state = 1;getOpeningState in interface AdminProtos.OpenRegionResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.OpenRegionResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AdminProtos.OpenRegionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.OpenRegionResponse.Builder newBuilder()
public AdminProtos.OpenRegionResponse.Builder newBuilderForType()
public static AdminProtos.OpenRegionResponse.Builder newBuilder(AdminProtos.OpenRegionResponse prototype)
public AdminProtos.OpenRegionResponse.Builder toBuilder()
protected AdminProtos.OpenRegionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)