public final class HTTPResponseProperties extends com.google.protobuf.GeneratedMessageV3 implements HTTPResponsePropertiesOrBuilder
[#next-free-field: 7]Protobuf type
envoy.data.accesslog.v2.HTTPResponseProperties
Modifier and Type | Class and Description |
---|---|
static class |
HTTPResponseProperties.Builder
[#next-free-field: 7]
Protobuf type
envoy.data.accesslog.v2.HTTPResponseProperties |
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 |
RESPONSE_BODY_BYTES_FIELD_NUMBER |
static int |
RESPONSE_CODE_DETAILS_FIELD_NUMBER |
static int |
RESPONSE_CODE_FIELD_NUMBER |
static int |
RESPONSE_HEADERS_BYTES_FIELD_NUMBER |
static int |
RESPONSE_HEADERS_FIELD_NUMBER |
static int |
RESPONSE_TRAILERS_FIELD_NUMBER |
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.
|
boolean |
equals(Object obj) |
static HTTPResponseProperties |
getDefaultInstance() |
HTTPResponseProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<HTTPResponseProperties> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasResponseCode()
The HTTP response code returned by Envoy.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static HTTPResponseProperties.Builder |
newBuilder() |
static HTTPResponseProperties.Builder |
newBuilder(HTTPResponseProperties prototype) |
HTTPResponseProperties.Builder |
newBuilderForType() |
protected HTTPResponseProperties.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HTTPResponseProperties |
parseDelimitedFrom(InputStream input) |
static HTTPResponseProperties |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPResponseProperties |
parseFrom(byte[] data) |
static HTTPResponseProperties |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPResponseProperties |
parseFrom(ByteBuffer data) |
static HTTPResponseProperties |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPResponseProperties |
parseFrom(com.google.protobuf.ByteString data) |
static HTTPResponseProperties |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPResponseProperties |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HTTPResponseProperties |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPResponseProperties |
parseFrom(InputStream input) |
static HTTPResponseProperties |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HTTPResponseProperties> |
parser() |
HTTPResponseProperties.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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int RESPONSE_CODE_FIELD_NUMBER
public static final int RESPONSE_HEADERS_BYTES_FIELD_NUMBER
public static final int RESPONSE_BODY_BYTES_FIELD_NUMBER
public static final int RESPONSE_HEADERS_FIELD_NUMBER
public static final int RESPONSE_TRAILERS_FIELD_NUMBER
public static final int RESPONSE_CODE_DETAILS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasResponseCode()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;
hasResponseCode
in interface HTTPResponsePropertiesOrBuilder
public com.google.protobuf.UInt32Value getResponseCode()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;
getResponseCode
in interface HTTPResponsePropertiesOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getResponseCodeOrBuilder()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;
getResponseCodeOrBuilder
in interface HTTPResponsePropertiesOrBuilder
public 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;
getResponseHeadersBytes
in interface HTTPResponsePropertiesOrBuilder
public 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;
getResponseBodyBytes
in interface HTTPResponsePropertiesOrBuilder
public int getResponseHeadersCount()
HTTPResponsePropertiesOrBuilder
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;
getResponseHeadersCount
in interface HTTPResponsePropertiesOrBuilder
public boolean containsResponseHeaders(String key)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;
containsResponseHeaders
in interface HTTPResponsePropertiesOrBuilder
@Deprecated public Map<String,String> getResponseHeaders()
getResponseHeadersMap()
instead.getResponseHeaders
in interface HTTPResponsePropertiesOrBuilder
public Map<String,String> getResponseHeadersMap()
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;
getResponseHeadersMap
in interface HTTPResponsePropertiesOrBuilder
public String getResponseHeadersOrDefault(String key, String defaultValue)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;
getResponseHeadersOrDefault
in interface HTTPResponsePropertiesOrBuilder
public String getResponseHeadersOrThrow(String key)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;
getResponseHeadersOrThrow
in interface HTTPResponsePropertiesOrBuilder
public int getResponseTrailersCount()
HTTPResponsePropertiesOrBuilder
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;
getResponseTrailersCount
in interface HTTPResponsePropertiesOrBuilder
public boolean containsResponseTrailers(String key)
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;
containsResponseTrailers
in interface HTTPResponsePropertiesOrBuilder
@Deprecated public Map<String,String> getResponseTrailers()
getResponseTrailersMap()
instead.getResponseTrailers
in interface HTTPResponsePropertiesOrBuilder
public Map<String,String> getResponseTrailersMap()
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;
getResponseTrailersMap
in interface HTTPResponsePropertiesOrBuilder
public String getResponseTrailersOrDefault(String key, String defaultValue)
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;
getResponseTrailersOrDefault
in interface HTTPResponsePropertiesOrBuilder
public String getResponseTrailersOrThrow(String key)
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;
getResponseTrailersOrThrow
in interface HTTPResponsePropertiesOrBuilder
public String getResponseCodeDetails()
The HTTP response code details.
string response_code_details = 6;
getResponseCodeDetails
in interface HTTPResponsePropertiesOrBuilder
public com.google.protobuf.ByteString getResponseCodeDetailsBytes()
The HTTP response code details.
string response_code_details = 6;
getResponseCodeDetailsBytes
in interface HTTPResponsePropertiesOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static HTTPResponseProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HTTPResponseProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HTTPResponseProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HTTPResponseProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HTTPResponseProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HTTPResponseProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HTTPResponseProperties parseFrom(InputStream input) throws IOException
IOException
public static HTTPResponseProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HTTPResponseProperties parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HTTPResponseProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HTTPResponseProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HTTPResponseProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public HTTPResponseProperties.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HTTPResponseProperties.Builder newBuilder()
public static HTTPResponseProperties.Builder newBuilder(HTTPResponseProperties prototype)
public HTTPResponseProperties.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HTTPResponseProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static HTTPResponseProperties getDefaultInstance()
public static com.google.protobuf.Parser<HTTPResponseProperties> parser()
public com.google.protobuf.Parser<HTTPResponseProperties> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public HTTPResponseProperties getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018–2021 The Envoy Project. All rights reserved.