Interface S2AConfigurationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
S2AConfiguration,S2AConfiguration.Builder
public interface S2AConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe address of the S2A.com.google.protobuf.ByteStringThe address of the S2A.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
-
getS2AAddress
String getS2AAddress()The address of the S2A. This can be an IP address or a hostname, followed by a port number.
string s2a_address = 1 [(.validate.rules) = { ... }- Returns:
- The s2aAddress.
-
getS2AAddressBytes
com.google.protobuf.ByteString getS2AAddressBytes()The address of the S2A. This can be an IP address or a hostname, followed by a port number.
string s2a_address = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for s2aAddress.
-