Class: Google::Cloud::Bigtable::V2::Type::Bytes
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Type::Bytes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/types.rb
Overview
Bytes
Values of type Bytes
are stored in Value.bytes_value
.
Defined Under Namespace
Classes: Encoding
Instance Attribute Summary collapse
-
#encoding ⇒ ::Google::Cloud::Bigtable::V2::Type::Bytes::Encoding
The encoding to use when converting to/from lower level types.
Instance Attribute Details
#encoding ⇒ ::Google::Cloud::Bigtable::V2::Type::Bytes::Encoding
Returns The encoding to use when converting to/from lower level types.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'proto_docs/google/bigtable/v2/types.rb', line 93 class Bytes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Rules used to convert to/from lower level types. # @!attribute [rw] raw # @return [::Google::Cloud::Bigtable::V2::Type::Bytes::Encoding::Raw] # Use `Raw` encoding. class Encoding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Leaves the value "as-is" # * Order-preserving? Yes # * Self-delimiting? No # * Compatibility? N/A class Raw include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |