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
    
  - 
        (::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo) — If set, then the mutation is a SetCellwith a chunked value across multiple messages.
#chunk_info=
def chunk_info=(value) -> ::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo
    Parameter
    
  - 
        value (::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo) — If set, then the mutation is a SetCellwith a chunked value across multiple messages.
    Returns
    
  - 
        (::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo) — If set, then the mutation is a SetCellwith a chunked value across multiple messages.
#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 theSetCell'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 theSetCell'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 theSetCell's value and merge it with the previous message by concatenating the value fields.