public static final class MasterProtos.IsSnapshotDoneResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.IsSnapshotDoneResponseOrBuilder
hbase.pb.IsSnapshotDoneResponse| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.IsSnapshotDoneResponse.Builder
Protobuf type
hbase.pb.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(java.lang.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 .hbase.pb.SnapshotDescription snapshot = 2; |
HBaseProtos.SnapshotDescriptionOrBuilder |
getSnapshotOrBuilder()
optional .hbase.pb.SnapshotDescription snapshot = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDone()
optional bool done = 1 [default = false]; |
int |
hashCode() |
boolean |
hasSnapshot()
optional .hbase.pb.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(java.io.InputStream input) |
static MasterProtos.IsSnapshotDoneResponse |
parseDelimitedFrom(java.io.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(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.IsSnapshotDoneResponse.Builder |
toBuilder() |
protected java.lang.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 .hbase.pb.SnapshotDescription snapshot = 2;hasSnapshot in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic HBaseProtos.SnapshotDescription getSnapshot()
optional .hbase.pb.SnapshotDescription snapshot = 2;getSnapshot in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .hbase.pb.SnapshotDescription snapshot = 2;getSnapshotOrBuilder in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic 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.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(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.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)