Interface UpdateTableRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateTableRequest, UpdateTableRequest.Builder

    public interface UpdateTableRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTable

        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];
        Returns:
        Whether the table field is set.
      • getTable

        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];
        Returns:
        The table.
      • getTableOrBuilder

        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];
      • hasUpdateMask

        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`
        
         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:
        Whether the updateMask field is set.
      • getUpdateMask

        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`
        
         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:
        The updateMask.
      • getUpdateMaskOrBuilder

        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`
        
         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];