public class MonitoredResourceDescriptor implements Serializable
This class describes the schema of Cloud monitored resources. Monitored resource descriptors
contain a type name and a set of labels. For example, the monitored resource descriptor for
Google Compute Engine VM instances has a type of gce_instance and specifies the use of
the labels instance_id and zone to identify particular VM instances.
Returns an optional detailed description of the monitored resource type. This value might be
used in documentation. If not set, this method returns null.
Returns an optional concise name for the monitored resource type. This value might be displayed
in user interfaces. For example, Google Cloud SQL Database. If not set, this method
returns null.
public List<MonitoredResourceDescriptor.LabelDescriptor> getLabels()
Returns a list of labels used to describe instances of this monitored resource type. For
example, an individual Google Cloud SQL database is identified by values for the labels
database_id and region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]