LabelDescriptor
class LabelDescriptor extends Message
A description of a label.
Protobuf type Google\Api\LabelDescriptor
Methods
No description
The label key.
The label key.
The type of data that can be assigned to the label.
The type of data that can be assigned to the label.
A human-readable description for the label.
A human-readable description for the label.
Details
at line 37
__construct()
at line 48
string
getKey()
The label key.
Generated from protobuf field string key = 1;
at line 59
setKey(string $var)
The label key.
Generated from protobuf field string key = 1;
at line 71
int
getValueType()
The type of data that can be assigned to the label.
Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
at line 82
setValueType(int $var)
The type of data that can be assigned to the label.
Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
at line 94
string
getDescription()
A human-readable description for the label.
Generated from protobuf field string description = 3;
at line 105
setDescription(string $var)
A human-readable description for the label.
Generated from protobuf field string description = 3;