Uses of Class
com.google.cloud.logging.Metric
Packages that use Metric
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Metric in com.google.cloud.logging
Methods in com.google.cloud.logging that return MetricModifier and TypeMethodDescriptionMetric.Builder.build()Logging.create(MetricInfo metric) Creates a new metric.Returns the requested metric ornullif not found.Metric.reload()Fetches current metric's latest information.Logging.update(MetricInfo metric) Updates a metric or creates one if it does not exist.Metric.update()Updates current metric.Methods in com.google.cloud.logging that return types with arguments of type MetricModifier and TypeMethodDescriptionLogging.createAsync(MetricInfo metric) Sends a request for creating a metric.Logging.getMetricAsync(String metric) Sends a request for getting a metric.Logging.listMetrics(Logging.ListOption... options) Lists the metrics.Logging.listMetricsAsync(Logging.ListOption... options) Sends a request for listing metrics.Metric.reloadAsync()Sends a request to fetch current metric's latest information.Logging.updateAsync(MetricInfo metric) Sends a request for updating a metric (or creating it, if it does not exist).Metric.updateAsync()Sends a request to update current metric.