public final class HttpHeaders extends com.google.protobuf.GeneratedMessageV3 implements HttpHeadersOrBuilder
This message is sent to the external server when the HTTP request and responses are first received.Protobuf type
envoy.service.ext_proc.v3alpha.HttpHeaders| Modifier and Type | Class and Description |
|---|---|
static class |
HttpHeaders.Builder
This message is sent to the external server when the HTTP request and responses
are first received.
|
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
END_OF_STREAM_FIELD_NUMBER |
static int |
HEADERS_FIELD_NUMBER |
| 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.
|
boolean |
equals(Object obj) |
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.
|
static HttpHeaders |
getDefaultInstance() |
HttpHeaders |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<HttpHeaders> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHeaders()
The HTTP request headers.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static HttpHeaders.Builder |
newBuilder() |
static HttpHeaders.Builder |
newBuilder(HttpHeaders prototype) |
HttpHeaders.Builder |
newBuilderForType() |
protected HttpHeaders.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HttpHeaders |
parseDelimitedFrom(InputStream input) |
static HttpHeaders |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
parseFrom(byte[] data) |
static HttpHeaders |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
parseFrom(ByteBuffer data) |
static HttpHeaders |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
parseFrom(com.google.protobuf.ByteString data) |
static HttpHeaders |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpHeaders |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
parseFrom(InputStream input) |
static HttpHeaders |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HttpHeaders> |
parser() |
HttpHeaders.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 HEADERS_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int END_OF_STREAM_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean 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;hasHeaders in interface HttpHeadersOrBuilderpublic 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;getHeaders in interface HttpHeadersOrBuilderpublic 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;getHeadersOrBuilder in interface HttpHeadersOrBuilderpublic int getAttributesCount()
HttpHeadersOrBuilderThe 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;getAttributesCount in interface HttpHeadersOrBuilderpublic 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;containsAttributes in interface HttpHeadersOrBuilder@Deprecated public Map<String,com.google.protobuf.Struct> getAttributes()
getAttributesMap() instead.getAttributes in interface HttpHeadersOrBuilderpublic 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;getAttributesMap in interface HttpHeadersOrBuilderpublic 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;getAttributesOrDefault in interface HttpHeadersOrBuilderpublic 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;getAttributesOrThrow in interface HttpHeadersOrBuilderpublic boolean getEndOfStream()
If true, then there is no message body associated with this request or response.
bool end_of_stream = 3;getEndOfStream in interface HttpHeadersOrBuilderpublic 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 HttpHeaders parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpHeaders parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpHeaders parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpHeaders parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpHeaders parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpHeaders parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpHeaders parseFrom(InputStream input) throws IOException
IOExceptionpublic static HttpHeaders parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HttpHeaders parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HttpHeaders parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HttpHeaders parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HttpHeaders parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HttpHeaders.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HttpHeaders.Builder newBuilder()
public static HttpHeaders.Builder newBuilder(HttpHeaders prototype)
public HttpHeaders.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HttpHeaders.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HttpHeaders getDefaultInstance()
public static com.google.protobuf.Parser<HttpHeaders> parser()
public com.google.protobuf.Parser<HttpHeaders> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HttpHeaders getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.