public static final class MasterProtos.BackupTablesResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.BackupTablesResponseOrBuilder
BackupTablesResponse
Modifier and Type | Class and Description |
---|---|
static class |
MasterProtos.BackupTablesResponse.Builder
Protobuf type
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(Object obj) |
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(InputStream input) |
static MasterProtos.BackupTablesResponse |
parseDelimitedFrom(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(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.BackupTablesResponse.Builder |
toBuilder() |
protected 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.BackupTablesResponseOrBuilder
public long getProcId()
optional uint64 proc_id = 1;
getProcId
in interface MasterProtos.BackupTablesResponseOrBuilder
public boolean hasBackupId()
optional string backup_id = 2;
hasBackupId
in interface MasterProtos.BackupTablesResponseOrBuilder
public String getBackupId()
optional string backup_id = 2;
getBackupId
in interface MasterProtos.BackupTablesResponseOrBuilder
public com.google.protobuf.ByteString getBackupIdBytes()
optional string backup_id = 2;
getBackupIdBytes
in interface MasterProtos.BackupTablesResponseOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
public boolean equals(Object obj)
public int hashCode()
public static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterProtos.BackupTablesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterProtos.BackupTablesResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MasterProtos.BackupTablesResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MasterProtos.BackupTablesResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MasterProtos.BackupTablesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public 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)