Reference documentation and code samples for the Google API Common Protos Client class LabelDescriptor.
A description of a label.
Generated from protobuf message google.api.LabelDescriptor
Namespace
Google \ ApiMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
The label key.
↳ value_type
int
The type of data that can be assigned to the label.
↳ description
string
A human-readable description for the label.
getKey
The label key.
string
setKey
The label key.
var
string
$this
getValueType
The type of data that can be assigned to the label.
int
setValueType
The type of data that can be assigned to the label.
var
int
$this
getDescription
A human-readable description for the label.
string
setDescription
A human-readable description for the label.
var
string
$this