Class HTTPResponseProperties
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.data.accesslog.v3.HTTPResponseProperties
- All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HTTPResponsePropertiesOrBuilder, Serializable
@Generated
public final class HTTPResponseProperties
extends com.google.protobuf.GeneratedMessage
implements HTTPResponsePropertiesOrBuilder
[#next-free-field: 9]Protobuf type
envoy.data.accesslog.v3.HTTPResponseProperties- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class[#next-free-field: 9]Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanMap of additional headers configured to be logged.booleanMap of trailers configured to be logged.booleanstatic HTTPResponsePropertiesstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorlongNumber of header bytes sent to the downstream by the http stream, including protocol overhead.com.google.protobuf.Parser<HTTPResponseProperties> longSize of the HTTP response body in bytes.com.google.protobuf.UInt32ValueThe HTTP response code returned by Envoy.The HTTP response code details.com.google.protobuf.ByteStringThe HTTP response code details.com.google.protobuf.UInt32ValueOrBuilderThe HTTP response code returned by Envoy.Deprecated.longSize of the HTTP response headers in bytes.intMap of additional headers configured to be logged.Map of additional headers configured to be logged.getResponseHeadersOrDefault(String key, String defaultValue) Map of additional headers configured to be logged.Map of additional headers configured to be logged.Deprecated.intMap of trailers configured to be logged.Map of trailers configured to be logged.getResponseTrailersOrDefault(String key, String defaultValue) Map of trailers configured to be logged.Map of trailers configured to be logged.intlongNumber of header bytes received from the upstream by the http stream, including protocol overhead.inthashCode()booleanThe HTTP response code returned by Envoy.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) final booleannewBuilder(HTTPResponseProperties prototype) protected HTTPResponseProperties.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static HTTPResponsePropertiesparseDelimitedFrom(InputStream input) static HTTPResponsePropertiesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesparseFrom(byte[] data) static HTTPResponsePropertiesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesparseFrom(com.google.protobuf.ByteString data) static HTTPResponsePropertiesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesparseFrom(com.google.protobuf.CodedInputStream input) static HTTPResponsePropertiesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesparseFrom(InputStream input) static HTTPResponsePropertiesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesparseFrom(ByteBuffer data) static HTTPResponsePropertiesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<HTTPResponseProperties> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
RESPONSE_CODE_FIELD_NUMBER
public static final int RESPONSE_CODE_FIELD_NUMBER- See Also:
-
RESPONSE_HEADERS_BYTES_FIELD_NUMBER
public static final int RESPONSE_HEADERS_BYTES_FIELD_NUMBER- See Also:
-
RESPONSE_BODY_BYTES_FIELD_NUMBER
public static final int RESPONSE_BODY_BYTES_FIELD_NUMBER- See Also:
-
RESPONSE_HEADERS_FIELD_NUMBER
public static final int RESPONSE_HEADERS_FIELD_NUMBER- See Also:
-
RESPONSE_TRAILERS_FIELD_NUMBER
public static final int RESPONSE_TRAILERS_FIELD_NUMBER- See Also:
-
RESPONSE_CODE_DETAILS_FIELD_NUMBER
public static final int RESPONSE_CODE_DETAILS_FIELD_NUMBER- See Also:
-
UPSTREAM_HEADER_BYTES_RECEIVED_FIELD_NUMBER
public static final int UPSTREAM_HEADER_BYTES_RECEIVED_FIELD_NUMBER- See Also:
-
DOWNSTREAM_HEADER_BYTES_SENT_FIELD_NUMBER
public static final int DOWNSTREAM_HEADER_BYTES_SENT_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
hasResponseCode
public boolean hasResponseCode()The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;- Specified by:
hasResponseCodein interfaceHTTPResponsePropertiesOrBuilder- Returns:
- Whether the responseCode field is set.
-
getResponseCode
public com.google.protobuf.UInt32Value getResponseCode()The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;- Specified by:
getResponseCodein interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The responseCode.
-
getResponseCodeOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getResponseCodeOrBuilder()The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;- Specified by:
getResponseCodeOrBuilderin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseHeadersBytes
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 protocol overhead or overhead from framing or encoding at other networking layers.
uint64 response_headers_bytes = 2;- Specified by:
getResponseHeadersBytesin interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The responseHeadersBytes.
-
getResponseBodyBytes
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;- Specified by:
getResponseBodyBytesin interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The responseBodyBytes.
-
getResponseHeadersCount
public int getResponseHeadersCount()Description copied from interface:HTTPResponsePropertiesOrBuilderMap of additional headers configured to be logged.
map<string, string> response_headers = 4;- Specified by:
getResponseHeadersCountin interfaceHTTPResponsePropertiesOrBuilder
-
containsResponseHeaders
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;- Specified by:
containsResponseHeadersin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseHeaders
Deprecated.UsegetResponseHeadersMap()instead.- Specified by:
getResponseHeadersin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseHeadersMap
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;- Specified by:
getResponseHeadersMapin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseHeadersOrDefault
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;- Specified by:
getResponseHeadersOrDefaultin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseHeadersOrThrow
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;- Specified by:
getResponseHeadersOrThrowin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseTrailersCount
public int getResponseTrailersCount()Description copied from interface:HTTPResponsePropertiesOrBuilderMap of trailers configured to be logged.
map<string, string> response_trailers = 5;- Specified by:
getResponseTrailersCountin interfaceHTTPResponsePropertiesOrBuilder
-
containsResponseTrailers
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;- Specified by:
containsResponseTrailersin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseTrailers
Deprecated.UsegetResponseTrailersMap()instead.- Specified by:
getResponseTrailersin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseTrailersMap
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;- Specified by:
getResponseTrailersMapin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseTrailersOrDefault
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;- Specified by:
getResponseTrailersOrDefaultin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseTrailersOrThrow
Map of trailers configured to be logged.
map<string, string> response_trailers = 5;- Specified by:
getResponseTrailersOrThrowin interfaceHTTPResponsePropertiesOrBuilder
-
getResponseCodeDetails
The HTTP response code details.
string response_code_details = 6;- Specified by:
getResponseCodeDetailsin interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The responseCodeDetails.
-
getResponseCodeDetailsBytes
public com.google.protobuf.ByteString getResponseCodeDetailsBytes()The HTTP response code details.
string response_code_details = 6;- Specified by:
getResponseCodeDetailsBytesin interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The bytes for responseCodeDetails.
-
getUpstreamHeaderBytesReceived
public long getUpstreamHeaderBytesReceived()Number of header bytes received from the upstream by the http stream, including protocol overhead.
uint64 upstream_header_bytes_received = 7;- Specified by:
getUpstreamHeaderBytesReceivedin interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The upstreamHeaderBytesReceived.
-
getDownstreamHeaderBytesSent
public long getDownstreamHeaderBytesSent()Number of header bytes sent to the downstream by the http stream, including protocol overhead.
uint64 downstream_header_bytes_sent = 8;- Specified by:
getDownstreamHeaderBytesSentin interfaceHTTPResponsePropertiesOrBuilder- Returns:
- The downstreamHeaderBytesSent.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static HTTPResponseProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HTTPResponseProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HTTPResponseProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HTTPResponseProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HTTPResponseProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HTTPResponseProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static HTTPResponseProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static HTTPResponseProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static HTTPResponseProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static HTTPResponseProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected HTTPResponseProperties.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-