Interface MetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Metrics,Metrics.Builder
@Generated(value="protoc",
comments="annotations:MetricsOrBuilder.java.pb.meta")
public interface MetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUri()The prometheus metrics endpoint uri.com.google.protobuf.ByteStringThe prometheus metrics endpoint uri.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUri
String getUri()The prometheus metrics endpoint uri. This is only populated when the metrics is enabled in the metrics specification.
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()The prometheus metrics endpoint uri. This is only populated when the metrics is enabled in the metrics specification.
string uri = 1;- Returns:
- The bytes for uri.
-