public static final class UpdateTableRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateTableRequest.Builder> implements UpdateTableRequestOrBuilder
The request for [UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].Protobuf type
google.bigtable.admin.v2.UpdateTableRequest| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest |
build() |
UpdateTableRequest |
buildPartial() |
UpdateTableRequest.Builder |
clear() |
UpdateTableRequest.Builder |
clearIgnoreWarnings()
Optional.
|
UpdateTableRequest.Builder |
clearTable()
Required.
|
UpdateTableRequest.Builder |
clearUpdateMask()
Required.
|
UpdateTableRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIgnoreWarnings()
Optional.
|
Table |
getTable()
Required.
|
Table.Builder |
getTableBuilder()
Required.
|
TableOrBuilder |
getTableOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMask.Builder |
getUpdateMaskBuilder()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasTable()
Required.
|
boolean |
hasUpdateMask()
Required.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UpdateTableRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UpdateTableRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
UpdateTableRequest.Builder |
mergeFrom(UpdateTableRequest other) |
UpdateTableRequest.Builder |
mergeTable(Table value)
Required.
|
UpdateTableRequest.Builder |
mergeUpdateMask(com.google.protobuf.FieldMask value)
Required.
|
UpdateTableRequest.Builder |
setIgnoreWarnings(boolean value)
Optional.
|
UpdateTableRequest.Builder |
setTable(Table.Builder builderForValue)
Required.
|
UpdateTableRequest.Builder |
setTable(Table value)
Required.
|
UpdateTableRequest.Builder |
setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Required.
|
UpdateTableRequest.Builder |
setUpdateMask(com.google.protobuf.FieldMask value)
Required.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<UpdateTableRequest.Builder>public UpdateTableRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<UpdateTableRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<UpdateTableRequest.Builder>public UpdateTableRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateTableRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateTableRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateTableRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateTableRequest.Builder>public UpdateTableRequest.Builder mergeFrom(UpdateTableRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<UpdateTableRequest.Builder>public UpdateTableRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateTableRequest.Builder>IOExceptionpublic boolean hasTable()
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
hasTable in interface UpdateTableRequestOrBuilderpublic Table getTable()
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
getTable in interface UpdateTableRequestOrBuilderpublic UpdateTableRequest.Builder setTable(Table value)
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateTableRequest.Builder setTable(Table.Builder builderForValue)
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateTableRequest.Builder mergeTable(Table value)
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateTableRequest.Builder clearTable()
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
public Table.Builder getTableBuilder()
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
public TableOrBuilder getTableOrBuilder()
Required. The table to update. The table's `name` field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
getTableOrBuilder in interface UpdateTableRequestOrBuilderpublic boolean hasUpdateMask()
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
hasUpdateMask in interface UpdateTableRequestOrBuilderpublic com.google.protobuf.FieldMask getUpdateMask()
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask in interface UpdateTableRequestOrBuilderpublic UpdateTableRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateTableRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateTableRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateTableRequest.Builder clearUpdateMask()
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `row_key_schema` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder in interface UpdateTableRequestOrBuilderpublic boolean getIgnoreWarnings()
Optional. If true, ignore safety checks when updating the table.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];getIgnoreWarnings in interface UpdateTableRequestOrBuilderpublic UpdateTableRequest.Builder setIgnoreWarnings(boolean value)
Optional. If true, ignore safety checks when updating the table.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];value - The ignoreWarnings to set.public UpdateTableRequest.Builder clearIgnoreWarnings()
Optional. If true, ignore safety checks when updating the table.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2026 Google LLC. All rights reserved.