Package com.google.bigtable.admin.v2
Interface CreateBackupMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateBackupMetadata,CreateBackupMetadata.Builder
public interface CreateBackupMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampIf set, the time at which this operation finished or was cancelled.com.google.protobuf.TimestampOrBuilderIf set, the time at which this operation finished or was cancelled.getName()The name of the backup being created.com.google.protobuf.ByteStringThe name of the backup being created.The name of the table the backup is created from.com.google.protobuf.ByteStringThe name of the table the backup is created from.com.google.protobuf.TimestampThe time at which this operation started.com.google.protobuf.TimestampOrBuilderThe time at which this operation started.booleanIf set, the time at which this operation finished or was cancelled.booleanThe time at which this operation started.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()The name of the backup being created.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the backup being created.
string name = 1;- Returns:
- The bytes for name.
-
getSourceTable
String getSourceTable()The name of the table the backup is created from.
string source_table = 2;- Returns:
- The sourceTable.
-
getSourceTableBytes
com.google.protobuf.ByteString getSourceTableBytes()The name of the table the backup is created from.
string source_table = 2;- Returns:
- The bytes for sourceTable.
-
hasStartTime
boolean hasStartTime()The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()The time at which this operation started.
.google.protobuf.Timestamp start_time = 3; -
hasEndTime
boolean hasEndTime()If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
-