Interface AlternateProtocolsCacheOptions.AlternateProtocolsCacheEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlternateProtocolsCacheOptions.AlternateProtocolsCacheEntry,AlternateProtocolsCacheOptions.AlternateProtocolsCacheEntry.Builder
- Enclosing class:
- AlternateProtocolsCacheOptions
public static interface AlternateProtocolsCacheOptions.AlternateProtocolsCacheEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHostname()The host name for the alternate protocol entry.com.google.protobuf.ByteStringgetHostnameBytes()The host name for the alternate protocol entry.intgetPort()The port for the alternate protocol entry.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHostname
String getHostname()
The host name for the alternate protocol entry.
string hostname = 1 [(.validate.rules) = { ... }- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
The host name for the alternate protocol entry.
string hostname = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for hostname.
-
getPort
int getPort()
The port for the alternate protocol entry.
uint32 port = 2 [(.validate.rules) = { ... }- Returns:
- The port.
-
-