public static final class MasterProtos.IsSnapshotDoneResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.IsSnapshotDoneResponseOrBuilder
IsSnapshotDoneResponse| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.IsSnapshotDoneResponse.Builder
Protobuf type
IsSnapshotDoneResponse |
| Modifier and Type | Field and Description |
|---|---|
static int |
DONE_FIELD_NUMBER |
static <any> |
PARSER |
static int |
SNAPSHOT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MasterProtos.IsSnapshotDoneResponse |
getDefaultInstance() |
MasterProtos.IsSnapshotDoneResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDone()
optional bool done = 1 [default = false]; |
<any> |
getParserForType() |
int |
getSerializedSize() |
HBaseProtos.SnapshotDescription |
getSnapshot()
optional .SnapshotDescription snapshot = 2; |
HBaseProtos.SnapshotDescriptionOrBuilder |
getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDone()
optional bool done = 1 [default = false]; |
int |
hashCode() |
boolean |
hasSnapshot()
optional .SnapshotDescription snapshot = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.IsSnapshotDoneResponse.Builder |
newBuilder() |
static MasterProtos.IsSnapshotDoneResponse.Builder |
newBuilder(MasterProtos.IsSnapshotDoneResponse prototype) |
MasterProtos.IsSnapshotDoneResponse.Builder |
newBuilderForType() |
protected MasterProtos.IsSnapshotDoneResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.IsSnapshotDoneResponse |
parseDelimitedFrom(InputStream input) |
static MasterProtos.IsSnapshotDoneResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.IsSnapshotDoneResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.IsSnapshotDoneResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.IsSnapshotDoneResponse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int DONE_FIELD_NUMBER
public static final int SNAPSHOT_FIELD_NUMBER
public static MasterProtos.IsSnapshotDoneResponse getDefaultInstance()
public MasterProtos.IsSnapshotDoneResponse 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 hasDone()
optional bool done = 1 [default = false];hasDone in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic boolean getDone()
optional bool done = 1 [default = false];getDone in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic boolean hasSnapshot()
optional .SnapshotDescription snapshot = 2;hasSnapshot in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic HBaseProtos.SnapshotDescription getSnapshot()
optional .SnapshotDescription snapshot = 2;getSnapshot in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 2;getSnapshotOrBuilder in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic 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 MasterProtos.IsSnapshotDoneResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse.Builder newBuilder()
public MasterProtos.IsSnapshotDoneResponse.Builder newBuilderForType()
public static MasterProtos.IsSnapshotDoneResponse.Builder newBuilder(MasterProtos.IsSnapshotDoneResponse prototype)
public MasterProtos.IsSnapshotDoneResponse.Builder toBuilder()
protected MasterProtos.IsSnapshotDoneResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)