Uses of Class
com.google.cloud.logging.MetricInfo.Builder
Packages that use MetricInfo.Builder
Package
Description
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.loggingMethods in com.google.cloud.logging that return MetricInfo.BuilderModifier and TypeMethodDescriptionstatic MetricInfo.BuilderMetricInfo.newBuilder(String name, String filter) Returns a builder forMetricInfoobjects given the name of the metric and its filter.abstract MetricInfo.BuilderMetricInfo.Builder.setDescription(String description) Sets an optional description for this metric.abstract MetricInfo.BuilderSets an advanced logs filter.abstract MetricInfo.BuilderSets the name of the metric.MetricInfo.toBuilder()Returns a builder for thisMetricInfoobject.