Reference documentation and code samples for the Cloud Firestore V1 Client class MapValue.
A map value.
Generated from protobuf message google.firestore.v1.MapValue
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ fields |
array|Google\Protobuf\Internal\MapField
The map's fields. The map keys represent field names. Field names matching the regular expression |
getFields
The map's fields.
The map keys represent field names. Field names matching the regular
expression __.*__
are reserved. Reserved field names are forbidden except
in certain documented contexts. The map keys, represented as UTF-8, must
not exceed 1,500 bytes and cannot be empty.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setFields
The map's fields.
The map keys represent field names. Field names matching the regular
expression __.*__
are reserved. Reserved field names are forbidden except
in certain documented contexts. The map keys, represented as UTF-8, must
not exceed 1,500 bytes and cannot be empty.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |