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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInlineHeaderName()The name of the header that is expected to be set as the inline header.com.google.protobuf.ByteStringgetInlineHeaderNameBytes()The name of the header that is expected to be set as the inline header.CustomInlineHeader.InlineHeaderTypegetInlineHeaderType()The type of the header that is expected to be set as the inline header.intgetInlineHeaderTypeValue()The type of the header that is expected to be set as the inline header.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-