Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::Type::Map (v1.1.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::Type::Map.

A mapping of keys to values of a given type. Values of type Map are stored in a Value.array_value where each entry is another Value.array_value with two elements (the key and the value, in that order). Normally encoded Map values won't have repeated keys, however, clients are expected to handle the case in which they do. If the same key appears multiple times, the last value takes precedence.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key_type

def key_type() -> ::Google::Cloud::Bigtable::Admin::V2::Type
Returns

#key_type=

def key_type=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type
Parameter
Returns

#value_type

def value_type() -> ::Google::Cloud::Bigtable::Admin::V2::Type
Returns

#value_type=

def value_type=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type
Parameter
Returns