View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeMap (google_api_bigtable_admin v0.26.0)
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.
Attributes
-
keyType
(type:GoogleApi.BigtableAdmin.V2.Model.Type.t
, default:nil
) - The type of a map key. OnlyBytes
,String
, andInt64
are allowed as key types. -
valueType
(type:GoogleApi.BigtableAdmin.V2.Model.Type.t
, default:nil
) - The type of the values in a map.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeMap{ keyType: GoogleApi.BigtableAdmin.V2.Model.Type.t() | nil, valueType: GoogleApi.BigtableAdmin.V2.Model.Type.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.