Uses of Class
com.google.logging.v2.LogMetricName
-
Packages that use LogMetricName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of LogMetricName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type LogMetricName Modifier and Type Method Description voidMetricsClient. deleteLogMetric(LogMetricName metricName)Deletes a logs-based metric.LogMetricMetricsClient. getLogMetric(LogMetricName metricName)Gets a logs-based metric.LogMetricMetricsClient. updateLogMetric(LogMetricName metricName, LogMetric metric)Creates or updates a logs-based metric. -
Uses of LogMetricName in com.google.logging.v2
Methods in com.google.logging.v2 that return LogMetricName Modifier and Type Method Description LogMetricNameLogMetricName.Builder. build()static LogMetricNameLogMetricName. of(String project, String metric)static LogMetricNameLogMetricName. parse(String formattedString)Methods in com.google.logging.v2 that return types with arguments of type LogMetricName Modifier and Type Method Description static List<LogMetricName>LogMetricName. parseList(List<String> formattedStrings)Method parameters in com.google.logging.v2 with type arguments of type LogMetricName Modifier and Type Method Description static List<String>LogMetricName. toStringList(List<LogMetricName> values)
-