Class: Google::Cloud::Bigtable::V2::MutateRowsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/bigtable.rb

Overview

Request message for BigtableService.MutateRows.

Defined Under Namespace

Classes: Entry

Instance Attribute Summary collapse

Instance Attribute Details

#app_profile_id::String

Returns 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.



212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 212

class MutateRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A mutation for a given row.
  # @!attribute [rw] row_key
  #   @return [::String]
  #     The key of the row to which the `mutations` should be applied.
  # @!attribute [rw] mutations
  #   @return [::Array<::Google::Cloud::Bigtable::V2::Mutation>]
  #     Required. Changes to be atomically applied to the specified row. Mutations are
  #     applied in order, meaning that earlier mutations can be masked by
  #     later ones.
  #     You must specify at least one mutation.
  class Entry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#entries::Array<::Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry>

Returns 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.



212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 212

class MutateRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A mutation for a given row.
  # @!attribute [rw] row_key
  #   @return [::String]
  #     The key of the row to which the `mutations` should be applied.
  # @!attribute [rw] mutations
  #   @return [::Array<::Google::Cloud::Bigtable::V2::Mutation>]
  #     Required. Changes to be atomically applied to the specified row. Mutations are
  #     applied in order, meaning that earlier mutations can be masked by
  #     later ones.
  #     You must specify at least one mutation.
  class Entry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#table_name::String

Returns 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.



212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 212

class MutateRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A mutation for a given row.
  # @!attribute [rw] row_key
  #   @return [::String]
  #     The key of the row to which the `mutations` should be applied.
  # @!attribute [rw] mutations
  #   @return [::Array<::Google::Cloud::Bigtable::V2::Mutation>]
  #     Required. Changes to be atomically applied to the specified row. Mutations are
  #     applied in order, meaning that earlier mutations can be masked by
  #     later ones.
  #     You must specify at least one mutation.
  class Entry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end