Entry
class Entry extends Message
An entry in the map.
Generated from protobuf message google.api.expr.v1beta1.MapValue.Entry
Methods
__construct(array $data = NULL)
Constructor.
Details
at line 47
__construct(array $data = NULL)
Constructor.
at line 60
Value
getKey()
The key.
Must be unique with in the map. Currently only boolean, int, uint, and string values can be keys.
Generated from protobuf field .google.api.expr.v1beta1.Value key = 1;
at line 74
$this
setKey(Value $var)
The key.
Must be unique with in the map. Currently only boolean, int, uint, and string values can be keys.
Generated from protobuf field .google.api.expr.v1beta1.Value key = 1;
at line 88
Value
getValue()
The value.
Generated from protobuf field .google.api.expr.v1beta1.Value value = 2;
at line 100
$this
setValue(Value $var)
The value.
Generated from protobuf field .google.api.expr.v1beta1.Value value = 2;