public final class BackupInfo extends GeneratedMessageV3 implements BackupInfoOrBuilder
Information about a backup.
Protobuf type google.bigtable.admin.v2.BackupInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BackupInfoImplements
BackupInfoOrBuilderStatic Fields
BACKUP_FIELD_NUMBER
public static final int BACKUP_FIELD_NUMBER
Type | Description |
int |
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Type | Description |
int |
SOURCE_TABLE_FIELD_NUMBER
public static final int SOURCE_TABLE_FIELD_NUMBER
Type | Description |
int |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BackupInfo getDefaultInstance()
Type | Description |
BackupInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static BackupInfo.Builder newBuilder()
Type | Description |
BackupInfo.Builder |
newBuilder(BackupInfo prototype)
public static BackupInfo.Builder newBuilder(BackupInfo prototype)
Name | Description |
prototype | BackupInfo |
Type | Description |
BackupInfo.Builder |
parseDelimitedFrom(InputStream input)
public static BackupInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
BackupInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BackupInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static BackupInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
BackupInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackupInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BackupInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
BackupInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackupInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BackupInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
BackupInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BackupInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static BackupInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
BackupInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BackupInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BackupInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
BackupInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BackupInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BackupInfo> parser()
Type | Description |
Parser<BackupInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getBackup()
public String getBackup()
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The backup. |
getBackupBytes()
public ByteString getBackupBytes()
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for backup. |
getDefaultInstanceForType()
public BackupInfo getDefaultInstanceForType()
Type | Description |
BackupInfo |
getEndTime()
public Timestamp getEndTime()
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getParserForType()
public Parser<BackupInfo> getParserForType()
Type | Description |
Parser<BackupInfo> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSourceTable()
public String getSourceTable()
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The sourceTable. |
getSourceTableBytes()
public ByteString getSourceTableBytes()
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for sourceTable. |
getStartTime()
public Timestamp getStartTime()
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasEndTime()
public boolean hasEndTime()
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the startTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public BackupInfo.Builder newBuilderForType()
Type | Description |
BackupInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BackupInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
BackupInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public BackupInfo.Builder toBuilder()
Type | Description |
BackupInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |