Uses of Class
com.google.cloud.logging.MetricInfo
-
Packages that use MetricInfo Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of MetricInfo in com.google.cloud.logging
Subclasses of MetricInfo in com.google.cloud.logging Modifier and Type Class Description classMetricCloud Logging metrics describe logs-based metric.Methods in com.google.cloud.logging that return MetricInfo Modifier and Type Method Description abstract MetricInfoMetricInfo.Builder. build()Creates aMetricInfoobject for this builder.static MetricInfoMetricInfo. of(String name, String filter)Creates aMetricInfoobject given the name of the metric and its filter.Methods in com.google.cloud.logging with parameters of type MetricInfo Modifier and Type Method Description MetricLogging. create(MetricInfo metric)Creates a new metric.com.google.api.core.ApiFuture<Metric>Logging. createAsync(MetricInfo metric)Sends a request for creating a metric.MetricLogging. update(MetricInfo metric)Updates a metric or creates one if it does not exist.com.google.api.core.ApiFuture<Metric>Logging. updateAsync(MetricInfo metric)Sends a request for updating a metric (or creating it, if it does not exist).
-