public final class AccessLogCommon extends com.google.protobuf.GeneratedMessageV3 implements AccessLogCommonOrBuilder
Defines fields that are shared by all Envoy access logs. [#next-free-field: 22]Protobuf type
envoy.data.accesslog.v2.AccessLogCommon| Modifier and Type | Class and Description |
|---|---|
static class |
AccessLogCommon.Builder
Defines fields that are shared by all Envoy access logs.
|
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 | Method and Description |
|---|---|
boolean |
containsFilterStateObjects(String key)
Map of filter state in stream info that have been configured to be logged.
|
boolean |
equals(Object obj) |
static AccessLogCommon |
getDefaultInstance() |
AccessLogCommon |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Address |
getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
AddressOrBuilder |
getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was
received.
|
Address |
getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
AddressOrBuilder |
getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.
|
Address |
getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
AddressOrBuilder |
getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.
|
Map<String,com.google.protobuf.Any> |
getFilterStateObjects()
Deprecated.
|
int |
getFilterStateObjectsCount()
Map of filter state in stream info that have been configured to be logged.
|
Map<String,com.google.protobuf.Any> |
getFilterStateObjectsMap()
Map of filter state in stream info that have been configured to be logged.
|
com.google.protobuf.Any |
getFilterStateObjectsOrDefault(String key,
com.google.protobuf.Any defaultValue)
Map of filter state in stream info that have been configured to be logged.
|
com.google.protobuf.Any |
getFilterStateObjectsOrThrow(String key)
Map of filter state in stream info that have been configured to be logged.
|
Metadata |
getMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
MetadataOrBuilder |
getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint
selection.
|
com.google.protobuf.Parser<AccessLogCommon> |
getParserForType() |
ResponseFlags |
getResponseFlags()
Flags indicating occurrences during request/response processing.
|
ResponseFlagsOrBuilder |
getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
|
String |
getRouteName()
The name of the route
string route_name = 19; |
com.google.protobuf.ByteString |
getRouteNameBytes()
The name of the route
string route_name = 19; |
double |
getSampleRate()
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
The time that Envoy started servicing this request.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time that Envoy started servicing this request.
|
com.google.protobuf.Duration |
getTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToFirstDownstreamTxByteOrBuilder()
Interval between the first downstream byte received and the first downstream byte sent.
|
com.google.protobuf.Duration |
getTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
com.google.protobuf.DurationOrBuilder |
getTimeToFirstUpstreamRxByteOrBuilder()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
com.google.protobuf.Duration |
getTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToFirstUpstreamTxByteOrBuilder()
Interval between the first downstream byte received and the first upstream byte sent.
|
com.google.protobuf.Duration |
getTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastDownstreamTxByteOrBuilder()
Interval between the first downstream byte received and the last downstream byte sent.
|
com.google.protobuf.Duration |
getTimeToLastRxByte()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastRxByteOrBuilder()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
com.google.protobuf.Duration |
getTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastUpstreamRxByteOrBuilder()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
com.google.protobuf.Duration |
getTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastUpstreamTxByteOrBuilder()
Interval between the first downstream byte received and the last upstream byte sent.
|
TLSProperties |
getTlsProperties()
If the connection is secure,S this field will contain TLS properties.
|
TLSPropertiesOrBuilder |
getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
|
com.google.protobuf.ByteString |
getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
|
Address |
getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
AddressOrBuilder |
getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.
|
Address |
getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
AddressOrBuilder |
getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.
|
String |
getUpstreamTransportFailureReason()
If upstream connection failed due to transport socket (e.g.
|
com.google.protobuf.ByteString |
getUpstreamTransportFailureReasonBytes()
If upstream connection failed due to transport socket (e.g.
|
boolean |
hasDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
boolean |
hasDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
boolean |
hasDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
int |
hashCode() |
boolean |
hasMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
boolean |
hasResponseFlags()
Flags indicating occurrences during request/response processing.
|
boolean |
hasStartTime()
The time that Envoy started servicing this request.
|
boolean |
hasTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
boolean |
hasTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
boolean |
hasTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
boolean |
hasTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
boolean |
hasTimeToLastRxByte()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
boolean |
hasTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
boolean |
hasTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
boolean |
hasTlsProperties()
If the connection is secure,S this field will contain TLS properties.
|
boolean |
hasUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
boolean |
hasUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static AccessLogCommon.Builder |
newBuilder() |
static AccessLogCommon.Builder |
newBuilder(AccessLogCommon prototype) |
AccessLogCommon.Builder |
newBuilderForType() |
protected AccessLogCommon.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AccessLogCommon |
parseDelimitedFrom(InputStream input) |
static AccessLogCommon |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLogCommon |
parseFrom(byte[] data) |
static AccessLogCommon |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLogCommon |
parseFrom(ByteBuffer data) |
static AccessLogCommon |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLogCommon |
parseFrom(com.google.protobuf.ByteString data) |
static AccessLogCommon |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLogCommon |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccessLogCommon |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccessLogCommon |
parseFrom(InputStream input) |
static AccessLogCommon |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccessLogCommon> |
parser() |
AccessLogCommon.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SAMPLE_RATE_FIELD_NUMBER
public static final int DOWNSTREAM_REMOTE_ADDRESS_FIELD_NUMBER
public static final int DOWNSTREAM_LOCAL_ADDRESS_FIELD_NUMBER
public static final int TLS_PROPERTIES_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int TIME_TO_LAST_RX_BYTE_FIELD_NUMBER
public static final int TIME_TO_FIRST_UPSTREAM_TX_BYTE_FIELD_NUMBER
public static final int TIME_TO_LAST_UPSTREAM_TX_BYTE_FIELD_NUMBER
public static final int TIME_TO_FIRST_UPSTREAM_RX_BYTE_FIELD_NUMBER
public static final int TIME_TO_LAST_UPSTREAM_RX_BYTE_FIELD_NUMBER
public static final int TIME_TO_FIRST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER
public static final int TIME_TO_LAST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER
public static final int UPSTREAM_REMOTE_ADDRESS_FIELD_NUMBER
public static final int UPSTREAM_LOCAL_ADDRESS_FIELD_NUMBER
public static final int UPSTREAM_CLUSTER_FIELD_NUMBER
public static final int RESPONSE_FLAGS_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int UPSTREAM_TRANSPORT_FAILURE_REASON_FIELD_NUMBER
public static final int ROUTE_NAME_FIELD_NUMBER
public static final int DOWNSTREAM_DIRECT_REMOTE_ADDRESS_FIELD_NUMBER
public static final int FILTER_STATE_OBJECTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 double getSampleRate()
[#not-implemented-hide:] This field indicates the rate at which this log entry was sampled. Valid range is (0.0, 1.0].
double sample_rate = 1 [(.validate.rules) = { ... }getSampleRate in interface AccessLogCommonOrBuilderpublic boolean hasDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_remote_address = 2;hasDownstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic Address getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_remote_address = 2;getDownstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic AddressOrBuilder getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_remote_address = 2;getDownstreamRemoteAddressOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;hasDownstreamLocalAddress in interface AccessLogCommonOrBuilderpublic Address getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;getDownstreamLocalAddress in interface AccessLogCommonOrBuilderpublic AddressOrBuilder getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;getDownstreamLocalAddressOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTlsProperties()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;hasTlsProperties in interface AccessLogCommonOrBuilderpublic TLSProperties getTlsProperties()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;getTlsProperties in interface AccessLogCommonOrBuilderpublic TLSPropertiesOrBuilder getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;getTlsPropertiesOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasStartTime()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5;hasStartTime in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5;getStartTime in interface AccessLogCommonOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5;getStartTimeOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastRxByte()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6;hasTimeToLastRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastRxByte()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6;getTimeToLastRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToLastRxByteOrBuilder()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6;getTimeToLastRxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7;hasTimeToFirstUpstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7;getTimeToFirstUpstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToFirstUpstreamTxByteOrBuilder()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7;getTimeToFirstUpstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8;hasTimeToLastUpstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8;getTimeToLastUpstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToLastUpstreamTxByteOrBuilder()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8;getTimeToLastUpstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9;hasTimeToFirstUpstreamRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9;getTimeToFirstUpstreamRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToFirstUpstreamRxByteOrBuilder()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9;getTimeToFirstUpstreamRxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10;hasTimeToLastUpstreamRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10;getTimeToLastUpstreamRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToLastUpstreamRxByteOrBuilder()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10;getTimeToLastUpstreamRxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11;hasTimeToFirstDownstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11;getTimeToFirstDownstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToFirstDownstreamTxByteOrBuilder()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11;getTimeToFirstDownstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12;hasTimeToLastDownstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12;getTimeToLastDownstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.DurationOrBuilder getTimeToLastDownstreamTxByteOrBuilder()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12;getTimeToLastDownstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;hasUpstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic Address getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;getUpstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic AddressOrBuilder getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;getUpstreamRemoteAddressOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;hasUpstreamLocalAddress in interface AccessLogCommonOrBuilderpublic Address getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;getUpstreamLocalAddress in interface AccessLogCommonOrBuilderpublic AddressOrBuilder getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;getUpstreamLocalAddressOrBuilder in interface AccessLogCommonOrBuilderpublic String getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamCluster in interface AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamClusterBytes in interface AccessLogCommonOrBuilderpublic boolean hasResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;hasResponseFlags in interface AccessLogCommonOrBuilderpublic ResponseFlags getResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;getResponseFlags in interface AccessLogCommonOrBuilderpublic ResponseFlagsOrBuilder getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;getResponseFlagsOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasMetadata()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.api.v2.core.Metadata metadata = 17;hasMetadata in interface AccessLogCommonOrBuilderpublic Metadata getMetadata()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.api.v2.core.Metadata metadata = 17;getMetadata in interface AccessLogCommonOrBuilderpublic MetadataOrBuilder getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.api.v2.core.Metadata metadata = 17;getMetadataOrBuilder in interface AccessLogCommonOrBuilderpublic String getUpstreamTransportFailureReason()
If upstream connection failed due to transport socket (e.g. TLS handshake), provides the failure reason from the transport socket. The format of this field depends on the configured upstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string upstream_transport_failure_reason = 18;getUpstreamTransportFailureReason in interface AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getUpstreamTransportFailureReasonBytes()
If upstream connection failed due to transport socket (e.g. TLS handshake), provides the failure reason from the transport socket. The format of this field depends on the configured upstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string upstream_transport_failure_reason = 18;getUpstreamTransportFailureReasonBytes in interface AccessLogCommonOrBuilderpublic String getRouteName()
The name of the route
string route_name = 19;getRouteName in interface AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getRouteNameBytes()
The name of the route
string route_name = 19;getRouteNameBytes in interface AccessLogCommonOrBuilderpublic boolean hasDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was received. Note: This is always the physical peer, even if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_direct_remote_address = 20;hasDownstreamDirectRemoteAddress in interface AccessLogCommonOrBuilderpublic Address getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was received. Note: This is always the physical peer, even if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_direct_remote_address = 20;getDownstreamDirectRemoteAddress in interface AccessLogCommonOrBuilderpublic AddressOrBuilder getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was received. Note: This is always the physical peer, even if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_direct_remote_address = 20;getDownstreamDirectRemoteAddressOrBuilder in interface AccessLogCommonOrBuilderpublic int getFilterStateObjectsCount()
AccessLogCommonOrBuilderMap of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsCount in interface AccessLogCommonOrBuilderpublic boolean containsFilterStateObjects(String key)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;containsFilterStateObjects in interface AccessLogCommonOrBuilder@Deprecated public Map<String,com.google.protobuf.Any> getFilterStateObjects()
getFilterStateObjectsMap() instead.getFilterStateObjects in interface AccessLogCommonOrBuilderpublic Map<String,com.google.protobuf.Any> getFilterStateObjectsMap()
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsMap in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Any getFilterStateObjectsOrDefault(String key, com.google.protobuf.Any defaultValue)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsOrDefault in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Any getFilterStateObjectsOrThrow(String key)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsOrThrow in interface AccessLogCommonOrBuilderpublic 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 AccessLogCommon parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccessLogCommon parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccessLogCommon parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccessLogCommon parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccessLogCommon parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccessLogCommon parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccessLogCommon parseFrom(InputStream input) throws IOException
IOExceptionpublic static AccessLogCommon parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccessLogCommon parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AccessLogCommon parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccessLogCommon parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AccessLogCommon parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AccessLogCommon.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AccessLogCommon.Builder newBuilder()
public static AccessLogCommon.Builder newBuilder(AccessLogCommon prototype)
public AccessLogCommon.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AccessLogCommon.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AccessLogCommon getDefaultInstance()
public static com.google.protobuf.Parser<AccessLogCommon> parser()
public com.google.protobuf.Parser<AccessLogCommon> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AccessLogCommon getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.