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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getAcceptedClientCa()
      The 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

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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.