Interface ModifyColumnFamiliesRequestOrBuilder

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

public interface ModifyColumnFamiliesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       Required. The unique name of the table whose families should be modified.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}`.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. The unique name of the table whose families should be modified.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}`.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for name.
    • getModificationsList

       Required. Modifications to be atomically applied to the specified table's
       families. Entries are applied in order, meaning that earlier modifications
       can be masked by later ones (in the case of repeated updates to the same
       family, for example).
       
      repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];
    • getModifications

      ModifyColumnFamiliesRequest.Modification getModifications(int index)
       Required. Modifications to be atomically applied to the specified table's
       families. Entries are applied in order, meaning that earlier modifications
       can be masked by later ones (in the case of repeated updates to the same
       family, for example).
       
      repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];
    • getModificationsCount

      int getModificationsCount()
       Required. Modifications to be atomically applied to the specified table's
       families. Entries are applied in order, meaning that earlier modifications
       can be masked by later ones (in the case of repeated updates to the same
       family, for example).
       
      repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];
    • getModificationsOrBuilderList

      List<? extends ModifyColumnFamiliesRequest.ModificationOrBuilder> getModificationsOrBuilderList()
       Required. Modifications to be atomically applied to the specified table's
       families. Entries are applied in order, meaning that earlier modifications
       can be masked by later ones (in the case of repeated updates to the same
       family, for example).
       
      repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];
    • getModificationsOrBuilder

      ModifyColumnFamiliesRequest.ModificationOrBuilder getModificationsOrBuilder(int index)
       Required. Modifications to be atomically applied to the specified table's
       families. Entries are applied in order, meaning that earlier modifications
       can be masked by later ones (in the case of repeated updates to the same
       family, for example).
       
      repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];