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
Modifier and TypeMethodDescriptionThe host name for the alternate protocol entry.com.google.protobuf.ByteString
The host name for the alternate protocol entry.int
getPort()
The port for the alternate protocol entry.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
-
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.
-