public static final class CreateBackupMetadata.Builder extends GeneratedMessageV3.Builder<CreateBackupMetadata.Builder> implements CreateBackupMetadataOrBuilder
Metadata type for the operation returned by CreateBackup.
Protobuf type google.bigtable.admin.v2.CreateBackupMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateBackupMetadata.BuilderImplements
CreateBackupMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateBackupMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CreateBackupMetadata.Builder |
build()
public CreateBackupMetadata build()
Type | Description |
CreateBackupMetadata |
buildPartial()
public CreateBackupMetadata buildPartial()
Type | Description |
CreateBackupMetadata |
clear()
public CreateBackupMetadata.Builder clear()
Type | Description |
CreateBackupMetadata.Builder |
clearEndTime()
public CreateBackupMetadata.Builder clearEndTime()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
CreateBackupMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public CreateBackupMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CreateBackupMetadata.Builder |
clearName()
public CreateBackupMetadata.Builder clearName()
The name of the backup being created.
string name = 1;
Type | Description |
CreateBackupMetadata.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateBackupMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CreateBackupMetadata.Builder |
clearSourceTable()
public CreateBackupMetadata.Builder clearSourceTable()
The name of the table the backup is created from.
string source_table = 2;
Type | Description |
CreateBackupMetadata.Builder | This builder for chaining. |
clearStartTime()
public CreateBackupMetadata.Builder clearStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Type | Description |
CreateBackupMetadata.Builder |
clone()
public CreateBackupMetadata.Builder clone()
Type | Description |
CreateBackupMetadata.Builder |
getDefaultInstanceForType()
public CreateBackupMetadata getDefaultInstanceForType()
Type | Description |
CreateBackupMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
TimestampOrBuilder |
getName()
public String getName()
The name of the backup being created.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of the backup being created.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getSourceTable()
public String getSourceTable()
The name of the table the backup is created from.
string source_table = 2;
Type | Description |
String | The sourceTable. |
getSourceTableBytes()
public ByteString getSourceTableBytes()
The name of the table the backup is created from.
string source_table = 2;
Type | Description |
ByteString | The bytes for sourceTable. |
getStartTime()
public Timestamp getStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Type | Description |
TimestampOrBuilder |
hasEndTime()
public boolean hasEndTime()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
boolean | Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
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 CreateBackupMetadata.Builder mergeEndTime(Timestamp value)
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
CreateBackupMetadata.Builder |
mergeFrom(CreateBackupMetadata other)
public CreateBackupMetadata.Builder mergeFrom(CreateBackupMetadata other)
Name | Description |
other | CreateBackupMetadata |
Type | Description |
CreateBackupMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateBackupMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CreateBackupMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CreateBackupMetadata.Builder |
mergeStartTime(Timestamp value)
public CreateBackupMetadata.Builder mergeStartTime(Timestamp value)
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
CreateBackupMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateBackupMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CreateBackupMetadata.Builder |
setEndTime(Timestamp value)
public CreateBackupMetadata.Builder setEndTime(Timestamp value)
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
CreateBackupMetadata.Builder |
setEndTime(Timestamp.Builder builderForValue)
public CreateBackupMetadata.Builder setEndTime(Timestamp.Builder builderForValue)
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 4;
Name | Description |
builderForValue | Builder |
Type | Description |
CreateBackupMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CreateBackupMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CreateBackupMetadata.Builder |
setName(String value)
public CreateBackupMetadata.Builder setName(String value)
The name of the backup being created.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
CreateBackupMetadata.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public CreateBackupMetadata.Builder setNameBytes(ByteString value)
The name of the backup being created.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
CreateBackupMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateBackupMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CreateBackupMetadata.Builder |
setSourceTable(String value)
public CreateBackupMetadata.Builder setSourceTable(String value)
The name of the table the backup is created from.
string source_table = 2;
Name | Description |
value | String The sourceTable to set. |
Type | Description |
CreateBackupMetadata.Builder | This builder for chaining. |
setSourceTableBytes(ByteString value)
public CreateBackupMetadata.Builder setSourceTableBytes(ByteString value)
The name of the table the backup is created from.
string source_table = 2;
Name | Description |
value | ByteString The bytes for sourceTable to set. |
Type | Description |
CreateBackupMetadata.Builder | This builder for chaining. |
setStartTime(Timestamp value)
public CreateBackupMetadata.Builder setStartTime(Timestamp value)
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
CreateBackupMetadata.Builder |
setStartTime(Timestamp.Builder builderForValue)
public CreateBackupMetadata.Builder setStartTime(Timestamp.Builder builderForValue)
The time at which this operation started.
.google.protobuf.Timestamp start_time = 3;
Name | Description |
builderForValue | Builder |
Type | Description |
CreateBackupMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateBackupMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CreateBackupMetadata.Builder |