Interface EndpointsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Endpoints, Endpoints.Builder

@Generated(value="protoc", comments="annotations:EndpointsOrBuilder.java.pb.meta") public interface EndpointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The gRPC address for API key client connections (may be empty if API keys are disabled).
    com.google.protobuf.ByteString
    The gRPC address for API key client connections (may be empty if API keys are disabled).
    The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
    com.google.protobuf.ByteString
    The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
    The web UI address.
    com.google.protobuf.ByteString
    The web UI address.

    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 Details

    • getWebAddress

      String getWebAddress()
       The web UI address.
       
      string web_address = 1;
      Returns:
      The webAddress.
    • getWebAddressBytes

      com.google.protobuf.ByteString getWebAddressBytes()
       The web UI address.
       
      string web_address = 1;
      Returns:
      The bytes for webAddress.
    • getMtlsGrpcAddress

      String getMtlsGrpcAddress()
       The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
       
      string mtls_grpc_address = 2;
      Returns:
      The mtlsGrpcAddress.
    • getMtlsGrpcAddressBytes

      com.google.protobuf.ByteString getMtlsGrpcAddressBytes()
       The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
       
      string mtls_grpc_address = 2;
      Returns:
      The bytes for mtlsGrpcAddress.
    • getGrpcAddress

      String getGrpcAddress()
       The gRPC address for API key client connections (may be empty if API keys are disabled).
       
      string grpc_address = 3;
      Returns:
      The grpcAddress.
    • getGrpcAddressBytes

      com.google.protobuf.ByteString getGrpcAddressBytes()
       The gRPC address for API key client connections (may be empty if API keys are disabled).
       
      string grpc_address = 3;
      Returns:
      The bytes for grpcAddress.