Interface ReadModifyWriteRowRequestOrBuilder

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

    public interface ReadModifyWriteRowRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTableName

        String getTableName()
         Required. The unique name of the table to which the read/modify/write rules
         should be applied. Values are of the form
         `projects/<project>/instances/<instance>/tables/<table>`.
         
        string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
         Required. The unique name of the table to which the read/modify/write rules
         should be applied. Values are of the form
         `projects/<project>/instances/<instance>/tables/<table>`.
         
        string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for tableName.
      • getAppProfileId

        String getAppProfileId()
         This value specifies routing for replication. If not specified, the
         "default" application profile will be used.
         
        string app_profile_id = 4;
        Returns:
        The appProfileId.
      • getAppProfileIdBytes

        com.google.protobuf.ByteString getAppProfileIdBytes()
         This value specifies routing for replication. If not specified, the
         "default" application profile will be used.
         
        string app_profile_id = 4;
        Returns:
        The bytes for appProfileId.
      • getRowKey

        com.google.protobuf.ByteString getRowKey()
         Required. The key of the row to which the read/modify/write rules should be
         applied.
         
        bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The rowKey.
      • getRulesList

        List<ReadModifyWriteRule> getRulesList()
         Required. Rules specifying how the specified row's contents are to be
         transformed into writes. Entries are applied in order, meaning that earlier
         rules will affect the results of later ones.
         
        repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRules

        ReadModifyWriteRule getRules​(int index)
         Required. Rules specifying how the specified row's contents are to be
         transformed into writes. Entries are applied in order, meaning that earlier
         rules will affect the results of later ones.
         
        repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesCount

        int getRulesCount()
         Required. Rules specifying how the specified row's contents are to be
         transformed into writes. Entries are applied in order, meaning that earlier
         rules will affect the results of later ones.
         
        repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesOrBuilderList

        List<? extends ReadModifyWriteRuleOrBuilder> getRulesOrBuilderList()
         Required. Rules specifying how the specified row's contents are to be
         transformed into writes. Entries are applied in order, meaning that earlier
         rules will affect the results of later ones.
         
        repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesOrBuilder

        ReadModifyWriteRuleOrBuilder getRulesOrBuilder​(int index)
         Required. Rules specifying how the specified row's contents are to be
         transformed into writes. Entries are applied in order, meaning that earlier
         rules will affect the results of later ones.
         
        repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];