Interface MetricsSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricsSpec,MetricsSpec.Builder
@Generated(value="protoc",
comments="annotations:MetricsSpecOrBuilder.java.pb.meta")
public interface MetricsSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThe ca cert(s) in PEM format that clients connecting to the metrics endpoint can use for authentication.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
-
getAcceptedClientCa
com.google.protobuf.ByteString getAcceptedClientCa()The ca cert(s) in PEM format that clients connecting to the metrics endpoint can use for authentication. This must only be one value, but the CA can have a chain.
bytes accepted_client_ca = 2;- Returns:
- The acceptedClientCa.
-