![JAR search and dependency download from the Maven repository](/logo.png)
com.google.logging.v2.GetLogMetricRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/logging/v2/logging_metrics.proto
package com.google.logging.v2;
public interface GetLogMetricRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetLogMetricRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string metric_name = 1;
*
*
* The resource name of the desired metric.
* Example: `"projects/my-project-id/metrics/my-metric-id"`.
*
*/
java.lang.String getMetricName();
/**
* optional string metric_name = 1;
*
*
* The resource name of the desired metric.
* Example: `"projects/my-project-id/metrics/my-metric-id"`.
*
*/
com.google.protobuf.ByteString
getMetricNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy