Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk (v0.21.0)

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

A partial or complete mutation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#chunk_info

def chunk_info() -> ::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo
Returns

#chunk_info=

def chunk_info=(value) -> ::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo
Parameter
Returns

#mutation

def mutation() -> ::Google::Cloud::Bigtable::V2::Mutation
Returns
  • (::Google::Cloud::Bigtable::V2::Mutation) — If this is a continuation of a chunked message (chunked_value_offset > 0), ignore all fields except the SetCell's value and merge it with the previous message by concatenating the value fields.

#mutation=

def mutation=(value) -> ::Google::Cloud::Bigtable::V2::Mutation
Parameter
  • value (::Google::Cloud::Bigtable::V2::Mutation) — If this is a continuation of a chunked message (chunked_value_offset > 0), ignore all fields except the SetCell's value and merge it with the previous message by concatenating the value fields.
Returns
  • (::Google::Cloud::Bigtable::V2::Mutation) — If this is a continuation of a chunked message (chunked_value_offset > 0), ignore all fields except the SetCell's value and merge it with the previous message by concatenating the value fields.