Uses of Class
com.google.monitoring.v3.MetricDescriptorName
-
Packages that use MetricDescriptorName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of MetricDescriptorName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type MetricDescriptorName Modifier and Type Method Description void
MetricServiceClient. deleteMetricDescriptor(MetricDescriptorName name)
Deletes a metric descriptor.com.google.api.MetricDescriptor
MetricServiceClient. getMetricDescriptor(MetricDescriptorName name)
Gets a single metric descriptor. -
Uses of MetricDescriptorName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return MetricDescriptorName Modifier and Type Method Description MetricDescriptorName
MetricDescriptorName.Builder. build()
MetricDescriptorName
MetricDescriptorName.FolderMetricDescriptorBuilder. build()
MetricDescriptorName
MetricDescriptorName.OrganizationMetricDescriptorBuilder. build()
static MetricDescriptorName
MetricDescriptorName. of(String project, String metricDescriptor)
static MetricDescriptorName
MetricDescriptorName. ofFolderMetricDescriptorName(String folder, String metricDescriptor)
static MetricDescriptorName
MetricDescriptorName. ofOrganizationMetricDescriptorName(String organization, String metricDescriptor)
static MetricDescriptorName
MetricDescriptorName. ofProjectMetricDescriptorName(String project, String metricDescriptor)
static MetricDescriptorName
MetricDescriptorName. parse(String formattedString)
Methods in com.google.monitoring.v3 that return types with arguments of type MetricDescriptorName Modifier and Type Method Description static List<MetricDescriptorName>
MetricDescriptorName. parseList(List<String> formattedStrings)
Method parameters in com.google.monitoring.v3 with type arguments of type MetricDescriptorName Modifier and Type Method Description static List<String>
MetricDescriptorName. toStringList(List<MetricDescriptorName> values)
-