FunctionType
class FunctionType extends Message
Function type with result and arg types.
Generated from protobuf message google.api.expr.v1alpha1.Type.FunctionType
Methods
__construct(array $data = NULL)
Constructor.
getResultType()
Result type of the function.
$this
RepeatedField
getArgTypes()
Argument types of the function.
$this
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
Type
getResultType()
Result type of the function.
Generated from protobuf field .google.api.expr.v1alpha1.Type result_type = 1;
at line 66
$this
setResultType(Type $var)
Result type of the function.
Generated from protobuf field .google.api.expr.v1alpha1.Type result_type = 1;
at line 80
RepeatedField
getArgTypes()
Argument types of the function.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Type arg_types = 2;
at line 92
$this
setArgTypes(Type[]|RepeatedField $var)
Argument types of the function.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Type arg_types = 2;