Class AccessLogCommon.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<AccessLogCommon.Builder>
com.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
io.envoyproxy.envoy.data.accesslog.v3.AccessLogCommon.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,AccessLogCommonOrBuilder
,Cloneable
- Enclosing class:
AccessLogCommon
public static final class AccessLogCommon.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
implements AccessLogCommonOrBuilder
Defines fields that are shared by all Envoy access logs. [#next-free-field: 34]Protobuf type
envoy.data.accesslog.v3.AccessLogCommon
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
private Object
private Address
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> private Address
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> private Address
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> private Object
private long
private long
private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.MapFieldBuilder
<String, com.google.protobuf.AnyOrBuilder, com.google.protobuf.Any, com.google.protobuf.Any.Builder> private static final AccessLogCommon.Builder.FilterStateObjectsConverter
private boolean
private Metadata
private com.google.protobuf.SingleFieldBuilder
<Metadata, Metadata.Builder, MetadataOrBuilder> private ResponseFlags
private com.google.protobuf.SingleFieldBuilder
<ResponseFlags, ResponseFlags.Builder, ResponseFlagsOrBuilder> private Object
private double
private com.google.protobuf.Timestamp
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> private Object
private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private TLSProperties
private com.google.protobuf.SingleFieldBuilder
<TLSProperties, TLSProperties.Builder, TLSPropertiesOrBuilder> private Object
private Address
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> private Address
private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> private int
private Object
private long
private long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
private void
buildPartial0
(AccessLogCommon result) private void
buildPartial1
(AccessLogCommon result) clear()
The type of the access log, which indicates when the log was recorded.Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.This field is the downstream direct remote address on which the request from the user was received.This field is the local/destination address on which the request from the user was received.This field is the remote/origin address on which the request from the user was received.If downstream connection in listener failed due to transport socket (e.g.For HTTP: Total number of bytes received from the downstream by the http stream.For HTTP: Total number of bytes sent to the downstream by the http stream.For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.Deprecated.envoy.data.accesslog.v3.AccessLogCommon.intermediate_log_entry is deprecated.All metadata encountered during request processing, including endpoint selection.Flags indicating occurrences during request/response processing.The name of the route[#not-implemented-hide:] This field indicates the rate at which this log entry was sampled.The time that Envoy started servicing this request.Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing.Interval between the first downstream byte received and the first downstream byte sent.Interval between the first downstream byte received and the first upstream byte received (i.e.Interval between the first downstream byte received and the first upstream byte sent.Interval between the first downstream byte received and the last downstream byte sent.Interval between the first downstream byte received and the last downstream byte received (i.e.Interval between the first downstream byte received and the last upstream byte received (i.e.Interval between the first downstream byte received and the last upstream byte sent.If the connection is secure,S this field will contain TLS properties.The upstream cluster that ``upstream_remote_address`` belongs to.The upstream local/origin address that handles this exchange.The upstream remote/destination address that handles this exchange.For HTTP: Number of times the request is attempted upstream.If upstream connection failed due to transport socket (e.g.For HTTP: Total number of bytes received from the upstream by the http stream.For HTTP: Total number of bytes sent to the upstream by the http stream.boolean
containsCustomTags
(String key) A list of custom tags, which annotate logs with additional information.boolean
Map of filter state in stream info that have been configured to be logged.The type of the access log, which indicates when the log was recorded.int
The type of the access log, which indicates when the log was recorded.Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.com.google.protobuf.ByteString
Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.Deprecated.int
A list of custom tags, which annotate logs with additional information.A list of custom tags, which annotate logs with additional information.getCustomTagsOrDefault
(String key, String defaultValue) A list of custom tags, which annotate logs with additional information.A list of custom tags, which annotate logs with additional information.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
This field is the downstream direct remote address on which the request from the user was received.This field is the downstream direct remote address on which the request from the user was received.private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> This field is the downstream direct remote address on which the request from the user was received.This field is the downstream direct remote address on which the request from the user was received.This field is the local/destination address on which the request from the user was received.This field is the local/destination address on which the request from the user was received.private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> This field is the local/destination address on which the request from the user was received.This field is the local/destination address on which the request from the user was received.This field is the remote/origin address on which the request from the user was received.This field is the remote/origin address on which the request from the user was received.private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> This field is the remote/origin address on which the request from the user was received.This field is the remote/origin address on which the request from the user was received.If downstream connection in listener failed due to transport socket (e.g.com.google.protobuf.ByteString
If downstream connection in listener failed due to transport socket (e.g.long
For HTTP: Total number of bytes received from the downstream by the http stream.long
For HTTP: Total number of bytes sent to the downstream by the http stream.com.google.protobuf.Duration
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.com.google.protobuf.Duration.Builder
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.com.google.protobuf.DurationOrBuilder
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.Deprecated.int
Map of filter state in stream info that have been configured to be logged.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
Map of filter state in stream info that have been configured to be logged.boolean
Deprecated.envoy.data.accesslog.v3.AccessLogCommon.intermediate_log_entry is deprecated.All metadata encountered during request processing, including endpoint selection.All metadata encountered during request processing, including endpoint selection.private com.google.protobuf.SingleFieldBuilder
<Metadata, Metadata.Builder, MetadataOrBuilder> All metadata encountered during request processing, including endpoint selection.All metadata encountered during request processing, including endpoint selection.Deprecated.Deprecated.Flags indicating occurrences during request/response processing.Flags indicating occurrences during request/response processing.private com.google.protobuf.SingleFieldBuilder
<ResponseFlags, ResponseFlags.Builder, ResponseFlagsOrBuilder> Flags indicating occurrences during request/response processing.Flags indicating occurrences during request/response processing.The name of the routecom.google.protobuf.ByteString
The name of the routedouble
[#not-implemented-hide:] This field indicates the rate at which this log entry was sampled.com.google.protobuf.Timestamp
The time that Envoy started servicing this request.com.google.protobuf.Timestamp.Builder
The time that Envoy started servicing this request.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> The time that Envoy started servicing this request.com.google.protobuf.TimestampOrBuilder
The time that Envoy started servicing this request.Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing.com.google.protobuf.ByteString
Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing.com.google.protobuf.Duration
Interval between the first downstream byte received and the first downstream byte sent.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the first downstream byte sent.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the first downstream byte sent.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the first downstream byte sent.com.google.protobuf.Duration
Interval between the first downstream byte received and the first upstream byte received (i.e.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the first upstream byte received (i.e.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the first upstream byte received (i.e.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the first upstream byte received (i.e.com.google.protobuf.Duration
Interval between the first downstream byte received and the first upstream byte sent.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the first upstream byte sent.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the first upstream byte sent.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the first upstream byte sent.com.google.protobuf.Duration
Interval between the first downstream byte received and the last downstream byte sent.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the last downstream byte sent.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the last downstream byte sent.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the last downstream byte sent.com.google.protobuf.Duration
Interval between the first downstream byte received and the last downstream byte received (i.e.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the last downstream byte received (i.e.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the last downstream byte received (i.e.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the last downstream byte received (i.e.com.google.protobuf.Duration
Interval between the first downstream byte received and the last upstream byte received (i.e.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the last upstream byte received (i.e.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the last upstream byte received (i.e.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the last upstream byte received (i.e.com.google.protobuf.Duration
Interval between the first downstream byte received and the last upstream byte sent.com.google.protobuf.Duration.Builder
Interval between the first downstream byte received and the last upstream byte sent.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> Interval between the first downstream byte received and the last upstream byte sent.com.google.protobuf.DurationOrBuilder
Interval between the first downstream byte received and the last upstream byte sent.If the connection is secure,S this field will contain TLS properties.If the connection is secure,S this field will contain TLS properties.private com.google.protobuf.SingleFieldBuilder
<TLSProperties, TLSProperties.Builder, TLSPropertiesOrBuilder> If the connection is secure,S this field will contain TLS properties.If the connection is secure,S this field will contain TLS properties.The upstream cluster that ``upstream_remote_address`` belongs to.com.google.protobuf.ByteString
The upstream cluster that ``upstream_remote_address`` belongs to.The upstream local/origin address that handles this exchange.The upstream local/origin address that handles this exchange.private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> The upstream local/origin address that handles this exchange.The upstream local/origin address that handles this exchange.The upstream remote/destination address that handles this exchange.The upstream remote/destination address that handles this exchange.private com.google.protobuf.SingleFieldBuilder
<Address, Address.Builder, AddressOrBuilder> The upstream remote/destination address that handles this exchange.The upstream remote/destination address that handles this exchange.int
For HTTP: Number of times the request is attempted upstream.If upstream connection failed due to transport socket (e.g.com.google.protobuf.ByteString
If upstream connection failed due to transport socket (e.g.long
For HTTP: Total number of bytes received from the upstream by the http stream.long
For HTTP: Total number of bytes sent to the upstream by the http stream.boolean
This field is the downstream direct remote address on which the request from the user was received.boolean
This field is the local/destination address on which the request from the user was received.boolean
This field is the remote/origin address on which the request from the user was received.boolean
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.boolean
All metadata encountered during request processing, including endpoint selection.boolean
Flags indicating occurrences during request/response processing.boolean
The time that Envoy started servicing this request.boolean
Interval between the first downstream byte received and the first downstream byte sent.boolean
Interval between the first downstream byte received and the first upstream byte received (i.e.boolean
Interval between the first downstream byte received and the first upstream byte sent.boolean
Interval between the first downstream byte received and the last downstream byte sent.boolean
Interval between the first downstream byte received and the last downstream byte received (i.e.boolean
Interval between the first downstream byte received and the last upstream byte received (i.e.boolean
Interval between the first downstream byte received and the last upstream byte sent.boolean
If the connection is secure,S this field will contain TLS properties.boolean
The upstream local/origin address that handles this exchange.boolean
The upstream remote/destination address that handles this exchange.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
private com.google.protobuf.MapFieldBuilder
<String, com.google.protobuf.AnyOrBuilder, com.google.protobuf.Any, com.google.protobuf.Any.Builder> protected com.google.protobuf.MapFieldReflectionAccessor
internalGetMapFieldReflection
(int number) private com.google.protobuf.MapFieldBuilder
<String, com.google.protobuf.AnyOrBuilder, com.google.protobuf.Any, com.google.protobuf.Any.Builder> protected com.google.protobuf.MapFieldReflectionAccessor
internalGetMutableMapFieldReflection
(int number) final boolean
private void
This field is the downstream direct remote address on which the request from the user was received.This field is the local/destination address on which the request from the user was received.This field is the remote/origin address on which the request from the user was received.mergeDuration
(com.google.protobuf.Duration value) For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(AccessLogCommon other) mergeMetadata
(Metadata value) All metadata encountered during request processing, including endpoint selection.mergeResponseFlags
(ResponseFlags value) Flags indicating occurrences during request/response processing.mergeStartTime
(com.google.protobuf.Timestamp value) The time that Envoy started servicing this request.mergeTimeToFirstDownstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the first downstream byte sent.mergeTimeToFirstUpstreamRxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the first upstream byte received (i.e.mergeTimeToFirstUpstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the first upstream byte sent.mergeTimeToLastDownstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last downstream byte sent.mergeTimeToLastRxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last downstream byte received (i.e.mergeTimeToLastUpstreamRxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last upstream byte received (i.e.mergeTimeToLastUpstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last upstream byte sent.mergeTlsProperties
(TLSProperties value) If the connection is secure,S this field will contain TLS properties.mergeUpstreamLocalAddress
(Address value) The upstream local/origin address that handles this exchange.The upstream remote/destination address that handles this exchange.putAllCustomTags
(Map<String, String> values) A list of custom tags, which annotate logs with additional information.putAllFilterStateObjects
(Map<String, com.google.protobuf.Any> values) Map of filter state in stream info that have been configured to be logged.putCustomTags
(String key, String value) A list of custom tags, which annotate logs with additional information.putFilterStateObjects
(String key, com.google.protobuf.Any value) Map of filter state in stream info that have been configured to be logged.com.google.protobuf.Any.Builder
Map of filter state in stream info that have been configured to be logged.removeCustomTags
(String key) A list of custom tags, which annotate logs with additional information.Map of filter state in stream info that have been configured to be logged.setAccessLogType
(AccessLogType value) The type of the access log, which indicates when the log was recorded.setAccessLogTypeValue
(int value) The type of the access log, which indicates when the log was recorded.Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.setConnectionTerminationDetailsBytes
(com.google.protobuf.ByteString value) Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.This field is the downstream direct remote address on which the request from the user was received.setDownstreamDirectRemoteAddress
(Address.Builder builderForValue) This field is the downstream direct remote address on which the request from the user was received.setDownstreamLocalAddress
(Address value) This field is the local/destination address on which the request from the user was received.setDownstreamLocalAddress
(Address.Builder builderForValue) This field is the local/destination address on which the request from the user was received.This field is the remote/origin address on which the request from the user was received.setDownstreamRemoteAddress
(Address.Builder builderForValue) This field is the remote/origin address on which the request from the user was received.If downstream connection in listener failed due to transport socket (e.g.setDownstreamTransportFailureReasonBytes
(com.google.protobuf.ByteString value) If downstream connection in listener failed due to transport socket (e.g.setDownstreamWireBytesReceived
(long value) For HTTP: Total number of bytes received from the downstream by the http stream.setDownstreamWireBytesSent
(long value) For HTTP: Total number of bytes sent to the downstream by the http stream.setDuration
(com.google.protobuf.Duration value) For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.setDuration
(com.google.protobuf.Duration.Builder builderForValue) For HTTP: Total duration in milliseconds of the request from the start time to the last byte out.setIntermediateLogEntry
(boolean value) Deprecated.envoy.data.accesslog.v3.AccessLogCommon.intermediate_log_entry is deprecated.setMetadata
(Metadata value) All metadata encountered during request processing, including endpoint selection.setMetadata
(Metadata.Builder builderForValue) All metadata encountered during request processing, including endpoint selection.setResponseFlags
(ResponseFlags value) Flags indicating occurrences during request/response processing.setResponseFlags
(ResponseFlags.Builder builderForValue) Flags indicating occurrences during request/response processing.setRouteName
(String value) The name of the routesetRouteNameBytes
(com.google.protobuf.ByteString value) The name of the routesetSampleRate
(double value) [#not-implemented-hide:] This field indicates the rate at which this log entry was sampled.setStartTime
(com.google.protobuf.Timestamp value) The time that Envoy started servicing this request.setStartTime
(com.google.protobuf.Timestamp.Builder builderForValue) The time that Envoy started servicing this request.setStreamId
(String value) Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing.setStreamIdBytes
(com.google.protobuf.ByteString value) Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing.setTimeToFirstDownstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the first downstream byte sent.setTimeToFirstDownstreamTxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the first downstream byte sent.setTimeToFirstUpstreamRxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the first upstream byte received (i.e.setTimeToFirstUpstreamRxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the first upstream byte received (i.e.setTimeToFirstUpstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the first upstream byte sent.setTimeToFirstUpstreamTxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the first upstream byte sent.setTimeToLastDownstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last downstream byte sent.setTimeToLastDownstreamTxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the last downstream byte sent.setTimeToLastRxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last downstream byte received (i.e.setTimeToLastRxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the last downstream byte received (i.e.setTimeToLastUpstreamRxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last upstream byte received (i.e.setTimeToLastUpstreamRxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the last upstream byte received (i.e.setTimeToLastUpstreamTxByte
(com.google.protobuf.Duration value) Interval between the first downstream byte received and the last upstream byte sent.setTimeToLastUpstreamTxByte
(com.google.protobuf.Duration.Builder builderForValue) Interval between the first downstream byte received and the last upstream byte sent.setTlsProperties
(TLSProperties value) If the connection is secure,S this field will contain TLS properties.setTlsProperties
(TLSProperties.Builder builderForValue) If the connection is secure,S this field will contain TLS properties.setUpstreamCluster
(String value) The upstream cluster that ``upstream_remote_address`` belongs to.setUpstreamClusterBytes
(com.google.protobuf.ByteString value) The upstream cluster that ``upstream_remote_address`` belongs to.setUpstreamLocalAddress
(Address value) The upstream local/origin address that handles this exchange.setUpstreamLocalAddress
(Address.Builder builderForValue) The upstream local/origin address that handles this exchange.setUpstreamRemoteAddress
(Address value) The upstream remote/destination address that handles this exchange.setUpstreamRemoteAddress
(Address.Builder builderForValue) The upstream remote/destination address that handles this exchange.setUpstreamRequestAttemptCount
(int value) For HTTP: Number of times the request is attempted upstream.If upstream connection failed due to transport socket (e.g.setUpstreamTransportFailureReasonBytes
(com.google.protobuf.ByteString value) If upstream connection failed due to transport socket (e.g.setUpstreamWireBytesReceived
(long value) For HTTP: Total number of bytes received from the upstream by the http stream.setUpstreamWireBytesSent
(long value) For HTTP: Total number of bytes sent to the upstream by the http stream.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
bitField1_
private int bitField1_ -
sampleRate_
private double sampleRate_ -
downstreamRemoteAddress_
-
downstreamRemoteAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, downstreamRemoteAddressBuilder_AddressOrBuilder> -
downstreamLocalAddress_
-
downstreamLocalAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, downstreamLocalAddressBuilder_AddressOrBuilder> -
tlsProperties_
-
tlsPropertiesBuilder_
private com.google.protobuf.SingleFieldBuilder<TLSProperties,TLSProperties.Builder, tlsPropertiesBuilder_TLSPropertiesOrBuilder> -
startTime_
private com.google.protobuf.Timestamp startTime_ -
startTimeBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder, startTimeBuilder_com.google.protobuf.TimestampOrBuilder> -
timeToLastRxByte_
private com.google.protobuf.Duration timeToLastRxByte_ -
timeToLastRxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToLastRxByteBuilder_com.google.protobuf.DurationOrBuilder> -
timeToFirstUpstreamTxByte_
private com.google.protobuf.Duration timeToFirstUpstreamTxByte_ -
timeToFirstUpstreamTxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToFirstUpstreamTxByteBuilder_com.google.protobuf.DurationOrBuilder> -
timeToLastUpstreamTxByte_
private com.google.protobuf.Duration timeToLastUpstreamTxByte_ -
timeToLastUpstreamTxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToLastUpstreamTxByteBuilder_com.google.protobuf.DurationOrBuilder> -
timeToFirstUpstreamRxByte_
private com.google.protobuf.Duration timeToFirstUpstreamRxByte_ -
timeToFirstUpstreamRxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToFirstUpstreamRxByteBuilder_com.google.protobuf.DurationOrBuilder> -
timeToLastUpstreamRxByte_
private com.google.protobuf.Duration timeToLastUpstreamRxByte_ -
timeToLastUpstreamRxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToLastUpstreamRxByteBuilder_com.google.protobuf.DurationOrBuilder> -
timeToFirstDownstreamTxByte_
private com.google.protobuf.Duration timeToFirstDownstreamTxByte_ -
timeToFirstDownstreamTxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToFirstDownstreamTxByteBuilder_com.google.protobuf.DurationOrBuilder> -
timeToLastDownstreamTxByte_
private com.google.protobuf.Duration timeToLastDownstreamTxByte_ -
timeToLastDownstreamTxByteBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, timeToLastDownstreamTxByteBuilder_com.google.protobuf.DurationOrBuilder> -
upstreamRemoteAddress_
-
upstreamRemoteAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, upstreamRemoteAddressBuilder_AddressOrBuilder> -
upstreamLocalAddress_
-
upstreamLocalAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, upstreamLocalAddressBuilder_AddressOrBuilder> -
upstreamCluster_
-
responseFlags_
-
responseFlagsBuilder_
private com.google.protobuf.SingleFieldBuilder<ResponseFlags,ResponseFlags.Builder, responseFlagsBuilder_ResponseFlagsOrBuilder> -
metadata_
-
metadataBuilder_
private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder, metadataBuilder_MetadataOrBuilder> -
upstreamTransportFailureReason_
-
routeName_
-
downstreamDirectRemoteAddress_
-
downstreamDirectRemoteAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, downstreamDirectRemoteAddressBuilder_AddressOrBuilder> -
filterStateObjectsConverter
private static final AccessLogCommon.Builder.FilterStateObjectsConverter filterStateObjectsConverter -
filterStateObjects_
private com.google.protobuf.MapFieldBuilder<String,com.google.protobuf.AnyOrBuilder, filterStateObjects_com.google.protobuf.Any, com.google.protobuf.Any.Builder> -
customTags_
-
duration_
private com.google.protobuf.Duration duration_ -
durationBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, durationBuilder_com.google.protobuf.DurationOrBuilder> -
upstreamRequestAttemptCount_
private int upstreamRequestAttemptCount_ -
connectionTerminationDetails_
-
streamId_
-
intermediateLogEntry_
private boolean intermediateLogEntry_ -
downstreamTransportFailureReason_
-
downstreamWireBytesSent_
private long downstreamWireBytesSent_ -
downstreamWireBytesReceived_
private long downstreamWireBytesReceived_ -
upstreamWireBytesSent_
private long upstreamWireBytesSent_ -
upstreamWireBytesReceived_
private long upstreamWireBytesReceived_ -
accessLogType_
private int accessLogType_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflection
in classcom.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflection
in classcom.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
-
buildPartial1
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AccessLogCommon.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<AccessLogCommon.Builder>
-
mergeFrom
public AccessLogCommon.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AccessLogCommon.Builder>
- Throws:
IOException
-
getSampleRate
public 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) = { ... }
- Specified by:
getSampleRate
in interfaceAccessLogCommonOrBuilder
- Returns:
- The sampleRate.
-
setSampleRate
[#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) = { ... }
- Parameters:
value
- The sampleRate to set.- Returns:
- This builder for chaining.
-
clearSampleRate
[#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) = { ... }
- Returns:
- This builder for chaining.
-
hasDownstreamRemoteAddress
public 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.config.core.v3.Address downstream_remote_address = 2;
- Specified by:
hasDownstreamRemoteAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the downstreamRemoteAddress field is set.
-
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.config.core.v3.Address downstream_remote_address = 2;
- Specified by:
getDownstreamRemoteAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- The downstreamRemoteAddress.
-
setDownstreamRemoteAddress
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.config.core.v3.Address downstream_remote_address = 2;
-
setDownstreamRemoteAddress
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.config.core.v3.Address downstream_remote_address = 2;
-
mergeDownstreamRemoteAddress
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.config.core.v3.Address downstream_remote_address = 2;
-
clearDownstreamRemoteAddress
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.config.core.v3.Address downstream_remote_address = 2;
-
getDownstreamRemoteAddressBuilder
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.config.core.v3.Address downstream_remote_address = 2;
-
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.config.core.v3.Address downstream_remote_address = 2;
- Specified by:
getDownstreamRemoteAddressOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getDownstreamRemoteAddressFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, getDownstreamRemoteAddressFieldBuilder()AddressOrBuilder> 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.config.core.v3.Address downstream_remote_address = 2;
-
hasDownstreamLocalAddress
public boolean hasDownstreamLocalAddress()This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
- Specified by:
hasDownstreamLocalAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the downstreamLocalAddress field is set.
-
getDownstreamLocalAddress
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
- Specified by:
getDownstreamLocalAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- The downstreamLocalAddress.
-
setDownstreamLocalAddress
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
-
setDownstreamLocalAddress
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
-
mergeDownstreamLocalAddress
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
-
clearDownstreamLocalAddress
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
-
getDownstreamLocalAddressBuilder
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
-
getDownstreamLocalAddressOrBuilder
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
- Specified by:
getDownstreamLocalAddressOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getDownstreamLocalAddressFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, getDownstreamLocalAddressFieldBuilder()AddressOrBuilder> This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;
-
hasTlsProperties
public boolean hasTlsProperties()If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
- Specified by:
hasTlsProperties
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the tlsProperties field is set.
-
getTlsProperties
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
- Specified by:
getTlsProperties
in interfaceAccessLogCommonOrBuilder
- Returns:
- The tlsProperties.
-
setTlsProperties
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
-
setTlsProperties
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
-
mergeTlsProperties
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
-
clearTlsProperties
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
-
getTlsPropertiesBuilder
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
-
getTlsPropertiesOrBuilder
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
- Specified by:
getTlsPropertiesOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTlsPropertiesFieldBuilder
private com.google.protobuf.SingleFieldBuilder<TLSProperties,TLSProperties.Builder, getTlsPropertiesFieldBuilder()TLSPropertiesOrBuilder> If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;
-
hasStartTime
public 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;
- Specified by:
hasStartTime
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public 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;
- Specified by:
getStartTime
in interfaceAccessLogCommonOrBuilder
- Returns:
- The startTime.
-
setStartTime
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;
-
setStartTime
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;
-
mergeStartTime
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;
-
clearStartTime
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;
-
getStartTimeBuilder
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()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
public 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;
- Specified by:
getStartTimeOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getStartTimeFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder, getStartTimeFieldBuilder()com.google.protobuf.TimestampOrBuilder> 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;
-
hasTimeToLastRxByte
public 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;
- Specified by:
hasTimeToLastRxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToLastRxByte field is set.
-
getTimeToLastRxByte
public 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;
- Specified by:
getTimeToLastRxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToLastRxByte.
-
setTimeToLastRxByte
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;
-
setTimeToLastRxByte
public AccessLogCommon.Builder setTimeToLastRxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToLastRxByte
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;
-
clearTimeToLastRxByte
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;
-
getTimeToLastRxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToLastRxByteBuilder()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
public 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;
- Specified by:
getTimeToLastRxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToLastRxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToLastRxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasTimeToFirstUpstreamTxByte
public 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;
- Specified by:
hasTimeToFirstUpstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToFirstUpstreamTxByte field is set.
-
getTimeToFirstUpstreamTxByte
public 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;
- Specified by:
getTimeToFirstUpstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToFirstUpstreamTxByte.
-
setTimeToFirstUpstreamTxByte
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;
-
setTimeToFirstUpstreamTxByte
public AccessLogCommon.Builder setTimeToFirstUpstreamTxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToFirstUpstreamTxByte
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;
-
clearTimeToFirstUpstreamTxByte
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;
-
getTimeToFirstUpstreamTxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToFirstUpstreamTxByteBuilder()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
public 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;
- Specified by:
getTimeToFirstUpstreamTxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToFirstUpstreamTxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToFirstUpstreamTxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasTimeToLastUpstreamTxByte
public 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;
- Specified by:
hasTimeToLastUpstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToLastUpstreamTxByte field is set.
-
getTimeToLastUpstreamTxByte
public 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;
- Specified by:
getTimeToLastUpstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToLastUpstreamTxByte.
-
setTimeToLastUpstreamTxByte
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;
-
setTimeToLastUpstreamTxByte
public AccessLogCommon.Builder setTimeToLastUpstreamTxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToLastUpstreamTxByte
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;
-
clearTimeToLastUpstreamTxByte
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;
-
getTimeToLastUpstreamTxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToLastUpstreamTxByteBuilder()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
public 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;
- Specified by:
getTimeToLastUpstreamTxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToLastUpstreamTxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToLastUpstreamTxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasTimeToFirstUpstreamRxByte
public 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;
- Specified by:
hasTimeToFirstUpstreamRxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToFirstUpstreamRxByte field is set.
-
getTimeToFirstUpstreamRxByte
public 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;
- Specified by:
getTimeToFirstUpstreamRxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToFirstUpstreamRxByte.
-
setTimeToFirstUpstreamRxByte
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;
-
setTimeToFirstUpstreamRxByte
public AccessLogCommon.Builder setTimeToFirstUpstreamRxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToFirstUpstreamRxByte
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;
-
clearTimeToFirstUpstreamRxByte
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;
-
getTimeToFirstUpstreamRxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToFirstUpstreamRxByteBuilder()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
public 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;
- Specified by:
getTimeToFirstUpstreamRxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToFirstUpstreamRxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToFirstUpstreamRxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasTimeToLastUpstreamRxByte
public 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;
- Specified by:
hasTimeToLastUpstreamRxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToLastUpstreamRxByte field is set.
-
getTimeToLastUpstreamRxByte
public 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;
- Specified by:
getTimeToLastUpstreamRxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToLastUpstreamRxByte.
-
setTimeToLastUpstreamRxByte
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;
-
setTimeToLastUpstreamRxByte
public AccessLogCommon.Builder setTimeToLastUpstreamRxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToLastUpstreamRxByte
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;
-
clearTimeToLastUpstreamRxByte
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;
-
getTimeToLastUpstreamRxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToLastUpstreamRxByteBuilder()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
public 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;
- Specified by:
getTimeToLastUpstreamRxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToLastUpstreamRxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToLastUpstreamRxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasTimeToFirstDownstreamTxByte
public 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;
- Specified by:
hasTimeToFirstDownstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToFirstDownstreamTxByte field is set.
-
getTimeToFirstDownstreamTxByte
public 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;
- Specified by:
getTimeToFirstDownstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToFirstDownstreamTxByte.
-
setTimeToFirstDownstreamTxByte
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;
-
setTimeToFirstDownstreamTxByte
public AccessLogCommon.Builder setTimeToFirstDownstreamTxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToFirstDownstreamTxByte
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;
-
clearTimeToFirstDownstreamTxByte
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;
-
getTimeToFirstDownstreamTxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToFirstDownstreamTxByteBuilder()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
public 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;
- Specified by:
getTimeToFirstDownstreamTxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToFirstDownstreamTxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToFirstDownstreamTxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasTimeToLastDownstreamTxByte
public 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;
- Specified by:
hasTimeToLastDownstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the timeToLastDownstreamTxByte field is set.
-
getTimeToLastDownstreamTxByte
public 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;
- Specified by:
getTimeToLastDownstreamTxByte
in interfaceAccessLogCommonOrBuilder
- Returns:
- The timeToLastDownstreamTxByte.
-
setTimeToLastDownstreamTxByte
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;
-
setTimeToLastDownstreamTxByte
public AccessLogCommon.Builder setTimeToLastDownstreamTxByte(com.google.protobuf.Duration.Builder builderForValue) 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;
-
mergeTimeToLastDownstreamTxByte
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;
-
clearTimeToLastDownstreamTxByte
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;
-
getTimeToLastDownstreamTxByteBuilder
public com.google.protobuf.Duration.Builder getTimeToLastDownstreamTxByteBuilder()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
public 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;
- Specified by:
getTimeToLastDownstreamTxByteOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getTimeToLastDownstreamTxByteFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getTimeToLastDownstreamTxByteFieldBuilder()com.google.protobuf.DurationOrBuilder> 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;
-
hasUpstreamRemoteAddress
public boolean hasUpstreamRemoteAddress()The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
- Specified by:
hasUpstreamRemoteAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the upstreamRemoteAddress field is set.
-
getUpstreamRemoteAddress
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
- Specified by:
getUpstreamRemoteAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamRemoteAddress.
-
setUpstreamRemoteAddress
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
-
setUpstreamRemoteAddress
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
-
mergeUpstreamRemoteAddress
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
-
clearUpstreamRemoteAddress
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
-
getUpstreamRemoteAddressBuilder
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
-
getUpstreamRemoteAddressOrBuilder
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
- Specified by:
getUpstreamRemoteAddressOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getUpstreamRemoteAddressFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, getUpstreamRemoteAddressFieldBuilder()AddressOrBuilder> The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;
-
hasUpstreamLocalAddress
public boolean hasUpstreamLocalAddress()The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
- Specified by:
hasUpstreamLocalAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the upstreamLocalAddress field is set.
-
getUpstreamLocalAddress
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
- Specified by:
getUpstreamLocalAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamLocalAddress.
-
setUpstreamLocalAddress
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
-
setUpstreamLocalAddress
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
-
mergeUpstreamLocalAddress
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
-
clearUpstreamLocalAddress
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
-
getUpstreamLocalAddressBuilder
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
-
getUpstreamLocalAddressOrBuilder
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
- Specified by:
getUpstreamLocalAddressOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getUpstreamLocalAddressFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, getUpstreamLocalAddressFieldBuilder()AddressOrBuilder> The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;
-
getUpstreamCluster
The upstream cluster that ``upstream_remote_address`` belongs to.
string upstream_cluster = 15;
- Specified by:
getUpstreamCluster
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamCluster.
-
getUpstreamClusterBytes
public com.google.protobuf.ByteString getUpstreamClusterBytes()The upstream cluster that ``upstream_remote_address`` belongs to.
string upstream_cluster = 15;
- Specified by:
getUpstreamClusterBytes
in interfaceAccessLogCommonOrBuilder
- Returns:
- The bytes for upstreamCluster.
-
setUpstreamCluster
The upstream cluster that ``upstream_remote_address`` belongs to.
string upstream_cluster = 15;
- Parameters:
value
- The upstreamCluster to set.- Returns:
- This builder for chaining.
-
clearUpstreamCluster
The upstream cluster that ``upstream_remote_address`` belongs to.
string upstream_cluster = 15;
- Returns:
- This builder for chaining.
-
setUpstreamClusterBytes
The upstream cluster that ``upstream_remote_address`` belongs to.
string upstream_cluster = 15;
- Parameters:
value
- The bytes for upstreamCluster to set.- Returns:
- This builder for chaining.
-
hasResponseFlags
public boolean hasResponseFlags()Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
- Specified by:
hasResponseFlags
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the responseFlags field is set.
-
getResponseFlags
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
- Specified by:
getResponseFlags
in interfaceAccessLogCommonOrBuilder
- Returns:
- The responseFlags.
-
setResponseFlags
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
-
setResponseFlags
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
-
mergeResponseFlags
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
-
clearResponseFlags
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
-
getResponseFlagsBuilder
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
-
getResponseFlagsOrBuilder
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
- Specified by:
getResponseFlagsOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getResponseFlagsFieldBuilder
private com.google.protobuf.SingleFieldBuilder<ResponseFlags,ResponseFlags.Builder, getResponseFlagsFieldBuilder()ResponseFlagsOrBuilder> Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;
-
hasMetadata
public 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.config.core.v3.Metadata metadata = 17;
- Specified by:
hasMetadata
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the metadata field is set.
-
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.config.core.v3.Metadata metadata = 17;
- Specified by:
getMetadata
in interfaceAccessLogCommonOrBuilder
- Returns:
- The metadata.
-
setMetadata
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.config.core.v3.Metadata metadata = 17;
-
setMetadata
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.config.core.v3.Metadata metadata = 17;
-
mergeMetadata
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.config.core.v3.Metadata metadata = 17;
-
clearMetadata
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.config.core.v3.Metadata metadata = 17;
-
getMetadataBuilder
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.config.core.v3.Metadata metadata = 17;
-
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.config.core.v3.Metadata metadata = 17;
- Specified by:
getMetadataOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getMetadataFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder, getMetadataFieldBuilder()MetadataOrBuilder> 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.config.core.v3.Metadata metadata = 17;
-
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;
- Specified by:
getUpstreamTransportFailureReason
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamTransportFailureReason.
-
getUpstreamTransportFailureReasonBytes
public 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;
- Specified by:
getUpstreamTransportFailureReasonBytes
in interfaceAccessLogCommonOrBuilder
- Returns:
- The bytes for upstreamTransportFailureReason.
-
setUpstreamTransportFailureReason
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;
- Parameters:
value
- The upstreamTransportFailureReason to set.- Returns:
- This builder for chaining.
-
clearUpstreamTransportFailureReason
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;
- Returns:
- This builder for chaining.
-
setUpstreamTransportFailureReasonBytes
public AccessLogCommon.Builder setUpstreamTransportFailureReasonBytes(com.google.protobuf.ByteString value) 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;
- Parameters:
value
- The bytes for upstreamTransportFailureReason to set.- Returns:
- This builder for chaining.
-
getRouteName
The name of the route
string route_name = 19;
- Specified by:
getRouteName
in interfaceAccessLogCommonOrBuilder
- Returns:
- The routeName.
-
getRouteNameBytes
public com.google.protobuf.ByteString getRouteNameBytes()The name of the route
string route_name = 19;
- Specified by:
getRouteNameBytes
in interfaceAccessLogCommonOrBuilder
- Returns:
- The bytes for routeName.
-
setRouteName
The name of the route
string route_name = 19;
- Parameters:
value
- The routeName to set.- Returns:
- This builder for chaining.
-
clearRouteName
The name of the route
string route_name = 19;
- Returns:
- This builder for chaining.
-
setRouteNameBytes
The name of the route
string route_name = 19;
- Parameters:
value
- The bytes for routeName to set.- Returns:
- This builder for chaining.
-
hasDownstreamDirectRemoteAddress
public 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.config.core.v3.Address downstream_direct_remote_address = 20;
- Specified by:
hasDownstreamDirectRemoteAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the downstreamDirectRemoteAddress field is set.
-
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.config.core.v3.Address downstream_direct_remote_address = 20;
- Specified by:
getDownstreamDirectRemoteAddress
in interfaceAccessLogCommonOrBuilder
- Returns:
- The downstreamDirectRemoteAddress.
-
setDownstreamDirectRemoteAddress
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.config.core.v3.Address downstream_direct_remote_address = 20;
-
setDownstreamDirectRemoteAddress
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.config.core.v3.Address downstream_direct_remote_address = 20;
-
mergeDownstreamDirectRemoteAddress
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.config.core.v3.Address downstream_direct_remote_address = 20;
-
clearDownstreamDirectRemoteAddress
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.config.core.v3.Address downstream_direct_remote_address = 20;
-
getDownstreamDirectRemoteAddressBuilder
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.config.core.v3.Address downstream_direct_remote_address = 20;
-
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.config.core.v3.Address downstream_direct_remote_address = 20;
- Specified by:
getDownstreamDirectRemoteAddressOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getDownstreamDirectRemoteAddressFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder, getDownstreamDirectRemoteAddressFieldBuilder()AddressOrBuilder> 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.config.core.v3.Address downstream_direct_remote_address = 20;
-
internalGetFilterStateObjects
private com.google.protobuf.MapFieldBuilder<String,com.google.protobuf.AnyOrBuilder, internalGetFilterStateObjects()com.google.protobuf.Any, com.google.protobuf.Any.Builder> -
internalGetMutableFilterStateObjects
private com.google.protobuf.MapFieldBuilder<String,com.google.protobuf.AnyOrBuilder, internalGetMutableFilterStateObjects()com.google.protobuf.Any, com.google.protobuf.Any.Builder> -
getFilterStateObjectsCount
public int getFilterStateObjectsCount()Description copied from interface:AccessLogCommonOrBuilder
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;
- Specified by:
getFilterStateObjectsCount
in interfaceAccessLogCommonOrBuilder
-
containsFilterStateObjects
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;
- Specified by:
containsFilterStateObjects
in interfaceAccessLogCommonOrBuilder
-
getFilterStateObjects
Deprecated.UsegetFilterStateObjectsMap()
instead.- Specified by:
getFilterStateObjects
in interfaceAccessLogCommonOrBuilder
-
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;
- Specified by:
getFilterStateObjectsMap
in interfaceAccessLogCommonOrBuilder
-
getFilterStateObjectsOrDefault
public 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;
- Specified by:
getFilterStateObjectsOrDefault
in interfaceAccessLogCommonOrBuilder
-
getFilterStateObjectsOrThrow
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;
- Specified by:
getFilterStateObjectsOrThrow
in interfaceAccessLogCommonOrBuilder
-
clearFilterStateObjects
-
removeFilterStateObjects
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;
-
getMutableFilterStateObjects
Deprecated.Use alternate mutation accessors instead. -
putFilterStateObjects
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;
-
putAllFilterStateObjects
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;
-
putFilterStateObjectsBuilderIfAbsent
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;
-
internalGetCustomTags
-
internalGetMutableCustomTags
-
getCustomTagsCount
public int getCustomTagsCount()Description copied from interface:AccessLogCommonOrBuilder
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
- Specified by:
getCustomTagsCount
in interfaceAccessLogCommonOrBuilder
-
containsCustomTags
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
- Specified by:
containsCustomTags
in interfaceAccessLogCommonOrBuilder
-
getCustomTags
Deprecated.UsegetCustomTagsMap()
instead.- Specified by:
getCustomTags
in interfaceAccessLogCommonOrBuilder
-
getCustomTagsMap
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
- Specified by:
getCustomTagsMap
in interfaceAccessLogCommonOrBuilder
-
getCustomTagsOrDefault
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
- Specified by:
getCustomTagsOrDefault
in interfaceAccessLogCommonOrBuilder
-
getCustomTagsOrThrow
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
- Specified by:
getCustomTagsOrThrow
in interfaceAccessLogCommonOrBuilder
-
clearCustomTags
-
removeCustomTags
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
-
getMutableCustomTags
Deprecated.Use alternate mutation accessors instead. -
putCustomTags
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
-
putAllCustomTags
A list of custom tags, which annotate logs with additional information. To configure this value, users should configure :ref:`custom_tags <envoy_v3_api_field_extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig.custom_tags>`.
map<string, string> custom_tags = 22;
-
hasDuration
public boolean hasDuration()For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
- Specified by:
hasDuration
in interfaceAccessLogCommonOrBuilder
- Returns:
- Whether the duration field is set.
-
getDuration
public com.google.protobuf.Duration getDuration()For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
- Specified by:
getDuration
in interfaceAccessLogCommonOrBuilder
- Returns:
- The duration.
-
setDuration
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
-
setDuration
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
-
mergeDuration
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
-
clearDuration
For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
-
getDurationBuilder
public com.google.protobuf.Duration.Builder getDurationBuilder()For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
-
getDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
- Specified by:
getDurationOrBuilder
in interfaceAccessLogCommonOrBuilder
-
getDurationFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, getDurationFieldBuilder()com.google.protobuf.DurationOrBuilder> For HTTP: Total duration in milliseconds of the request from the start time to the last byte out. For TCP: Total duration in milliseconds of the downstream connection. This is the total duration of the request (i.e., when the request's ActiveStream is destroyed) and may be longer than ``time_to_last_downstream_tx_byte``.
.google.protobuf.Duration duration = 23;
-
getUpstreamRequestAttemptCount
public int getUpstreamRequestAttemptCount()For HTTP: Number of times the request is attempted upstream. Note that the field is omitted when the request was never attempted upstream. For TCP: Number of times the connection request is attempted upstream. Note that the field is omitted when the connect request was never attempted upstream.
uint32 upstream_request_attempt_count = 24;
- Specified by:
getUpstreamRequestAttemptCount
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamRequestAttemptCount.
-
setUpstreamRequestAttemptCount
For HTTP: Number of times the request is attempted upstream. Note that the field is omitted when the request was never attempted upstream. For TCP: Number of times the connection request is attempted upstream. Note that the field is omitted when the connect request was never attempted upstream.
uint32 upstream_request_attempt_count = 24;
- Parameters:
value
- The upstreamRequestAttemptCount to set.- Returns:
- This builder for chaining.
-
clearUpstreamRequestAttemptCount
For HTTP: Number of times the request is attempted upstream. Note that the field is omitted when the request was never attempted upstream. For TCP: Number of times the connection request is attempted upstream. Note that the field is omitted when the connect request was never attempted upstream.
uint32 upstream_request_attempt_count = 24;
- Returns:
- This builder for chaining.
-
getConnectionTerminationDetails
Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.
string connection_termination_details = 25;
- Specified by:
getConnectionTerminationDetails
in interfaceAccessLogCommonOrBuilder
- Returns:
- The connectionTerminationDetails.
-
getConnectionTerminationDetailsBytes
public com.google.protobuf.ByteString getConnectionTerminationDetailsBytes()Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.
string connection_termination_details = 25;
- Specified by:
getConnectionTerminationDetailsBytes
in interfaceAccessLogCommonOrBuilder
- Returns:
- The bytes for connectionTerminationDetails.
-
setConnectionTerminationDetails
Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.
string connection_termination_details = 25;
- Parameters:
value
- The connectionTerminationDetails to set.- Returns:
- This builder for chaining.
-
clearConnectionTerminationDetails
Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.
string connection_termination_details = 25;
- Returns:
- This builder for chaining.
-
setConnectionTerminationDetailsBytes
public AccessLogCommon.Builder setConnectionTerminationDetailsBytes(com.google.protobuf.ByteString value) Connection termination details may provide additional information about why the connection was terminated by Envoy for L4 reasons.
string connection_termination_details = 25;
- Parameters:
value
- The bytes for connectionTerminationDetails to set.- Returns:
- This builder for chaining.
-
getStreamId
Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing. This could be any format string that could be used to identify one stream.
string stream_id = 26;
- Specified by:
getStreamId
in interfaceAccessLogCommonOrBuilder
- Returns:
- The streamId.
-
getStreamIdBytes
public com.google.protobuf.ByteString getStreamIdBytes()Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing. This could be any format string that could be used to identify one stream.
string stream_id = 26;
- Specified by:
getStreamIdBytes
in interfaceAccessLogCommonOrBuilder
- Returns:
- The bytes for streamId.
-
setStreamId
Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing. This could be any format string that could be used to identify one stream.
string stream_id = 26;
- Parameters:
value
- The streamId to set.- Returns:
- This builder for chaining.
-
clearStreamId
Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing. This could be any format string that could be used to identify one stream.
string stream_id = 26;
- Returns:
- This builder for chaining.
-
setStreamIdBytes
Optional unique id of stream (TCP connection, long-live HTTP2 stream, HTTP request) for logging and tracing. This could be any format string that could be used to identify one stream.
string stream_id = 26;
- Parameters:
value
- The bytes for streamId to set.- Returns:
- This builder for chaining.
-
getIntermediateLogEntry
Deprecated.envoy.data.accesslog.v3.AccessLogCommon.intermediate_log_entry is deprecated. See envoy/data/accesslog/v3/accesslog.proto;l=239If this log entry is final log entry that flushed after the stream completed or intermediate log entry that flushed periodically during the stream. There may be multiple intermediate log entries and only one final log entry for each long-live stream (TCP connection, long-live HTTP2 stream). And if it is necessary, unique ID or identifier can be added to the log entry :ref:`stream_id <envoy_v3_api_field_data.accesslog.v3.AccessLogCommon.stream_id>` to correlate all these intermediate log entries and final log entry. .. attention:: This field is deprecated in favor of ``access_log_type`` for better indication of the type of the access log record.
bool intermediate_log_entry = 27 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
- Specified by:
getIntermediateLogEntry
in interfaceAccessLogCommonOrBuilder
- Returns:
- The intermediateLogEntry.
-
setIntermediateLogEntry
Deprecated.envoy.data.accesslog.v3.AccessLogCommon.intermediate_log_entry is deprecated. See envoy/data/accesslog/v3/accesslog.proto;l=239If this log entry is final log entry that flushed after the stream completed or intermediate log entry that flushed periodically during the stream. There may be multiple intermediate log entries and only one final log entry for each long-live stream (TCP connection, long-live HTTP2 stream). And if it is necessary, unique ID or identifier can be added to the log entry :ref:`stream_id <envoy_v3_api_field_data.accesslog.v3.AccessLogCommon.stream_id>` to correlate all these intermediate log entries and final log entry. .. attention:: This field is deprecated in favor of ``access_log_type`` for better indication of the type of the access log record.
bool intermediate_log_entry = 27 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
- Parameters:
value
- The intermediateLogEntry to set.- Returns:
- This builder for chaining.
-
clearIntermediateLogEntry
Deprecated.envoy.data.accesslog.v3.AccessLogCommon.intermediate_log_entry is deprecated. See envoy/data/accesslog/v3/accesslog.proto;l=239If this log entry is final log entry that flushed after the stream completed or intermediate log entry that flushed periodically during the stream. There may be multiple intermediate log entries and only one final log entry for each long-live stream (TCP connection, long-live HTTP2 stream). And if it is necessary, unique ID or identifier can be added to the log entry :ref:`stream_id <envoy_v3_api_field_data.accesslog.v3.AccessLogCommon.stream_id>` to correlate all these intermediate log entries and final log entry. .. attention:: This field is deprecated in favor of ``access_log_type`` for better indication of the type of the access log record.
bool intermediate_log_entry = 27 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
- Returns:
- This builder for chaining.
-
getDownstreamTransportFailureReason
If downstream connection in listener 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 downstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string downstream_transport_failure_reason = 28;
- Specified by:
getDownstreamTransportFailureReason
in interfaceAccessLogCommonOrBuilder
- Returns:
- The downstreamTransportFailureReason.
-
getDownstreamTransportFailureReasonBytes
public com.google.protobuf.ByteString getDownstreamTransportFailureReasonBytes()If downstream connection in listener 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 downstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string downstream_transport_failure_reason = 28;
- Specified by:
getDownstreamTransportFailureReasonBytes
in interfaceAccessLogCommonOrBuilder
- Returns:
- The bytes for downstreamTransportFailureReason.
-
setDownstreamTransportFailureReason
If downstream connection in listener 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 downstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string downstream_transport_failure_reason = 28;
- Parameters:
value
- The downstreamTransportFailureReason to set.- Returns:
- This builder for chaining.
-
clearDownstreamTransportFailureReason
If downstream connection in listener 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 downstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string downstream_transport_failure_reason = 28;
- Returns:
- This builder for chaining.
-
setDownstreamTransportFailureReasonBytes
public AccessLogCommon.Builder setDownstreamTransportFailureReasonBytes(com.google.protobuf.ByteString value) If downstream connection in listener 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 downstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string downstream_transport_failure_reason = 28;
- Parameters:
value
- The bytes for downstreamTransportFailureReason to set.- Returns:
- This builder for chaining.
-
getDownstreamWireBytesSent
public long getDownstreamWireBytesSent()For HTTP: Total number of bytes sent to the downstream by the http stream. For TCP: Total number of bytes sent to the downstream by the tcp proxy.
uint64 downstream_wire_bytes_sent = 29;
- Specified by:
getDownstreamWireBytesSent
in interfaceAccessLogCommonOrBuilder
- Returns:
- The downstreamWireBytesSent.
-
setDownstreamWireBytesSent
For HTTP: Total number of bytes sent to the downstream by the http stream. For TCP: Total number of bytes sent to the downstream by the tcp proxy.
uint64 downstream_wire_bytes_sent = 29;
- Parameters:
value
- The downstreamWireBytesSent to set.- Returns:
- This builder for chaining.
-
clearDownstreamWireBytesSent
For HTTP: Total number of bytes sent to the downstream by the http stream. For TCP: Total number of bytes sent to the downstream by the tcp proxy.
uint64 downstream_wire_bytes_sent = 29;
- Returns:
- This builder for chaining.
-
getDownstreamWireBytesReceived
public long getDownstreamWireBytesReceived()For HTTP: Total number of bytes received from the downstream by the http stream. Envoy over counts sizes of received HTTP/1.1 pipelined requests by adding up bytes of requests in the pipeline to the one currently being processed. For TCP: Total number of bytes received from the downstream by the tcp proxy.
uint64 downstream_wire_bytes_received = 30;
- Specified by:
getDownstreamWireBytesReceived
in interfaceAccessLogCommonOrBuilder
- Returns:
- The downstreamWireBytesReceived.
-
setDownstreamWireBytesReceived
For HTTP: Total number of bytes received from the downstream by the http stream. Envoy over counts sizes of received HTTP/1.1 pipelined requests by adding up bytes of requests in the pipeline to the one currently being processed. For TCP: Total number of bytes received from the downstream by the tcp proxy.
uint64 downstream_wire_bytes_received = 30;
- Parameters:
value
- The downstreamWireBytesReceived to set.- Returns:
- This builder for chaining.
-
clearDownstreamWireBytesReceived
For HTTP: Total number of bytes received from the downstream by the http stream. Envoy over counts sizes of received HTTP/1.1 pipelined requests by adding up bytes of requests in the pipeline to the one currently being processed. For TCP: Total number of bytes received from the downstream by the tcp proxy.
uint64 downstream_wire_bytes_received = 30;
- Returns:
- This builder for chaining.
-
getUpstreamWireBytesSent
public long getUpstreamWireBytesSent()For HTTP: Total number of bytes sent to the upstream by the http stream. This value accumulates during upstream retries. For TCP: Total number of bytes sent to the upstream by the tcp proxy.
uint64 upstream_wire_bytes_sent = 31;
- Specified by:
getUpstreamWireBytesSent
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamWireBytesSent.
-
setUpstreamWireBytesSent
For HTTP: Total number of bytes sent to the upstream by the http stream. This value accumulates during upstream retries. For TCP: Total number of bytes sent to the upstream by the tcp proxy.
uint64 upstream_wire_bytes_sent = 31;
- Parameters:
value
- The upstreamWireBytesSent to set.- Returns:
- This builder for chaining.
-
clearUpstreamWireBytesSent
For HTTP: Total number of bytes sent to the upstream by the http stream. This value accumulates during upstream retries. For TCP: Total number of bytes sent to the upstream by the tcp proxy.
uint64 upstream_wire_bytes_sent = 31;
- Returns:
- This builder for chaining.
-
getUpstreamWireBytesReceived
public long getUpstreamWireBytesReceived()For HTTP: Total number of bytes received from the upstream by the http stream. For TCP: Total number of bytes sent to the upstream by the tcp proxy.
uint64 upstream_wire_bytes_received = 32;
- Specified by:
getUpstreamWireBytesReceived
in interfaceAccessLogCommonOrBuilder
- Returns:
- The upstreamWireBytesReceived.
-
setUpstreamWireBytesReceived
For HTTP: Total number of bytes received from the upstream by the http stream. For TCP: Total number of bytes sent to the upstream by the tcp proxy.
uint64 upstream_wire_bytes_received = 32;
- Parameters:
value
- The upstreamWireBytesReceived to set.- Returns:
- This builder for chaining.
-
clearUpstreamWireBytesReceived
For HTTP: Total number of bytes received from the upstream by the http stream. For TCP: Total number of bytes sent to the upstream by the tcp proxy.
uint64 upstream_wire_bytes_received = 32;
- Returns:
- This builder for chaining.
-
getAccessLogTypeValue
public int getAccessLogTypeValue()The type of the access log, which indicates when the log was recorded. See :ref:`ACCESS_LOG_TYPE <config_access_log_format_access_log_type>` for the available values. In case the access log was recorded by a flow which does not correspond to one of the supported values, then the default value will be ``NotSet``. For more information about how access log behaves and when it is being recorded, please refer to :ref:`access logging <arch_overview_access_logs>`.
.envoy.data.accesslog.v3.AccessLogType access_log_type = 33;
- Specified by:
getAccessLogTypeValue
in interfaceAccessLogCommonOrBuilder
- Returns:
- The enum numeric value on the wire for accessLogType.
-
setAccessLogTypeValue
The type of the access log, which indicates when the log was recorded. See :ref:`ACCESS_LOG_TYPE <config_access_log_format_access_log_type>` for the available values. In case the access log was recorded by a flow which does not correspond to one of the supported values, then the default value will be ``NotSet``. For more information about how access log behaves and when it is being recorded, please refer to :ref:`access logging <arch_overview_access_logs>`.
.envoy.data.accesslog.v3.AccessLogType access_log_type = 33;
- Parameters:
value
- The enum numeric value on the wire for accessLogType to set.- Returns:
- This builder for chaining.
-
getAccessLogType
The type of the access log, which indicates when the log was recorded. See :ref:`ACCESS_LOG_TYPE <config_access_log_format_access_log_type>` for the available values. In case the access log was recorded by a flow which does not correspond to one of the supported values, then the default value will be ``NotSet``. For more information about how access log behaves and when it is being recorded, please refer to :ref:`access logging <arch_overview_access_logs>`.
.envoy.data.accesslog.v3.AccessLogType access_log_type = 33;
- Specified by:
getAccessLogType
in interfaceAccessLogCommonOrBuilder
- Returns:
- The accessLogType.
-
setAccessLogType
The type of the access log, which indicates when the log was recorded. See :ref:`ACCESS_LOG_TYPE <config_access_log_format_access_log_type>` for the available values. In case the access log was recorded by a flow which does not correspond to one of the supported values, then the default value will be ``NotSet``. For more information about how access log behaves and when it is being recorded, please refer to :ref:`access logging <arch_overview_access_logs>`.
.envoy.data.accesslog.v3.AccessLogType access_log_type = 33;
- Parameters:
value
- The accessLogType to set.- Returns:
- This builder for chaining.
-
clearAccessLogType
The type of the access log, which indicates when the log was recorded. See :ref:`ACCESS_LOG_TYPE <config_access_log_format_access_log_type>` for the available values. In case the access log was recorded by a flow which does not correspond to one of the supported values, then the default value will be ``NotSet``. For more information about how access log behaves and when it is being recorded, please refer to :ref:`access logging <arch_overview_access_logs>`.
.envoy.data.accesslog.v3.AccessLogType access_log_type = 33;
- Returns:
- This builder for chaining.
-