Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeader
-
Packages that use CustomInlineHeader Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of CustomInlineHeader in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as CustomInlineHeader Modifier and Type Field Description private static CustomInlineHeader
CustomInlineHeader. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type CustomInlineHeader Modifier and Type Field Description private java.util.List<CustomInlineHeader>
Bootstrap.Builder. inlineHeaders_
private java.util.List<CustomInlineHeader>
Bootstrap. inlineHeaders_
private com.google.protobuf.RepeatedFieldBuilder<CustomInlineHeader,CustomInlineHeader.Builder,CustomInlineHeaderOrBuilder>
Bootstrap.Builder. inlineHeadersBuilder_
private static com.google.protobuf.Parser<CustomInlineHeader>
CustomInlineHeader. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeader Modifier and Type Method Description CustomInlineHeader
CustomInlineHeader.Builder. build()
CustomInlineHeader
CustomInlineHeader.Builder. buildPartial()
static CustomInlineHeader
CustomInlineHeader. getDefaultInstance()
CustomInlineHeader
CustomInlineHeader.Builder. getDefaultInstanceForType()
CustomInlineHeader
CustomInlineHeader. getDefaultInstanceForType()
CustomInlineHeader
Bootstrap.Builder. getInlineHeaders(int index)
Specifies a set of headers that need to be registered as inline header.CustomInlineHeader
Bootstrap. getInlineHeaders(int index)
Specifies a set of headers that need to be registered as inline header.CustomInlineHeader
BootstrapOrBuilder. getInlineHeaders(int index)
Specifies a set of headers that need to be registered as inline header.static CustomInlineHeader
CustomInlineHeader. parseDelimitedFrom(java.io.InputStream input)
static CustomInlineHeader
CustomInlineHeader. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInlineHeader
CustomInlineHeader. parseFrom(byte[] data)
static CustomInlineHeader
CustomInlineHeader. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInlineHeader
CustomInlineHeader. parseFrom(com.google.protobuf.ByteString data)
static CustomInlineHeader
CustomInlineHeader. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInlineHeader
CustomInlineHeader. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomInlineHeader
CustomInlineHeader. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInlineHeader
CustomInlineHeader. parseFrom(java.io.InputStream input)
static CustomInlineHeader
CustomInlineHeader. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomInlineHeader
CustomInlineHeader. parseFrom(java.nio.ByteBuffer data)
static CustomInlineHeader
CustomInlineHeader. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type CustomInlineHeader Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CustomInlineHeader,CustomInlineHeader.Builder,CustomInlineHeaderOrBuilder>
Bootstrap.Builder. getInlineHeadersFieldBuilder()
java.util.List<CustomInlineHeader>
Bootstrap.Builder. getInlineHeadersList()
Specifies a set of headers that need to be registered as inline header.java.util.List<CustomInlineHeader>
Bootstrap. getInlineHeadersList()
Specifies a set of headers that need to be registered as inline header.java.util.List<CustomInlineHeader>
BootstrapOrBuilder. getInlineHeadersList()
Specifies a set of headers that need to be registered as inline header.com.google.protobuf.Parser<CustomInlineHeader>
CustomInlineHeader. getParserForType()
static com.google.protobuf.Parser<CustomInlineHeader>
CustomInlineHeader. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type CustomInlineHeader Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. addInlineHeaders(int index, CustomInlineHeader value)
Specifies a set of headers that need to be registered as inline header.Bootstrap.Builder
Bootstrap.Builder. addInlineHeaders(CustomInlineHeader value)
Specifies a set of headers that need to be registered as inline header.private void
CustomInlineHeader.Builder. buildPartial0(CustomInlineHeader result)
CustomInlineHeader.Builder
CustomInlineHeader.Builder. mergeFrom(CustomInlineHeader other)
static CustomInlineHeader.Builder
CustomInlineHeader. newBuilder(CustomInlineHeader prototype)
Bootstrap.Builder
Bootstrap.Builder. setInlineHeaders(int index, CustomInlineHeader value)
Specifies a set of headers that need to be registered as inline header.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type CustomInlineHeader Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. addAllInlineHeaders(java.lang.Iterable<? extends CustomInlineHeader> values)
Specifies a set of headers that need to be registered as inline header.
-