public static final class Accesslog.AccessLogCommon extends com.google.protobuf.GeneratedMessageV3 implements Accesslog.AccessLogCommonOrBuilder
Defines fields that are shared by all Envoy access logs.Protobuf type
envoy.data.accesslog.v2.AccessLogCommon| Modifier and Type | Class and Description |
|---|---|
static class |
Accesslog.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| Modifier and Type | Field and Description |
|---|---|
static int |
DOWNSTREAM_LOCAL_ADDRESS_FIELD_NUMBER |
static int |
DOWNSTREAM_REMOTE_ADDRESS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
RESPONSE_FLAGS_FIELD_NUMBER |
static int |
SAMPLE_RATE_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
TIME_TO_FIRST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER |
static int |
TIME_TO_FIRST_UPSTREAM_RX_BYTE_FIELD_NUMBER |
static int |
TIME_TO_FIRST_UPSTREAM_TX_BYTE_FIELD_NUMBER |
static int |
TIME_TO_LAST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER |
static int |
TIME_TO_LAST_RX_BYTE_FIELD_NUMBER |
static int |
TIME_TO_LAST_UPSTREAM_RX_BYTE_FIELD_NUMBER |
static int |
TIME_TO_LAST_UPSTREAM_TX_BYTE_FIELD_NUMBER |
static int |
TLS_PROPERTIES_FIELD_NUMBER |
static int |
UPSTREAM_CLUSTER_FIELD_NUMBER |
static int |
UPSTREAM_LOCAL_ADDRESS_FIELD_NUMBER |
static int |
UPSTREAM_REMOTE_ADDRESS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Accesslog.AccessLogCommon |
getDefaultInstance() |
Accesslog.AccessLogCommon |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
AddressOuterClass.Address |
getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
AddressOuterClass.AddressOrBuilder |
getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.
|
AddressOuterClass.Address |
getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
AddressOuterClass.AddressOrBuilder |
getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.
|
Base.Metadata |
getMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
Base.MetadataOrBuilder |
getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint
selection.
|
com.google.protobuf.Parser<Accesslog.AccessLogCommon> |
getParserForType() |
Accesslog.ResponseFlags |
getResponseFlags()
Flags indicating occurrences during request/response processing.
|
Accesslog.ResponseFlagsOrBuilder |
getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
|
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.
|
Accesslog.TLSProperties |
getTlsProperties()
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.TLSPropertiesOrBuilder |
getTlsPropertiesOrBuilder()
[#not-implemented-hide:]
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.
|
AddressOuterClass.Address |
getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
AddressOuterClass.AddressOrBuilder |
getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.
|
AddressOuterClass.Address |
getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
AddressOuterClass.AddressOrBuilder |
getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.
|
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()
[#not-implemented-hide:]
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() |
boolean |
isInitialized() |
static Accesslog.AccessLogCommon.Builder |
newBuilder() |
static Accesslog.AccessLogCommon.Builder |
newBuilder(Accesslog.AccessLogCommon prototype) |
Accesslog.AccessLogCommon.Builder |
newBuilderForType() |
protected Accesslog.AccessLogCommon.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Accesslog.AccessLogCommon |
parseDelimitedFrom(InputStream input) |
static Accesslog.AccessLogCommon |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.AccessLogCommon |
parseFrom(byte[] data) |
static Accesslog.AccessLogCommon |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.AccessLogCommon |
parseFrom(ByteBuffer data) |
static Accesslog.AccessLogCommon |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.AccessLogCommon |
parseFrom(com.google.protobuf.ByteString data) |
static Accesslog.AccessLogCommon |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.AccessLogCommon |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Accesslog.AccessLogCommon |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Accesslog.AccessLogCommon |
parseFrom(InputStream input) |
static Accesslog.AccessLogCommon |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Accesslog.AccessLogCommon> |
parser() |
Accesslog.AccessLogCommon.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, 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 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 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.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 Accesslog.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.AccessLogCommonOrBuilderpublic boolean hasTlsProperties()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;hasTlsProperties in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.TLSProperties getTlsProperties()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;getTlsProperties in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.TLSPropertiesOrBuilder getTlsPropertiesOrBuilder()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;getTlsPropertiesOrBuilder in interface Accesslog.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 [(.gogoproto.stdtime) = true];hasStartTime in interface Accesslog.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 [(.gogoproto.stdtime) = true];getStartTime in interface Accesslog.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 [(.gogoproto.stdtime) = true];getStartTimeOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToLastRxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastRxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastRxByteOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToFirstUpstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamTxByteOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToLastUpstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamTxByteOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToFirstUpstreamRxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamRxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamRxByteOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToLastUpstreamRxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamRxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamRxByteOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToFirstDownstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToFirstDownstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToFirstDownstreamTxByteOrBuilder in interface Accesslog.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 [(.gogoproto.stdduration) = true];hasTimeToLastDownstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastDownstreamTxByte in interface Accesslog.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 [(.gogoproto.stdduration) = true];getTimeToLastDownstreamTxByteOrBuilder in interface Accesslog.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.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 Accesslog.AccessLogCommonOrBuilderpublic String getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamCluster in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamClusterBytes in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;hasResponseFlags in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.ResponseFlags getResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;getResponseFlags in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.ResponseFlagsOrBuilder getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;getResponseFlagsOrBuilder in interface Accesslog.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 Accesslog.AccessLogCommonOrBuilderpublic Base.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 Accesslog.AccessLogCommonOrBuilderpublic Base.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 Accesslog.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 Accesslog.AccessLogCommon parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.AccessLogCommon parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.AccessLogCommon parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.AccessLogCommon parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.AccessLogCommon parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.AccessLogCommon parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Accesslog.AccessLogCommon parseFrom(InputStream input) throws IOException
IOExceptionpublic static Accesslog.AccessLogCommon parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Accesslog.AccessLogCommon parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Accesslog.AccessLogCommon parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Accesslog.AccessLogCommon parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Accesslog.AccessLogCommon parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Accesslog.AccessLogCommon.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Accesslog.AccessLogCommon.Builder newBuilder()
public static Accesslog.AccessLogCommon.Builder newBuilder(Accesslog.AccessLogCommon prototype)
public Accesslog.AccessLogCommon.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Accesslog.AccessLogCommon.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Accesslog.AccessLogCommon getDefaultInstance()
public static com.google.protobuf.Parser<Accesslog.AccessLogCommon> parser()
public com.google.protobuf.Parser<Accesslog.AccessLogCommon> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Accesslog.AccessLogCommon getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.