Label Descriptors#
Label Descriptors for the Google Monitoring API (V3).
-
class
gcloud.monitoring.label.LabelDescriptor(key, value_type='STRING', description='')[source]# Bases:
objectSchema specification and documentation for a single label.
Parameters: - key (string) – The name of the label.
- value_type (string) – The type of the label. It must be one of
LabelValueType.STRING,LabelValueType.BOOL, orLabelValueType.INT64. SeeLabelValueType. - description (string) – A human-readable description for the label.
-
class
gcloud.monitoring.label.LabelValueType[source]# Bases:
objectAllowed values for the type of a label.