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