A description of a label.
Generated from protobuf message google.api.LabelDescriptor
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getDescription() A human-readable description for the label. Generated from protobuf field string description = 3;
|
| public getKey() The label key. Generated from protobuf field string key = 1;
|
| public getValueType() The type of data that can be assigned to the label. Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
|
| public setDescription( $var) A human-readable description for the label. Generated from protobuf field string description = 3;
|
| public setKey( $var) The label key. Generated from protobuf field string key = 1;
|
| public setValueType( $var) The type of data that can be assigned to the label. Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2;
|
| Properties |
| protected $description = '' A human-readable description for the label. Generated from protobuf field string description = 3; |
| protected $key = '' The label key. Generated from protobuf field string key = 1; |
| protected $value_type = 0 The type of data that can be assigned to the label. Generated from protobuf field .google.api.LabelDescriptor.ValueType value_type = 2; |
| Methods |