public interface HTTPResponsePropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsResponseHeaders(String key)
Map of additional headers configured to be logged.
|
boolean |
containsResponseTrailers(String key)
Map of trailers configured to be logged.
|
long |
getResponseBodyBytes()
Size of the HTTP response body in bytes.
|
com.google.protobuf.UInt32Value |
getResponseCode()
The HTTP response code returned by Envoy.
|
String |
getResponseCodeDetails()
The HTTP response code details.
|
com.google.protobuf.ByteString |
getResponseCodeDetailsBytes()
The HTTP response code details.
|
com.google.protobuf.UInt32ValueOrBuilder |
getResponseCodeOrBuilder()
The HTTP response code returned by Envoy.
|
Map<String,String> |
getResponseHeaders()
Deprecated.
|
long |
getResponseHeadersBytes()
Size of the HTTP response headers in bytes.
|
int |
getResponseHeadersCount()
Map of additional headers configured to be logged.
|
Map<String,String> |
getResponseHeadersMap()
Map of additional headers configured to be logged.
|
String |
getResponseHeadersOrDefault(String key,
String defaultValue)
Map of additional headers configured to be logged.
|
String |
getResponseHeadersOrThrow(String key)
Map of additional headers configured to be logged.
|
Map<String,String> |
getResponseTrailers()
Deprecated.
|
int |
getResponseTrailersCount()
Map of trailers configured to be logged.
|
Map<String,String> |
getResponseTrailersMap()
Map of trailers configured to be logged.
|
String |
getResponseTrailersOrDefault(String key,
String defaultValue)
Map of trailers configured to be logged.
|
String |
getResponseTrailersOrThrow(String key)
Map of trailers configured to be logged.
|
boolean |
hasResponseCode()
The HTTP response code returned by Envoy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResponseCode()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;com.google.protobuf.UInt32Value getResponseCode()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;com.google.protobuf.UInt32ValueOrBuilder getResponseCodeOrBuilder()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;long getResponseHeadersBytes()
Size of the HTTP response 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 response_headers_bytes = 2;long getResponseBodyBytes()
Size of the HTTP response 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 response_body_bytes = 3;int getResponseHeadersCount()
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;boolean containsResponseHeaders(String key)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;@Deprecated Map<String,String> getResponseHeaders()
getResponseHeadersMap() instead.Map<String,String> getResponseHeadersMap()
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;String getResponseHeadersOrDefault(String key, String defaultValue)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;String getResponseHeadersOrThrow(String key)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;int getResponseTrailersCount()
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;boolean containsResponseTrailers(String key)
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;@Deprecated Map<String,String> getResponseTrailers()
getResponseTrailersMap() instead.Map<String,String> getResponseTrailersMap()
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;String getResponseTrailersOrDefault(String key, String defaultValue)
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;String getResponseTrailersOrThrow(String key)
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;String getResponseCodeDetails()
The HTTP response code details.
string response_code_details = 6;com.google.protobuf.ByteString getResponseCodeDetailsBytes()
The HTTP response code details.
string response_code_details = 6;Copyright © 2018–2021 The Envoy Project. All rights reserved.