public static final class HeaderToMetadata.Config extends com.google.protobuf.GeneratedMessageV3 implements HeaderToMetadata.ConfigOrBuilder
envoy.config.filter.http.header_to_metadata.v2.Config| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderToMetadata.Config.Builder
Protobuf type
envoy.config.filter.http.header_to_metadata.v2.Config |
static class |
HeaderToMetadata.Config.KeyValuePair
Protobuf type
envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair |
static interface |
HeaderToMetadata.Config.KeyValuePairOrBuilder |
static class |
HeaderToMetadata.Config.Rule
A Rule defines what metadata to apply when a header is present or missing.
|
static interface |
HeaderToMetadata.Config.RuleOrBuilder |
static class |
HeaderToMetadata.Config.ValueType
Protobuf enum
envoy.config.filter.http.header_to_metadata.v2.Config.ValueType |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
REQUEST_RULES_FIELD_NUMBER |
static int |
RESPONSE_RULES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static HeaderToMetadata.Config |
getDefaultInstance() |
HeaderToMetadata.Config |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<HeaderToMetadata.Config> |
getParserForType() |
HeaderToMetadata.Config.Rule |
getRequestRules(int index)
The list of rules to apply to requests.
|
int |
getRequestRulesCount()
The list of rules to apply to requests.
|
List<HeaderToMetadata.Config.Rule> |
getRequestRulesList()
The list of rules to apply to requests.
|
HeaderToMetadata.Config.RuleOrBuilder |
getRequestRulesOrBuilder(int index)
The list of rules to apply to requests.
|
List<? extends HeaderToMetadata.Config.RuleOrBuilder> |
getRequestRulesOrBuilderList()
The list of rules to apply to requests.
|
HeaderToMetadata.Config.Rule |
getResponseRules(int index)
The list of rules to apply to responses.
|
int |
getResponseRulesCount()
The list of rules to apply to responses.
|
List<HeaderToMetadata.Config.Rule> |
getResponseRulesList()
The list of rules to apply to responses.
|
HeaderToMetadata.Config.RuleOrBuilder |
getResponseRulesOrBuilder(int index)
The list of rules to apply to responses.
|
List<? extends HeaderToMetadata.Config.RuleOrBuilder> |
getResponseRulesOrBuilderList()
The list of rules to apply to responses.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HeaderToMetadata.Config.Builder |
newBuilder() |
static HeaderToMetadata.Config.Builder |
newBuilder(HeaderToMetadata.Config prototype) |
HeaderToMetadata.Config.Builder |
newBuilderForType() |
protected HeaderToMetadata.Config.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static HeaderToMetadata.Config |
parseDelimitedFrom(InputStream input) |
static HeaderToMetadata.Config |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config |
parseFrom(byte[] data) |
static HeaderToMetadata.Config |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config |
parseFrom(ByteBuffer data) |
static HeaderToMetadata.Config |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config |
parseFrom(com.google.protobuf.ByteString data) |
static HeaderToMetadata.Config |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HeaderToMetadata.Config |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config |
parseFrom(InputStream input) |
static HeaderToMetadata.Config |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HeaderToMetadata.Config> |
parser() |
HeaderToMetadata.Config.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REQUEST_RULES_FIELD_NUMBER
public static final int RESPONSE_RULES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<HeaderToMetadata.Config.Rule> getRequestRulesList()
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;getRequestRulesList in interface HeaderToMetadata.ConfigOrBuilderpublic List<? extends HeaderToMetadata.Config.RuleOrBuilder> getRequestRulesOrBuilderList()
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;getRequestRulesOrBuilderList in interface HeaderToMetadata.ConfigOrBuilderpublic int getRequestRulesCount()
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;getRequestRulesCount in interface HeaderToMetadata.ConfigOrBuilderpublic HeaderToMetadata.Config.Rule getRequestRules(int index)
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;getRequestRules in interface HeaderToMetadata.ConfigOrBuilderpublic HeaderToMetadata.Config.RuleOrBuilder getRequestRulesOrBuilder(int index)
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;getRequestRulesOrBuilder in interface HeaderToMetadata.ConfigOrBuilderpublic List<HeaderToMetadata.Config.Rule> getResponseRulesList()
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;getResponseRulesList in interface HeaderToMetadata.ConfigOrBuilderpublic List<? extends HeaderToMetadata.Config.RuleOrBuilder> getResponseRulesOrBuilderList()
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;getResponseRulesOrBuilderList in interface HeaderToMetadata.ConfigOrBuilderpublic int getResponseRulesCount()
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;getResponseRulesCount in interface HeaderToMetadata.ConfigOrBuilderpublic HeaderToMetadata.Config.Rule getResponseRules(int index)
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;getResponseRules in interface HeaderToMetadata.ConfigOrBuilderpublic HeaderToMetadata.Config.RuleOrBuilder getResponseRulesOrBuilder(int index)
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;getResponseRulesOrBuilder in interface HeaderToMetadata.ConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HeaderToMetadata.Config parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config parseFrom(InputStream input) throws IOException
IOExceptionpublic static HeaderToMetadata.Config parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HeaderToMetadata.Config parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HeaderToMetadata.Config parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HeaderToMetadata.Config parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HeaderToMetadata.Config parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HeaderToMetadata.Config.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HeaderToMetadata.Config.Builder newBuilder()
public static HeaderToMetadata.Config.Builder newBuilder(HeaderToMetadata.Config prototype)
public HeaderToMetadata.Config.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HeaderToMetadata.Config.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HeaderToMetadata.Config getDefaultInstance()
public static com.google.protobuf.Parser<HeaderToMetadata.Config> parser()
public com.google.protobuf.Parser<HeaderToMetadata.Config> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HeaderToMetadata.Config getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.