public interface UpdateTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Table |
getTable()
Required.
|
TableOrBuilder |
getTableOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasTable()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
Required. The list of fields to update. A mask specifying which fields (e.g. `deletion_protection`) 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 field: * `deletion_protection` 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];
com.google.protobuf.FieldMask getUpdateMask()
Required. The list of fields to update. A mask specifying which fields (e.g. `deletion_protection`) 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 field: * `deletion_protection` 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];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update. A mask specifying which fields (e.g. `deletion_protection`) 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 field: * `deletion_protection` 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];
Copyright © 2023 Google LLC. All rights reserved.