public static final class MasterProtos.BackupTablesResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.BackupTablesResponseOrBuilder
hbase.pb.BackupTablesResponse| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.BackupTablesResponse.Builder
Protobuf type
hbase.pb.BackupTablesResponse |
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKUP_ID_FIELD_NUMBER |
static <any> |
PARSER |
static int |
PROC_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBackupId()
optional string backup_id = 2; |
com.google.protobuf.ByteString |
getBackupIdBytes()
optional string backup_id = 2; |
static MasterProtos.BackupTablesResponse |
getDefaultInstance() |
MasterProtos.BackupTablesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
long |
getProcId()
optional uint64 proc_id = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBackupId()
optional string backup_id = 2; |
int |
hashCode() |
boolean |
hasProcId()
optional uint64 proc_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.BackupTablesResponse.Builder |
newBuilder() |
static MasterProtos.BackupTablesResponse.Builder |
newBuilder(MasterProtos.BackupTablesResponse prototype) |
MasterProtos.BackupTablesResponse.Builder |
newBuilderForType() |
protected MasterProtos.BackupTablesResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.BackupTablesResponse |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.BackupTablesResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesResponse |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.BackupTablesResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.BackupTablesResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.BackupTablesResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int PROC_ID_FIELD_NUMBER
public static final int BACKUP_ID_FIELD_NUMBER
public static MasterProtos.BackupTablesResponse getDefaultInstance()
public MasterProtos.BackupTablesResponse 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 hasProcId()
optional uint64 proc_id = 1;hasProcId in interface MasterProtos.BackupTablesResponseOrBuilderpublic long getProcId()
optional uint64 proc_id = 1;getProcId in interface MasterProtos.BackupTablesResponseOrBuilderpublic boolean hasBackupId()
optional string backup_id = 2;hasBackupId in interface MasterProtos.BackupTablesResponseOrBuilderpublic java.lang.String getBackupId()
optional string backup_id = 2;getBackupId in interface MasterProtos.BackupTablesResponseOrBuilderpublic com.google.protobuf.ByteString getBackupIdBytes()
optional string backup_id = 2;getBackupIdBytes in interface MasterProtos.BackupTablesResponseOrBuilderpublic 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.BackupTablesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.BackupTablesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.BackupTablesResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesResponse.Builder newBuilder()
public MasterProtos.BackupTablesResponse.Builder newBuilderForType()
public static MasterProtos.BackupTablesResponse.Builder newBuilder(MasterProtos.BackupTablesResponse prototype)
public MasterProtos.BackupTablesResponse.Builder toBuilder()
protected MasterProtos.BackupTablesResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)