public static final class MasterProtos.IsSnapshotDoneResponse.Builder extends <any> implements MasterProtos.IsSnapshotDoneResponseOrBuilder
IsSnapshotDoneResponsepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public MasterProtos.IsSnapshotDoneResponse.Builder clear()
public MasterProtos.IsSnapshotDoneResponse.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public MasterProtos.IsSnapshotDoneResponse getDefaultInstanceForType()
public MasterProtos.IsSnapshotDoneResponse build()
public MasterProtos.IsSnapshotDoneResponse buildPartial()
public MasterProtos.IsSnapshotDoneResponse.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public MasterProtos.IsSnapshotDoneResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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 MasterProtos.IsSnapshotDoneResponse.Builder setDone(boolean value)
optional bool done = 1 [default = false];public MasterProtos.IsSnapshotDoneResponse.Builder clearDone()
optional bool done = 1 [default = false];public boolean hasSnapshot()
optional .SnapshotDescription snapshot = 2;hasSnapshot in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic HBaseProtos.SnapshotDescription getSnapshot()
optional .SnapshotDescription snapshot = 2;getSnapshot in interface MasterProtos.IsSnapshotDoneResponseOrBuilderpublic MasterProtos.IsSnapshotDoneResponse.Builder setSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 2;public MasterProtos.IsSnapshotDoneResponse.Builder setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
optional .SnapshotDescription snapshot = 2;public MasterProtos.IsSnapshotDoneResponse.Builder mergeSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 2;public MasterProtos.IsSnapshotDoneResponse.Builder clearSnapshot()
optional .SnapshotDescription snapshot = 2;public HBaseProtos.SnapshotDescription.Builder getSnapshotBuilder()
optional .SnapshotDescription snapshot = 2;public HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 2;getSnapshotOrBuilder in interface MasterProtos.IsSnapshotDoneResponseOrBuilder