MapValue
class MapValue extends Message
A map.
Wrapped in a message so 'not set' and empty can be differentiated, which is required for use in a 'oneof'.
Generated from protobuf message google.api.expr.v1alpha1.MapValue
Methods
__construct(array $data = NULL)
Constructor.
RepeatedField
getEntries()
The set of map entries.
$this
Details
at line 41
__construct(array $data = NULL)
Constructor.
at line 54
RepeatedField
getEntries()
The set of map entries.
CEL has fewer restrictions on keys, so a protobuf map represenation cannot be used.
Generated from protobuf field repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;
at line 68
$this
setEntries(Entry[]|RepeatedField $var)
The set of map entries.
CEL has fewer restrictions on keys, so a protobuf map represenation cannot be used.
Generated from protobuf field repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;