public static final class BackupInfo.Builder extends GeneratedMessageV3.Builder<BackupInfo.Builder> implements BackupInfoOrBuilder
Information about a backup.
Protobuf type google.bigtable.admin.v2.BackupInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BackupInfo.BuilderImplements
BackupInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackupInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BackupInfo.Builder |
build()
public BackupInfo build()
Type | Description |
BackupInfo |
buildPartial()
public BackupInfo buildPartial()
Type | Description |
BackupInfo |
clear()
public BackupInfo.Builder clear()
Type | Description |
BackupInfo.Builder |
clearBackup()
public BackupInfo.Builder clearBackup()
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BackupInfo.Builder | This builder for chaining. |
clearEndTime()
public BackupInfo.Builder clearEndTime()
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 |
BackupInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public BackupInfo.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BackupInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BackupInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BackupInfo.Builder |
clearSourceTable()
public BackupInfo.Builder clearSourceTable()
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BackupInfo.Builder | This builder for chaining. |
clearStartTime()
public BackupInfo.Builder clearStartTime()
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 |
BackupInfo.Builder |
clone()
public BackupInfo.Builder clone()
Type | Description |
BackupInfo.Builder |
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 |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
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 |
Builder |
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 |
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. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
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 |
Builder |
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 |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEndTime(Timestamp value)
public BackupInfo.Builder mergeEndTime(Timestamp value)
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];
Name | Description |
value | Timestamp |
Type | Description |
BackupInfo.Builder |
mergeFrom(BackupInfo other)
public BackupInfo.Builder mergeFrom(BackupInfo other)
Name | Description |
other | BackupInfo |
Type | Description |
BackupInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BackupInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackupInfo.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BackupInfo.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BackupInfo.Builder |
mergeStartTime(Timestamp value)
public BackupInfo.Builder mergeStartTime(Timestamp value)
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];
Name | Description |
value | Timestamp |
Type | Description |
BackupInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackupInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BackupInfo.Builder |
setBackup(String value)
public BackupInfo.Builder setBackup(String value)
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The backup to set. |
Type | Description |
BackupInfo.Builder | This builder for chaining. |
setBackupBytes(ByteString value)
public BackupInfo.Builder setBackupBytes(ByteString value)
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for backup to set. |
Type | Description |
BackupInfo.Builder | This builder for chaining. |
setEndTime(Timestamp value)
public BackupInfo.Builder setEndTime(Timestamp value)
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];
Name | Description |
value | Timestamp |
Type | Description |
BackupInfo.Builder |
setEndTime(Timestamp.Builder builderForValue)
public BackupInfo.Builder setEndTime(Timestamp.Builder builderForValue)
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];
Name | Description |
builderForValue | Builder |
Type | Description |
BackupInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BackupInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BackupInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackupInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BackupInfo.Builder |
setSourceTable(String value)
public BackupInfo.Builder setSourceTable(String value)
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The sourceTable to set. |
Type | Description |
BackupInfo.Builder | This builder for chaining. |
setSourceTableBytes(ByteString value)
public BackupInfo.Builder setSourceTableBytes(ByteString value)
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for sourceTable to set. |
Type | Description |
BackupInfo.Builder | This builder for chaining. |
setStartTime(Timestamp value)
public BackupInfo.Builder setStartTime(Timestamp value)
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];
Name | Description |
value | Timestamp |
Type | Description |
BackupInfo.Builder |
setStartTime(Timestamp.Builder builderForValue)
public BackupInfo.Builder setStartTime(Timestamp.Builder builderForValue)
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];
Name | Description |
builderForValue | Builder |
Type | Description |
BackupInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BackupInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BackupInfo.Builder |