Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.logging.v2 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LogMetricName |
LogMetricName.Builder.build() |
static LogMetricName |
LogMetricName.of(String project,
String metric) |
static LogMetricName |
LogMetricName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<LogMetricName> |
LogMetricName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
LogMetricName.toStringList(List<LogMetricName> values) |
Copyright © 2023 Google LLC. All rights reserved.