Class: Google::Cloud::Bigtable::Admin::V2::Type::Bytes::Encoding

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

Overview

Rules used to convert to/from lower level types.

Defined Under Namespace

Classes: Raw

Instance Attribute Summary collapse

Instance Attribute Details

#raw::Google::Cloud::Bigtable::Admin::V2::Type::Bytes::Encoding::Raw

Returns Use Raw encoding.



80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'proto_docs/google/bigtable/admin/v2/types.rb', line 80

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

  # Leaves the value "as-is"
  # * Natural sort? Yes
  # * Self-delimiting? No
  # * Compatibility? N/A
  class Raw
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end