class IdentDecl extends Message

An identifier declaration.

Generated from protobuf message google.api.expr.v1beta1.IdentDecl

Methods

__construct(array $data = NULL)

Constructor.

getType()

Optional type of the identifier.

$this
setType(DeclType $var)

Optional type of the identifier.

getValue()

Optional value of the identifier.

$this
setValue(Expr $var)

Optional value of the identifier.

Details

at line 43
__construct(array $data = NULL)

Constructor.

Parameters

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

@type \Google\Api\Expr\V1beta1\DeclType $type
      Optional type of the identifier.
@type \Google\Api\Expr\V1beta1\Expr $value
      Optional value of the identifier.

}

at line 54
DeclType getType()

Optional type of the identifier.

Generated from protobuf field .google.api.expr.v1beta1.DeclType type = 3;

Return Value

DeclType

at line 66
$this setType(DeclType $var)

Optional type of the identifier.

Generated from protobuf field .google.api.expr.v1beta1.DeclType type = 3;

Parameters

DeclType $var

Return Value

$this

at line 80
Expr getValue()

Optional value of the identifier.

Generated from protobuf field .google.api.expr.v1beta1.Expr value = 4;

Return Value

Expr

at line 92
$this setValue(Expr $var)

Optional value of the identifier.

Generated from protobuf field .google.api.expr.v1beta1.Expr value = 4;

Parameters

Expr $var

Return Value

$this