AbstractType
class AbstractType extends Message
Application defined abstract type.
Generated from protobuf message google.api.expr.v1alpha1.Type.AbstractType
Methods
Constructor.
The fully qualified name of this abstract type.
The fully qualified name of this abstract type.
Parameter types for this abstract type.
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
string
getName()
The fully qualified name of this abstract type.
Generated from protobuf field string name = 1;
at line 66
$this
setName(string $var)
The fully qualified name of this abstract type.
Generated from protobuf field string name = 1;
at line 80
RepeatedField
getParameterTypes()
Parameter types for this abstract type.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Type parameter_types = 2;
at line 92
$this
setParameterTypes(Type[]|RepeatedField $var)
Parameter types for this abstract type.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Type parameter_types = 2;