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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGrpcAddress()The gRPC address for API key client connections (may be empty if API keys are disabled).com.google.protobuf.ByteStringgetGrpcAddressBytes()The gRPC address for API key client connections (may be empty if API keys are disabled).java.lang.StringgetMtlsGrpcAddress()The gRPC address for mTLS client connections (may be empty if mTLS is disabled).com.google.protobuf.ByteStringgetMtlsGrpcAddressBytes()The gRPC address for mTLS client connections (may be empty if mTLS is disabled).java.lang.StringgetWebAddress()The web UI address.com.google.protobuf.ByteStringgetWebAddressBytes()The web UI address.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWebAddress
java.lang.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
java.lang.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
java.lang.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.
-
-