public static interface ScopedRoutes.ScopeKeyBuilder.FragmentBuilder.HeaderValueExtractor.KvElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The key to match on.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key to match on.
|
String |
getSeparator()
The separator between key and value (e.g., '=' separates 'k=v;...').
|
com.google.protobuf.ByteString |
getSeparatorBytes()
The separator between key and value (e.g., '=' separates 'k=v;...').
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSeparator()
The separator between key and value (e.g., '=' separates 'k=v;...'). If an element is an empty string, the element is ignored. If an element contains no separator, the whole element is parsed as key and the fragment value is an empty string. If there are multiple values for a matched key, the first value is returned.
string separator = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getSeparatorBytes()
The separator between key and value (e.g., '=' separates 'k=v;...'). If an element is an empty string, the element is ignored. If an element contains no separator, the whole element is parsed as key and the fragment value is an empty string. If there are multiple values for a matched key, the first value is returned.
string separator = 1 [(.validate.rules) = { ... }String getKey()
The key to match on.
string key = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getKeyBytes()
The key to match on.
string key = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.