public interface HeaderValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Header name.
|
com.google.protobuf.ByteString |
getKeyBytes()
Header name.
|
String |
getValue()
Header value.
|
com.google.protobuf.ByteString |
getValueBytes()
Header value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
Header name.
string key = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getKeyBytes()
Header name.
string key = 1 [(.validate.rules) = { ... }String getValue()
Header value. The same :ref:`format specifier <config_access_log_format>` as used for :ref:`HTTP access logging <config_access_log>` applies here, however unknown header values are replaced with the empty string instead of `-`.
string value = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getValueBytes()
Header value. The same :ref:`format specifier <config_access_log_format>` as used for :ref:`HTTP access logging <config_access_log>` applies here, however unknown header values are replaced with the empty string instead of `-`.
string value = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.