public static final class UpdateTableMetadata.Builder extends GeneratedMessageV3.Builder<UpdateTableMetadata.Builder> implements UpdateTableMetadataOrBuilder
Metadata type for the operation returned by
UpdateTable.
Protobuf type google.bigtable.admin.v2.UpdateTableMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public UpdateTableMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateTableMetadata build()
Returns
public UpdateTableMetadata buildPartial()
Returns
public UpdateTableMetadata.Builder clear()
Returns
Overrides
public UpdateTableMetadata.Builder clearEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Returns
public UpdateTableMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public UpdateTableMetadata.Builder clearName()
The name of the table being updated.
string name = 1;
Returns
public UpdateTableMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public UpdateTableMetadata.Builder clearStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Returns
public UpdateTableMetadata.Builder clone()
Returns
Overrides
public UpdateTableMetadata getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public Timestamp getEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Returns
public Timestamp.Builder getEndTimeBuilder()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Returns
public TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Returns
The name of the table being updated.
string name = 1;
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
The name of the table being updated.
string name = 1;
Returns
public Timestamp getStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Returns
public Timestamp.Builder getStartTimeBuilder()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Returns
public TimestampOrBuilder getStartTimeOrBuilder()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Returns
public boolean hasEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Returns
Type | Description |
boolean | Whether the endTime field is set.
|
public boolean hasStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateTableMetadata.Builder mergeEndTime(Timestamp value)
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Parameter
Returns
public UpdateTableMetadata.Builder mergeFrom(UpdateTableMetadata other)
Parameter
Returns
public UpdateTableMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public UpdateTableMetadata.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public UpdateTableMetadata.Builder mergeStartTime(Timestamp value)
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Parameter
Returns
public final UpdateTableMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public UpdateTableMetadata.Builder setEndTime(Timestamp value)
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Parameter
Returns
public UpdateTableMetadata.Builder setEndTime(Timestamp.Builder builderForValue)
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public UpdateTableMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateTableMetadata.Builder setName(String value)
The name of the table being updated.
string name = 1;
Parameter
Name | Description |
value | String
The name to set.
|
Returns
public UpdateTableMetadata.Builder setNameBytes(ByteString value)
The name of the table being updated.
string name = 1;
Parameter
Name | Description |
value | ByteString
The bytes for name to set.
|
Returns
public UpdateTableMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public UpdateTableMetadata.Builder setStartTime(Timestamp value)
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Parameter
Returns
public UpdateTableMetadata.Builder setStartTime(Timestamp.Builder builderForValue)
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public final UpdateTableMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides