Interface UpdateTableRequestOrBuilder (2.13.0)

public interface UpdateTableRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTable()

public abstract Table getTable()

Required. The table to update. The table's name field is used to identify the table to update. Format: projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*

.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Table

The table.

getTableOrBuilder()

public abstract TableOrBuilder getTableOrBuilder()

Required. The table to update. The table's name field is used to identify the table to update. Format: projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*

.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TableOrBuilder

getUpdateMask()

public abstract 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];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract 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];

Returns
TypeDescription
FieldMaskOrBuilder

hasTable()

public abstract boolean hasTable()

Required. The table to update. The table's name field is used to identify the table to update. Format: projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*

.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the table field is set.

hasUpdateMask()

public abstract 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];

Returns
TypeDescription
boolean

Whether the updateMask field is set.