Interface CustomInlineHeaderOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomInlineHeader
,CustomInlineHeader.Builder
public interface CustomInlineHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the header that is expected to be set as the inline header.com.google.protobuf.ByteString
The name of the header that is expected to be set as the inline header.The type of the header that is expected to be set as the inline header.int
The type of the header that is expected to be set as the inline header.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
-
getInlineHeaderName
String getInlineHeaderName()The name of the header that is expected to be set as the inline header.
string inline_header_name = 1 [(.validate.rules) = { ... }
- Returns:
- The inlineHeaderName.
-
getInlineHeaderNameBytes
com.google.protobuf.ByteString getInlineHeaderNameBytes()The name of the header that is expected to be set as the inline header.
string inline_header_name = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for inlineHeaderName.
-
getInlineHeaderTypeValue
int getInlineHeaderTypeValue()The type of the header that is expected to be set as the inline header.
.envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType inline_header_type = 2 [(.validate.rules) = { ... }
- Returns:
- The enum numeric value on the wire for inlineHeaderType.
-
getInlineHeaderType
CustomInlineHeader.InlineHeaderType getInlineHeaderType()The type of the header that is expected to be set as the inline header.
.envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType inline_header_type = 2 [(.validate.rules) = { ... }
- Returns:
- The inlineHeaderType.
-