Class: Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk

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

Overview

A partial or complete mutation.

Defined Under Namespace

Classes: ChunkInfo

Instance Attribute Summary collapse

Instance Attribute Details

#chunk_info::Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo



624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 624

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

  # Information about the chunking of this mutation.
  # Only `SetCell` mutations can be chunked, and all chunks for a `SetCell`
  # will be delivered contiguously with no other mutation types interleaved.
  # @!attribute [rw] chunked_value_size
  #   @return [::Integer]
  #     The total value size of all the chunks that make up the `SetCell`.
  # @!attribute [rw] chunked_value_offset
  #   @return [::Integer]
  #     The byte offset of this chunk into the total value size of the
  #     mutation.
  # @!attribute [rw] last_chunk
  #   @return [::Boolean]
  #     When true, this is the last chunk of a chunked `SetCell`.
  class ChunkInfo
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#mutation::Google::Cloud::Bigtable::V2::Mutation



624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 624

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

  # Information about the chunking of this mutation.
  # Only `SetCell` mutations can be chunked, and all chunks for a `SetCell`
  # will be delivered contiguously with no other mutation types interleaved.
  # @!attribute [rw] chunked_value_size
  #   @return [::Integer]
  #     The total value size of all the chunks that make up the `SetCell`.
  # @!attribute [rw] chunked_value_offset
  #   @return [::Integer]
  #     The byte offset of this chunk into the total value size of the
  #     mutation.
  # @!attribute [rw] last_chunk
  #   @return [::Boolean]
  #     When true, this is the last chunk of a chunked `SetCell`.
  class ChunkInfo
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end