public static final class Accesslog.HTTPResponseProperties extends com.google.protobuf.GeneratedMessageV3 implements Accesslog.HTTPResponsePropertiesOrBuilder
[#not-implemented-hide:] Not configuration. TBD how to doc proto APIs.Protobuf type
envoy.config.filter.accesslog.v2.HTTPResponseProperties| Modifier and Type | Class and Description |
|---|---|
static class |
Accesslog.HTTPResponseProperties.Builder
[#not-implemented-hide:] Not configuration.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
RESPONSE_BODY_BYTES_FIELD_NUMBER |
static int |
RESPONSE_CODE_FIELD_NUMBER |
static int |
RESPONSE_HEADERS_BYTES_FIELD_NUMBER |
static int |
RESPONSE_HEADERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsResponseHeaders(String key)
Map of additional headers configured to be logged.
|
boolean |
equals(Object obj) |
static Accesslog.HTTPResponseProperties |
getDefaultInstance() |
Accesslog.HTTPResponseProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Accesslog.HTTPResponseProperties> |
getParserForType() |
long |
getResponseBodyBytes()
Size of the HTTP response body in bytes.
|
com.google.protobuf.UInt32Value |
getResponseCode()
The HTTP response code returned by Envoy.
|
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.
|
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 Accesslog.HTTPResponseProperties.Builder |
newBuilder() |
static Accesslog.HTTPResponseProperties.Builder |
newBuilder(Accesslog.HTTPResponseProperties prototype) |
Accesslog.HTTPResponseProperties.Builder |
newBuilderForType() |
protected Accesslog.HTTPResponseProperties.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Accesslog.HTTPResponseProperties |
parseDelimitedFrom(InputStream input) |
static Accesslog.HTTPResponseProperties |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.HTTPResponseProperties |
parseFrom(byte[] data) |
static Accesslog.HTTPResponseProperties |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.HTTPResponseProperties |
parseFrom(ByteBuffer data) |
static Accesslog.HTTPResponseProperties |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.HTTPResponseProperties |
parseFrom(com.google.protobuf.ByteString data) |
static Accesslog.HTTPResponseProperties |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.HTTPResponseProperties |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Accesslog.HTTPResponseProperties |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.HTTPResponseProperties |
parseFrom(InputStream input) |
static Accesslog.HTTPResponseProperties |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Accesslog.HTTPResponseProperties> |
parser() |
Accesslog.HTTPResponseProperties.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, 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 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 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 hasResponseCode()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;hasResponseCode in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic com.google.protobuf.UInt32Value getResponseCode()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;getResponseCode in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getResponseCodeOrBuilder()
The HTTP response code returned by Envoy.
.google.protobuf.UInt32Value response_code = 1;getResponseCodeOrBuilder in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic 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 Accesslog.HTTPResponsePropertiesOrBuilderpublic 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 Accesslog.HTTPResponsePropertiesOrBuilderpublic int getResponseHeadersCount()
Accesslog.HTTPResponsePropertiesOrBuilderMap of additional headers configured to be logged.
map<string, string> response_headers = 4;getResponseHeadersCount in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic boolean containsResponseHeaders(String key)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;containsResponseHeaders in interface Accesslog.HTTPResponsePropertiesOrBuilder@Deprecated public Map<String,String> getResponseHeaders()
getResponseHeadersMap() instead.getResponseHeaders in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic Map<String,String> getResponseHeadersMap()
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;getResponseHeadersMap in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic String getResponseHeadersOrDefault(String key, String defaultValue)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;getResponseHeadersOrDefault in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic String getResponseHeadersOrThrow(String key)
Map of additional headers configured to be logged.
map<string, string> response_headers = 4;getResponseHeadersOrThrow in interface Accesslog.HTTPResponsePropertiesOrBuilderpublic 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 Accesslog.HTTPResponseProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(InputStream input) throws IOException
IOExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Accesslog.HTTPResponseProperties parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Accesslog.HTTPResponseProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Accesslog.HTTPResponseProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Accesslog.HTTPResponseProperties.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Accesslog.HTTPResponseProperties.Builder newBuilder()
public static Accesslog.HTTPResponseProperties.Builder newBuilder(Accesslog.HTTPResponseProperties prototype)
public Accesslog.HTTPResponseProperties.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Accesslog.HTTPResponseProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Accesslog.HTTPResponseProperties getDefaultInstance()
public static com.google.protobuf.Parser<Accesslog.HTTPResponseProperties> parser()
public com.google.protobuf.Parser<Accesslog.HTTPResponseProperties> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Accesslog.HTTPResponseProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.