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 void
MetricsClient. deleteLogMetric(LogMetricName metricName)
Deletes a logs-based metric.LogMetric
MetricsClient. getLogMetric(LogMetricName metricName)
Gets a logs-based metric.LogMetric
MetricsClient. 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 LogMetricName
LogMetricName.Builder. build()
static LogMetricName
LogMetricName. of(String project, String metric)
static LogMetricName
LogMetricName. 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)
-