Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::MutateRowsRequest (v0.17.2)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::MutateRowsRequest.

Request message for BigtableService.MutateRows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_profile_id

def app_profile_id() -> ::String
Returns
  • (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.

#app_profile_id=

def app_profile_id=(value) -> ::String
Parameter
  • value (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.
Returns
  • (::String) — This value specifies routing for replication. If not specified, the "default" application profile will be used.

#entries

def entries() -> ::Array<::Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry>
Returns
  • (::Array<::Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry>) — Required. The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.

#entries=

def entries=(value) -> ::Array<::Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry>
Parameter
  • value (::Array<::Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry>) — Required. The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.
Returns
  • (::Array<::Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry>) — Required. The row keys and corresponding mutations to be applied in bulk. Each entry is applied as an atomic mutation, but the entries may be applied in arbitrary order (even between entries for the same row). At least one entry must be specified, and in total the entries can contain at most 100000 mutations.

#table_name

def table_name() -> ::String
Returns
  • (::String) — Required. The unique name of the table to which the mutations should be applied.

#table_name=

def table_name=(value) -> ::String
Parameter
  • value (::String) — Required. The unique name of the table to which the mutations should be applied.
Returns
  • (::String) — Required. The unique name of the table to which the mutations should be applied.