public interface HttpHeadersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
The values of properties selected by the "request_attributes"
or "response_attributes" list in the configuration.
|
Map<String,com.google.protobuf.Struct> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
The values of properties selected by the "request_attributes"
or "response_attributes" list in the configuration.
|
Map<String,com.google.protobuf.Struct> |
getAttributesMap()
The values of properties selected by the "request_attributes"
or "response_attributes" list in the configuration.
|
com.google.protobuf.Struct |
getAttributesOrDefault(String key,
com.google.protobuf.Struct defaultValue)
The values of properties selected by the "request_attributes"
or "response_attributes" list in the configuration.
|
com.google.protobuf.Struct |
getAttributesOrThrow(String key)
The values of properties selected by the "request_attributes"
or "response_attributes" list in the configuration.
|
boolean |
getEndOfStream()
If true, then there is no message body associated with this
request or response.
|
HeaderMap |
getHeaders()
The HTTP request headers.
|
HeaderMapOrBuilder |
getHeadersOrBuilder()
The HTTP request headers.
|
boolean |
hasHeaders()
The HTTP request headers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeaders()
The HTTP request headers. All header keys will be lower-cased, because HTTP header keys are case-insensitive.
.envoy.config.core.v3.HeaderMap headers = 1;HeaderMap getHeaders()
The HTTP request headers. All header keys will be lower-cased, because HTTP header keys are case-insensitive.
.envoy.config.core.v3.HeaderMap headers = 1;HeaderMapOrBuilder getHeadersOrBuilder()
The HTTP request headers. All header keys will be lower-cased, because HTTP header keys are case-insensitive.
.envoy.config.core.v3.HeaderMap headers = 1;int getAttributesCount()
The values of properties selected by the "request_attributes" or "response_attributes" list in the configuration. Each entry in the list is populated from the standard :ref:`attributes <arch_overview_attributes>` supported across Envoy.
map<string, .google.protobuf.Struct> attributes = 2;boolean containsAttributes(String key)
The values of properties selected by the "request_attributes" or "response_attributes" list in the configuration. Each entry in the list is populated from the standard :ref:`attributes <arch_overview_attributes>` supported across Envoy.
map<string, .google.protobuf.Struct> attributes = 2;@Deprecated Map<String,com.google.protobuf.Struct> getAttributes()
getAttributesMap() instead.Map<String,com.google.protobuf.Struct> getAttributesMap()
The values of properties selected by the "request_attributes" or "response_attributes" list in the configuration. Each entry in the list is populated from the standard :ref:`attributes <arch_overview_attributes>` supported across Envoy.
map<string, .google.protobuf.Struct> attributes = 2;com.google.protobuf.Struct getAttributesOrDefault(String key, com.google.protobuf.Struct defaultValue)
The values of properties selected by the "request_attributes" or "response_attributes" list in the configuration. Each entry in the list is populated from the standard :ref:`attributes <arch_overview_attributes>` supported across Envoy.
map<string, .google.protobuf.Struct> attributes = 2;com.google.protobuf.Struct getAttributesOrThrow(String key)
The values of properties selected by the "request_attributes" or "response_attributes" list in the configuration. Each entry in the list is populated from the standard :ref:`attributes <arch_overview_attributes>` supported across Envoy.
map<string, .google.protobuf.Struct> attributes = 2;boolean getEndOfStream()
If true, then there is no message body associated with this request or response.
bool end_of_stream = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.