class Entry extends Message

An entry in the map.

Generated from protobuf message google.api.expr.v1alpha1.MapValue.Entry

Methods

__construct(array $data = NULL)

Constructor.

getKey()

The key.

$this
setKey(Value $var)

The key.

getValue()

The value.

$this
setValue(Value $var)

The value.

Details

at line 47
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type \Google\Api\Expr\V1alpha1\Value $key
      The key.
      Must be unique with in the map.
      Currently only boolean, int, uint, and string values can be keys.
@type \Google\Api\Expr\V1alpha1\Value $value
      The value.

}

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.v1alpha1.Value key = 1;

Return Value

Value

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.v1alpha1.Value key = 1;

Parameters

Value $var

Return Value

$this

at line 88
Value getValue()

The value.

Generated from protobuf field .google.api.expr.v1alpha1.Value value = 2;

Return Value

Value

at line 100
$this setValue(Value $var)

The value.

Generated from protobuf field .google.api.expr.v1alpha1.Value value = 2;

Parameters

Value $var

Return Value

$this