public static final class HTTPRequestProperties.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder> implements HTTPRequestPropertiesOrBuilder
[#next-free-field: 14]Protobuf type
envoy.data.accesslog.v2.HTTPRequestProperties| Modifier and Type | Method and Description |
|---|---|
HTTPRequestProperties.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HTTPRequestProperties |
build() |
HTTPRequestProperties |
buildPartial() |
HTTPRequestProperties.Builder |
clear() |
HTTPRequestProperties.Builder |
clearAuthority()
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
|
HTTPRequestProperties.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HTTPRequestProperties.Builder |
clearForwardedFor()
Value of the ``X-Forwarded-For`` request header.
|
HTTPRequestProperties.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HTTPRequestProperties.Builder |
clearOriginalPath()
Value of the ``X-Envoy-Original-Path`` request header.
|
HTTPRequestProperties.Builder |
clearPath()
The path portion from the incoming request URI.
|
HTTPRequestProperties.Builder |
clearPort()
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
HTTPRequestProperties.Builder |
clearReferer()
Value of the ``Referer`` request header.
|
HTTPRequestProperties.Builder |
clearRequestBodyBytes()
Size of the HTTP request body in bytes.
|
HTTPRequestProperties.Builder |
clearRequestHeaders() |
HTTPRequestProperties.Builder |
clearRequestHeadersBytes()
Size of the HTTP request headers in bytes.
|
HTTPRequestProperties.Builder |
clearRequestId()
Value of the ``X-Request-Id`` request header
This header is used by Envoy to uniquely identify a request.
|
HTTPRequestProperties.Builder |
clearRequestMethod()
The request method (RFC 7231/2616).
|
HTTPRequestProperties.Builder |
clearScheme()
The scheme portion of the incoming request URI.
|
HTTPRequestProperties.Builder |
clearUserAgent()
Value of the ``User-Agent`` request header.
|
HTTPRequestProperties.Builder |
clone() |
boolean |
containsRequestHeaders(String key)
Map of additional headers that have been configured to be logged.
|
String |
getAuthority()
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
|
com.google.protobuf.ByteString |
getAuthorityBytes()
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
|
HTTPRequestProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getForwardedFor()
Value of the ``X-Forwarded-For`` request header.
|
com.google.protobuf.ByteString |
getForwardedForBytes()
Value of the ``X-Forwarded-For`` request header.
|
Map<String,String> |
getMutableRequestHeaders()
Deprecated.
|
String |
getOriginalPath()
Value of the ``X-Envoy-Original-Path`` request header.
|
com.google.protobuf.ByteString |
getOriginalPathBytes()
Value of the ``X-Envoy-Original-Path`` request header.
|
String |
getPath()
The path portion from the incoming request URI.
|
com.google.protobuf.ByteString |
getPathBytes()
The path portion from the incoming request URI.
|
com.google.protobuf.UInt32Value |
getPort()
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
com.google.protobuf.UInt32Value.Builder |
getPortBuilder()
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
com.google.protobuf.UInt32ValueOrBuilder |
getPortOrBuilder()
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
String |
getReferer()
Value of the ``Referer`` request header.
|
com.google.protobuf.ByteString |
getRefererBytes()
Value of the ``Referer`` request header.
|
long |
getRequestBodyBytes()
Size of the HTTP request body in bytes.
|
Map<String,String> |
getRequestHeaders()
Deprecated.
|
long |
getRequestHeadersBytes()
Size of the HTTP request headers in bytes.
|
int |
getRequestHeadersCount()
Map of additional headers that have been configured to be logged.
|
Map<String,String> |
getRequestHeadersMap()
Map of additional headers that have been configured to be logged.
|
String |
getRequestHeadersOrDefault(String key,
String defaultValue)
Map of additional headers that have been configured to be logged.
|
String |
getRequestHeadersOrThrow(String key)
Map of additional headers that have been configured to be logged.
|
String |
getRequestId()
Value of the ``X-Request-Id`` request header
This header is used by Envoy to uniquely identify a request.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Value of the ``X-Request-Id`` request header
This header is used by Envoy to uniquely identify a request.
|
RequestMethod |
getRequestMethod()
The request method (RFC 7231/2616).
|
int |
getRequestMethodValue()
The request method (RFC 7231/2616).
|
String |
getScheme()
The scheme portion of the incoming request URI.
|
com.google.protobuf.ByteString |
getSchemeBytes()
The scheme portion of the incoming request URI.
|
String |
getUserAgent()
Value of the ``User-Agent`` request header.
|
com.google.protobuf.ByteString |
getUserAgentBytes()
Value of the ``User-Agent`` request header.
|
boolean |
hasPort()
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
HTTPRequestProperties.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HTTPRequestProperties.Builder |
mergeFrom(HTTPRequestProperties other) |
HTTPRequestProperties.Builder |
mergeFrom(com.google.protobuf.Message other) |
HTTPRequestProperties.Builder |
mergePort(com.google.protobuf.UInt32Value value)
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
HTTPRequestProperties.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HTTPRequestProperties.Builder |
putAllRequestHeaders(Map<String,String> values)
Map of additional headers that have been configured to be logged.
|
HTTPRequestProperties.Builder |
putRequestHeaders(String key,
String value)
Map of additional headers that have been configured to be logged.
|
HTTPRequestProperties.Builder |
removeRequestHeaders(String key)
Map of additional headers that have been configured to be logged.
|
HTTPRequestProperties.Builder |
setAuthority(String value)
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
|
HTTPRequestProperties.Builder |
setAuthorityBytes(com.google.protobuf.ByteString value)
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
|
HTTPRequestProperties.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HTTPRequestProperties.Builder |
setForwardedFor(String value)
Value of the ``X-Forwarded-For`` request header.
|
HTTPRequestProperties.Builder |
setForwardedForBytes(com.google.protobuf.ByteString value)
Value of the ``X-Forwarded-For`` request header.
|
HTTPRequestProperties.Builder |
setOriginalPath(String value)
Value of the ``X-Envoy-Original-Path`` request header.
|
HTTPRequestProperties.Builder |
setOriginalPathBytes(com.google.protobuf.ByteString value)
Value of the ``X-Envoy-Original-Path`` request header.
|
HTTPRequestProperties.Builder |
setPath(String value)
The path portion from the incoming request URI.
|
HTTPRequestProperties.Builder |
setPathBytes(com.google.protobuf.ByteString value)
The path portion from the incoming request URI.
|
HTTPRequestProperties.Builder |
setPort(com.google.protobuf.UInt32Value.Builder builderForValue)
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
HTTPRequestProperties.Builder |
setPort(com.google.protobuf.UInt32Value value)
The port of the incoming request URI
(unused currently, as port is composed onto authority).
|
HTTPRequestProperties.Builder |
setReferer(String value)
Value of the ``Referer`` request header.
|
HTTPRequestProperties.Builder |
setRefererBytes(com.google.protobuf.ByteString value)
Value of the ``Referer`` request header.
|
HTTPRequestProperties.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HTTPRequestProperties.Builder |
setRequestBodyBytes(long value)
Size of the HTTP request body in bytes.
|
HTTPRequestProperties.Builder |
setRequestHeadersBytes(long value)
Size of the HTTP request headers in bytes.
|
HTTPRequestProperties.Builder |
setRequestId(String value)
Value of the ``X-Request-Id`` request header
This header is used by Envoy to uniquely identify a request.
|
HTTPRequestProperties.Builder |
setRequestIdBytes(com.google.protobuf.ByteString value)
Value of the ``X-Request-Id`` request header
This header is used by Envoy to uniquely identify a request.
|
HTTPRequestProperties.Builder |
setRequestMethod(RequestMethod value)
The request method (RFC 7231/2616).
|
HTTPRequestProperties.Builder |
setRequestMethodValue(int value)
The request method (RFC 7231/2616).
|
HTTPRequestProperties.Builder |
setScheme(String value)
The scheme portion of the incoming request URI.
|
HTTPRequestProperties.Builder |
setSchemeBytes(com.google.protobuf.ByteString value)
The scheme portion of the incoming request URI.
|
HTTPRequestProperties.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HTTPRequestProperties.Builder |
setUserAgent(String value)
Value of the ``User-Agent`` request header.
|
HTTPRequestProperties.Builder |
setUserAgentBytes(com.google.protobuf.ByteString value)
Value of the ``User-Agent`` request header.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HTTPRequestProperties build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HTTPRequestProperties buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HTTPRequestProperties.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder mergeFrom(HTTPRequestProperties other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public HTTPRequestProperties.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HTTPRequestProperties.Builder>IOExceptionpublic int getRequestMethodValue()
The request method (RFC 7231/2616).
.envoy.api.v2.core.RequestMethod request_method = 1 [(.validate.rules) = { ... }getRequestMethodValue in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setRequestMethodValue(int value)
The request method (RFC 7231/2616).
.envoy.api.v2.core.RequestMethod request_method = 1 [(.validate.rules) = { ... }public RequestMethod getRequestMethod()
The request method (RFC 7231/2616).
.envoy.api.v2.core.RequestMethod request_method = 1 [(.validate.rules) = { ... }getRequestMethod in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setRequestMethod(RequestMethod value)
The request method (RFC 7231/2616).
.envoy.api.v2.core.RequestMethod request_method = 1 [(.validate.rules) = { ... }public HTTPRequestProperties.Builder clearRequestMethod()
The request method (RFC 7231/2616).
.envoy.api.v2.core.RequestMethod request_method = 1 [(.validate.rules) = { ... }public String getScheme()
The scheme portion of the incoming request URI.
string scheme = 2;getScheme in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getSchemeBytes()
The scheme portion of the incoming request URI.
string scheme = 2;getSchemeBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setScheme(String value)
The scheme portion of the incoming request URI.
string scheme = 2;public HTTPRequestProperties.Builder clearScheme()
The scheme portion of the incoming request URI.
string scheme = 2;public HTTPRequestProperties.Builder setSchemeBytes(com.google.protobuf.ByteString value)
The scheme portion of the incoming request URI.
string scheme = 2;public String getAuthority()
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
string authority = 3;getAuthority in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getAuthorityBytes()
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
string authority = 3;getAuthorityBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setAuthority(String value)
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
string authority = 3;public HTTPRequestProperties.Builder clearAuthority()
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
string authority = 3;public HTTPRequestProperties.Builder setAuthorityBytes(com.google.protobuf.ByteString value)
HTTP/2 ``:authority`` or HTTP/1.1 ``Host`` header value.
string authority = 3;public boolean hasPort()
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;hasPort in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.UInt32Value getPort()
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;getPort in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setPort(com.google.protobuf.UInt32Value value)
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;public HTTPRequestProperties.Builder setPort(com.google.protobuf.UInt32Value.Builder builderForValue)
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;public HTTPRequestProperties.Builder mergePort(com.google.protobuf.UInt32Value value)
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;public HTTPRequestProperties.Builder clearPort()
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;public com.google.protobuf.UInt32Value.Builder getPortBuilder()
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;public com.google.protobuf.UInt32ValueOrBuilder getPortOrBuilder()
The port of the incoming request URI (unused currently, as port is composed onto authority).
.google.protobuf.UInt32Value port = 4;getPortOrBuilder in interface HTTPRequestPropertiesOrBuilderpublic String getPath()
The path portion from the incoming request URI.
string path = 5;getPath in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
The path portion from the incoming request URI.
string path = 5;getPathBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setPath(String value)
The path portion from the incoming request URI.
string path = 5;public HTTPRequestProperties.Builder clearPath()
The path portion from the incoming request URI.
string path = 5;public HTTPRequestProperties.Builder setPathBytes(com.google.protobuf.ByteString value)
The path portion from the incoming request URI.
string path = 5;public String getUserAgent()
Value of the ``User-Agent`` request header.
string user_agent = 6;getUserAgent in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getUserAgentBytes()
Value of the ``User-Agent`` request header.
string user_agent = 6;getUserAgentBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setUserAgent(String value)
Value of the ``User-Agent`` request header.
string user_agent = 6;public HTTPRequestProperties.Builder clearUserAgent()
Value of the ``User-Agent`` request header.
string user_agent = 6;public HTTPRequestProperties.Builder setUserAgentBytes(com.google.protobuf.ByteString value)
Value of the ``User-Agent`` request header.
string user_agent = 6;public String getReferer()
Value of the ``Referer`` request header.
string referer = 7;getReferer in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getRefererBytes()
Value of the ``Referer`` request header.
string referer = 7;getRefererBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setReferer(String value)
Value of the ``Referer`` request header.
string referer = 7;public HTTPRequestProperties.Builder clearReferer()
Value of the ``Referer`` request header.
string referer = 7;public HTTPRequestProperties.Builder setRefererBytes(com.google.protobuf.ByteString value)
Value of the ``Referer`` request header.
string referer = 7;public String getForwardedFor()
Value of the ``X-Forwarded-For`` request header.
string forwarded_for = 8;getForwardedFor in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getForwardedForBytes()
Value of the ``X-Forwarded-For`` request header.
string forwarded_for = 8;getForwardedForBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setForwardedFor(String value)
Value of the ``X-Forwarded-For`` request header.
string forwarded_for = 8;public HTTPRequestProperties.Builder clearForwardedFor()
Value of the ``X-Forwarded-For`` request header.
string forwarded_for = 8;public HTTPRequestProperties.Builder setForwardedForBytes(com.google.protobuf.ByteString value)
Value of the ``X-Forwarded-For`` request header.
string forwarded_for = 8;public String getRequestId()
Value of the ``X-Request-Id`` request header This header is used by Envoy to uniquely identify a request. It will be generated for all external requests and internal requests that do not already have a request ID.
string request_id = 9;getRequestId in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getRequestIdBytes()
Value of the ``X-Request-Id`` request header This header is used by Envoy to uniquely identify a request. It will be generated for all external requests and internal requests that do not already have a request ID.
string request_id = 9;getRequestIdBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setRequestId(String value)
Value of the ``X-Request-Id`` request header This header is used by Envoy to uniquely identify a request. It will be generated for all external requests and internal requests that do not already have a request ID.
string request_id = 9;public HTTPRequestProperties.Builder clearRequestId()
Value of the ``X-Request-Id`` request header This header is used by Envoy to uniquely identify a request. It will be generated for all external requests and internal requests that do not already have a request ID.
string request_id = 9;public HTTPRequestProperties.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
Value of the ``X-Request-Id`` request header This header is used by Envoy to uniquely identify a request. It will be generated for all external requests and internal requests that do not already have a request ID.
string request_id = 9;public String getOriginalPath()
Value of the ``X-Envoy-Original-Path`` request header.
string original_path = 10;getOriginalPath in interface HTTPRequestPropertiesOrBuilderpublic com.google.protobuf.ByteString getOriginalPathBytes()
Value of the ``X-Envoy-Original-Path`` request header.
string original_path = 10;getOriginalPathBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setOriginalPath(String value)
Value of the ``X-Envoy-Original-Path`` request header.
string original_path = 10;public HTTPRequestProperties.Builder clearOriginalPath()
Value of the ``X-Envoy-Original-Path`` request header.
string original_path = 10;public HTTPRequestProperties.Builder setOriginalPathBytes(com.google.protobuf.ByteString value)
Value of the ``X-Envoy-Original-Path`` request header.
string original_path = 10;public long getRequestHeadersBytes()
Size of the HTTP request headers in bytes. This value is captured from the OSI layer 7 perspective, i.e. it does not include overhead from framing or encoding at other networking layers.
uint64 request_headers_bytes = 11;getRequestHeadersBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setRequestHeadersBytes(long value)
Size of the HTTP request headers in bytes. This value is captured from the OSI layer 7 perspective, i.e. it does not include overhead from framing or encoding at other networking layers.
uint64 request_headers_bytes = 11;public HTTPRequestProperties.Builder clearRequestHeadersBytes()
Size of the HTTP request headers in bytes. This value is captured from the OSI layer 7 perspective, i.e. it does not include overhead from framing or encoding at other networking layers.
uint64 request_headers_bytes = 11;public long getRequestBodyBytes()
Size of the HTTP request body in bytes. This value is captured from the OSI layer 7 perspective, i.e. it does not include overhead from framing or encoding at other networking layers.
uint64 request_body_bytes = 12;getRequestBodyBytes in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder setRequestBodyBytes(long value)
Size of the HTTP request body in bytes. This value is captured from the OSI layer 7 perspective, i.e. it does not include overhead from framing or encoding at other networking layers.
uint64 request_body_bytes = 12;public HTTPRequestProperties.Builder clearRequestBodyBytes()
Size of the HTTP request body in bytes. This value is captured from the OSI layer 7 perspective, i.e. it does not include overhead from framing or encoding at other networking layers.
uint64 request_body_bytes = 12;public int getRequestHeadersCount()
HTTPRequestPropertiesOrBuilderMap of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;getRequestHeadersCount in interface HTTPRequestPropertiesOrBuilderpublic boolean containsRequestHeaders(String key)
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;containsRequestHeaders in interface HTTPRequestPropertiesOrBuilder@Deprecated public Map<String,String> getRequestHeaders()
getRequestHeadersMap() instead.getRequestHeaders in interface HTTPRequestPropertiesOrBuilderpublic Map<String,String> getRequestHeadersMap()
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;getRequestHeadersMap in interface HTTPRequestPropertiesOrBuilderpublic String getRequestHeadersOrDefault(String key, String defaultValue)
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;getRequestHeadersOrDefault in interface HTTPRequestPropertiesOrBuilderpublic String getRequestHeadersOrThrow(String key)
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;getRequestHeadersOrThrow in interface HTTPRequestPropertiesOrBuilderpublic HTTPRequestProperties.Builder clearRequestHeaders()
public HTTPRequestProperties.Builder removeRequestHeaders(String key)
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;@Deprecated public Map<String,String> getMutableRequestHeaders()
public HTTPRequestProperties.Builder putRequestHeaders(String key, String value)
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;public HTTPRequestProperties.Builder putAllRequestHeaders(Map<String,String> values)
Map of additional headers that have been configured to be logged.
map<string, string> request_headers = 13;public final HTTPRequestProperties.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>public final HTTPRequestProperties.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HTTPRequestProperties.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.