Uses of Class
com.google.cloud.logging.MetricInfo.Builder
-
Packages that use MetricInfo.Builder Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of MetricInfo.Builder in com.google.cloud.logging
Subclasses of MetricInfo.Builder in com.google.cloud.logging Modifier and Type Class Description static class
Metric.Builder
A builder forMetric
objects.Methods in com.google.cloud.logging that return MetricInfo.Builder Modifier and Type Method Description static MetricInfo.Builder
MetricInfo. newBuilder(String name, String filter)
Returns a builder forMetricInfo
objects given the name of the metric and its filter.abstract MetricInfo.Builder
MetricInfo.Builder. setDescription(String description)
Sets an optional description for this metric.abstract MetricInfo.Builder
MetricInfo.Builder. setFilter(String filter)
Sets an advanced logs filter.abstract MetricInfo.Builder
MetricInfo.Builder. setName(String name)
Sets the name of the metric.MetricInfo.Builder
MetricInfo. toBuilder()
Returns a builder for thisMetricInfo
object.
-