Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeader.Builder
Packages that use CustomInlineHeader.Builder
-
Uses of CustomInlineHeader.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type CustomInlineHeader.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CustomInlineHeader, CustomInlineHeader.Builder, CustomInlineHeaderOrBuilder> Bootstrap.Builder.inlineHeadersBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeader.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addInlineHeadersBuilder()
Specifies a set of headers that need to be registered as inline header.Bootstrap.Builder.addInlineHeadersBuilder
(int index) Specifies a set of headers that need to be registered as inline header.CustomInlineHeader.Builder.clear()
CustomInlineHeader.Builder.clearInlineHeaderName()
The name of the header that is expected to be set as the inline header.CustomInlineHeader.Builder.clearInlineHeaderType()
The type of the header that is expected to be set as the inline header.Bootstrap.Builder.getInlineHeadersBuilder
(int index) Specifies a set of headers that need to be registered as inline header.CustomInlineHeader.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomInlineHeader.Builder.mergeFrom
(com.google.protobuf.Message other) CustomInlineHeader.Builder.mergeFrom
(CustomInlineHeader other) static CustomInlineHeader.Builder
CustomInlineHeader.newBuilder()
static CustomInlineHeader.Builder
CustomInlineHeader.newBuilder
(CustomInlineHeader prototype) CustomInlineHeader.newBuilderForType()
protected CustomInlineHeader.Builder
CustomInlineHeader.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CustomInlineHeader.Builder.setInlineHeaderName
(String value) The name of the header that is expected to be set as the inline header.CustomInlineHeader.Builder.setInlineHeaderNameBytes
(com.google.protobuf.ByteString value) The name of the header that is expected to be set as the inline header.CustomInlineHeader.Builder.setInlineHeaderType
(CustomInlineHeader.InlineHeaderType value) The type of the header that is expected to be set as the inline header.CustomInlineHeader.Builder.setInlineHeaderTypeValue
(int value) The type of the header that is expected to be set as the inline header.CustomInlineHeader.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type CustomInlineHeader.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.getInlineHeadersBuilderList()
Specifies a set of headers that need to be registered as inline header.private com.google.protobuf.RepeatedFieldBuilder
<CustomInlineHeader, CustomInlineHeader.Builder, CustomInlineHeaderOrBuilder> Bootstrap.Builder.getInlineHeadersFieldBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type CustomInlineHeader.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addInlineHeaders
(int index, CustomInlineHeader.Builder builderForValue) Specifies a set of headers that need to be registered as inline header.Bootstrap.Builder.addInlineHeaders
(CustomInlineHeader.Builder builderForValue) Specifies a set of headers that need to be registered as inline header.Bootstrap.Builder.setInlineHeaders
(int index, CustomInlineHeader.Builder builderForValue) Specifies a set of headers that need to be registered as inline header.