Reference documentation and code samples for the Service Management V1 API class Google::Api::LabelDescriptor.
A description of a label.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#description
def description() -> ::String Returns 
 - (::String) — A human-readable description for the label.
 
#description=
def description=(value) -> ::String Parameter 
 - value (::String) — A human-readable description for the label.
 
 Returns 
 - (::String) — A human-readable description for the label.
 
#key
def key() -> ::String Returns 
 - (::String) — The label key.
 
#key=
def key=(value) -> ::String Parameter 
 - value (::String) — The label key.
 
 Returns 
 - (::String) — The label key.
 
#value_type
def value_type() -> ::Google::Api::LabelDescriptor::ValueType Returns 
 - (::Google::Api::LabelDescriptor::ValueType) — The type of data that can be assigned to the label.
 
#value_type=
def value_type=(value) -> ::Google::Api::LabelDescriptor::ValueType Parameter 
 - value (::Google::Api::LabelDescriptor::ValueType) — The type of data that can be assigned to the label.
 
 Returns 
 - (::Google::Api::LabelDescriptor::ValueType) — The type of data that can be assigned to the label.