Interface SNIOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SNI,SNI.Builder
public interface SNIOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe value to use as the secret name when SNI is empty or absent.com.google.protobuf.ByteStringThe value to use as the secret name when SNI is empty or absent.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
-
getDefaultValue
String getDefaultValue()The value to use as the secret name when SNI is empty or absent.
string default_value = 1 [(.validate.rules) = { ... }- Returns:
- The defaultValue.
-
getDefaultValueBytes
com.google.protobuf.ByteString getDefaultValueBytes()The value to use as the secret name when SNI is empty or absent.
string default_value = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for defaultValue.
-