Uses of Class
com.google.cloud.logging.MetricInfo
Packages that use MetricInfo
Package
Description
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.loggingMethods in com.google.cloud.logging that return MetricInfoModifier and TypeMethodDescriptionabstract MetricInfoMetricInfo.Builder.build()Creates aMetricInfoobject for this builder.static MetricInfoCreates aMetricInfoobject given the name of the metric and its filter.Methods in com.google.cloud.logging with parameters of type MetricInfoModifier and TypeMethodDescriptionLogging.create(MetricInfo metric) Creates a new metric.com.google.api.core.ApiFuture<Metric>Logging.createAsync(MetricInfo metric) Sends a request for creating a metric.Logging.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).