public interface UpdateTableRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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];
Type | Description |
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];
Type | Description |
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
Ifcolumn_families
is set inupdate_mask
, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
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
Ifcolumn_families
is set inupdate_mask
, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
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];
Type | Description |
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
Ifcolumn_families
is set inupdate_mask
, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the updateMask field is set. |