public static final class AccessLogCommon.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder> implements AccessLogCommonOrBuilder
Defines fields that are shared by all Envoy access logs. [#next-free-field: 22]Protobuf type
envoy.data.accesslog.v3.AccessLogCommon| Modifier and Type | Method and Description |
|---|---|
AccessLogCommon.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AccessLogCommon |
build() |
AccessLogCommon |
buildPartial() |
AccessLogCommon.Builder |
clear() |
AccessLogCommon.Builder |
clearDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
AccessLogCommon.Builder |
clearDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
AccessLogCommon.Builder |
clearDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
AccessLogCommon.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AccessLogCommon.Builder |
clearFilterStateObjects() |
AccessLogCommon.Builder |
clearMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
AccessLogCommon.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AccessLogCommon.Builder |
clearResponseFlags()
Flags indicating occurrences during request/response processing.
|
AccessLogCommon.Builder |
clearRouteName()
The name of the route
string route_name = 19; |
AccessLogCommon.Builder |
clearSampleRate()
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
AccessLogCommon.Builder |
clearStartTime()
The time that Envoy started servicing this request.
|
AccessLogCommon.Builder |
clearTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
AccessLogCommon.Builder |
clearTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
AccessLogCommon.Builder |
clearTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
AccessLogCommon.Builder |
clearTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
AccessLogCommon.Builder |
clearTimeToLastRxByte()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
AccessLogCommon.Builder |
clearTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
AccessLogCommon.Builder |
clearTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
AccessLogCommon.Builder |
clearTlsProperties()
If the connection is secure,S this field will contain TLS properties.
|
AccessLogCommon.Builder |
clearUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
|
AccessLogCommon.Builder |
clearUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
AccessLogCommon.Builder |
clearUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
AccessLogCommon.Builder |
clearUpstreamTransportFailureReason()
If upstream connection failed due to transport socket (e.g.
|
AccessLogCommon.Builder |
clone() |
boolean |
containsFilterStateObjects(String key)
Map of filter state in stream info that have been configured to be logged.
|
AccessLogCommon |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Address |
getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
Address.Builder |
getDownstreamDirectRemoteAddressBuilder()
This field is the downstream direct remote address on which the request from the user was
received.
|
AddressOrBuilder |
getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was
received.
|
Address |
getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
Address.Builder |
getDownstreamLocalAddressBuilder()
This field is the local/destination address on which the request from the user was received.
|
AddressOrBuilder |
getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.
|
Address |
getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
Address.Builder |
getDownstreamRemoteAddressBuilder()
This field is the remote/origin address on which the request from the user was received.
|
AddressOrBuilder |
getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.
|
Map<String,com.google.protobuf.Any> |
getFilterStateObjects()
Deprecated.
|
int |
getFilterStateObjectsCount()
Map of filter state in stream info that have been configured to be logged.
|
Map<String,com.google.protobuf.Any> |
getFilterStateObjectsMap()
Map of filter state in stream info that have been configured to be logged.
|
com.google.protobuf.Any |
getFilterStateObjectsOrDefault(String key,
com.google.protobuf.Any defaultValue)
Map of filter state in stream info that have been configured to be logged.
|
com.google.protobuf.Any |
getFilterStateObjectsOrThrow(String key)
Map of filter state in stream info that have been configured to be logged.
|
Metadata |
getMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
Metadata.Builder |
getMetadataBuilder()
All metadata encountered during request processing, including endpoint
selection.
|
MetadataOrBuilder |
getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint
selection.
|
Map<String,com.google.protobuf.Any> |
getMutableFilterStateObjects()
Deprecated.
|
ResponseFlags |
getResponseFlags()
Flags indicating occurrences during request/response processing.
|
ResponseFlags.Builder |
getResponseFlagsBuilder()
Flags indicating occurrences during request/response processing.
|
ResponseFlagsOrBuilder |
getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
|
String |
getRouteName()
The name of the route
string route_name = 19; |
com.google.protobuf.ByteString |
getRouteNameBytes()
The name of the route
string route_name = 19; |
double |
getSampleRate()
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
com.google.protobuf.Timestamp |
getStartTime()
The time that Envoy started servicing this request.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
The time that Envoy started servicing this request.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time that Envoy started servicing this request.
|
com.google.protobuf.Duration |
getTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
com.google.protobuf.Duration.Builder |
getTimeToFirstDownstreamTxByteBuilder()
Interval between the first downstream byte received and the first downstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToFirstDownstreamTxByteOrBuilder()
Interval between the first downstream byte received and the first downstream byte sent.
|
com.google.protobuf.Duration |
getTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
com.google.protobuf.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).
|
com.google.protobuf.DurationOrBuilder |
getTimeToFirstUpstreamRxByteOrBuilder()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
com.google.protobuf.Duration |
getTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
com.google.protobuf.Duration.Builder |
getTimeToFirstUpstreamTxByteBuilder()
Interval between the first downstream byte received and the first upstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToFirstUpstreamTxByteOrBuilder()
Interval between the first downstream byte received and the first upstream byte sent.
|
com.google.protobuf.Duration |
getTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
com.google.protobuf.Duration.Builder |
getTimeToLastDownstreamTxByteBuilder()
Interval between the first downstream byte received and the last downstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastDownstreamTxByteOrBuilder()
Interval between the first downstream byte received and the last downstream byte sent.
|
com.google.protobuf.Duration |
getTimeToLastRxByte()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
com.google.protobuf.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).
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastRxByteOrBuilder()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
com.google.protobuf.Duration |
getTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
com.google.protobuf.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).
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastUpstreamRxByteOrBuilder()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
com.google.protobuf.Duration |
getTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
com.google.protobuf.Duration.Builder |
getTimeToLastUpstreamTxByteBuilder()
Interval between the first downstream byte received and the last upstream byte sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeToLastUpstreamTxByteOrBuilder()
Interval between the first downstream byte received and the last upstream byte sent.
|
TLSProperties |
getTlsProperties()
If the connection is secure,S this field will contain TLS properties.
|
TLSProperties.Builder |
getTlsPropertiesBuilder()
If the connection is secure,S this field will contain TLS properties.
|
TLSPropertiesOrBuilder |
getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.
|
String |
getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
|
com.google.protobuf.ByteString |
getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
|
Address |
getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
Address.Builder |
getUpstreamLocalAddressBuilder()
The upstream local/origin address that handles this exchange.
|
AddressOrBuilder |
getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.
|
Address |
getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
Address.Builder |
getUpstreamRemoteAddressBuilder()
The upstream remote/destination address that handles this exchange.
|
AddressOrBuilder |
getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.
|
String |
getUpstreamTransportFailureReason()
If upstream connection failed due to transport socket (e.g.
|
com.google.protobuf.ByteString |
getUpstreamTransportFailureReasonBytes()
If upstream connection failed due to transport socket (e.g.
|
boolean |
hasDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
boolean |
hasDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
boolean |
hasDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
boolean |
hasMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
boolean |
hasResponseFlags()
Flags indicating occurrences during request/response processing.
|
boolean |
hasStartTime()
The time that Envoy started servicing this request.
|
boolean |
hasTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
boolean |
hasTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
boolean |
hasTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
boolean |
hasTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
boolean |
hasTimeToLastRxByte()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
boolean |
hasTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
boolean |
hasTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
boolean |
hasTlsProperties()
If the connection is secure,S this field will contain TLS properties.
|
boolean |
hasUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
boolean |
hasUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
AccessLogCommon.Builder |
mergeDownstreamDirectRemoteAddress(Address value)
This field is the downstream direct remote address on which the request from the user was
received.
|
AccessLogCommon.Builder |
mergeDownstreamLocalAddress(Address value)
This field is the local/destination address on which the request from the user was received.
|
AccessLogCommon.Builder |
mergeDownstreamRemoteAddress(Address value)
This field is the remote/origin address on which the request from the user was received.
|
AccessLogCommon.Builder |
mergeFrom(AccessLogCommon other) |
AccessLogCommon.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AccessLogCommon.Builder |
mergeFrom(com.google.protobuf.Message other) |
AccessLogCommon.Builder |
mergeMetadata(Metadata value)
All metadata encountered during request processing, including endpoint
selection.
|
AccessLogCommon.Builder |
mergeResponseFlags(ResponseFlags value)
Flags indicating occurrences during request/response processing.
|
AccessLogCommon.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
The time that Envoy started servicing this request.
|
AccessLogCommon.Builder |
mergeTimeToFirstDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first downstream byte sent.
|
AccessLogCommon.Builder |
mergeTimeToFirstUpstreamRxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
AccessLogCommon.Builder |
mergeTimeToFirstUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first upstream byte sent.
|
AccessLogCommon.Builder |
mergeTimeToLastDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last downstream byte sent.
|
AccessLogCommon.Builder |
mergeTimeToLastRxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
AccessLogCommon.Builder |
mergeTimeToLastUpstreamRxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
AccessLogCommon.Builder |
mergeTimeToLastUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last upstream byte sent.
|
AccessLogCommon.Builder |
mergeTlsProperties(TLSProperties value)
If the connection is secure,S this field will contain TLS properties.
|
AccessLogCommon.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AccessLogCommon.Builder |
mergeUpstreamLocalAddress(Address value)
The upstream local/origin address that handles this exchange.
|
AccessLogCommon.Builder |
mergeUpstreamRemoteAddress(Address value)
The upstream remote/destination address that handles this exchange.
|
AccessLogCommon.Builder |
putAllFilterStateObjects(Map<String,com.google.protobuf.Any> values)
Map of filter state in stream info that have been configured to be logged.
|
AccessLogCommon.Builder |
putFilterStateObjects(String key,
com.google.protobuf.Any value)
Map of filter state in stream info that have been configured to be logged.
|
AccessLogCommon.Builder |
removeFilterStateObjects(String key)
Map of filter state in stream info that have been configured to be logged.
|
AccessLogCommon.Builder |
setDownstreamDirectRemoteAddress(Address.Builder builderForValue)
This field is the downstream direct remote address on which the request from the user was
received.
|
AccessLogCommon.Builder |
setDownstreamDirectRemoteAddress(Address value)
This field is the downstream direct remote address on which the request from the user was
received.
|
AccessLogCommon.Builder |
setDownstreamLocalAddress(Address.Builder builderForValue)
This field is the local/destination address on which the request from the user was received.
|
AccessLogCommon.Builder |
setDownstreamLocalAddress(Address value)
This field is the local/destination address on which the request from the user was received.
|
AccessLogCommon.Builder |
setDownstreamRemoteAddress(Address.Builder builderForValue)
This field is the remote/origin address on which the request from the user was received.
|
AccessLogCommon.Builder |
setDownstreamRemoteAddress(Address value)
This field is the remote/origin address on which the request from the user was received.
|
AccessLogCommon.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AccessLogCommon.Builder |
setMetadata(Metadata.Builder builderForValue)
All metadata encountered during request processing, including endpoint
selection.
|
AccessLogCommon.Builder |
setMetadata(Metadata value)
All metadata encountered during request processing, including endpoint
selection.
|
AccessLogCommon.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AccessLogCommon.Builder |
setResponseFlags(ResponseFlags.Builder builderForValue)
Flags indicating occurrences during request/response processing.
|
AccessLogCommon.Builder |
setResponseFlags(ResponseFlags value)
Flags indicating occurrences during request/response processing.
|
AccessLogCommon.Builder |
setRouteName(String value)
The name of the route
string route_name = 19; |
AccessLogCommon.Builder |
setRouteNameBytes(com.google.protobuf.ByteString value)
The name of the route
string route_name = 19; |
AccessLogCommon.Builder |
setSampleRate(double value)
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
AccessLogCommon.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time that Envoy started servicing this request.
|
AccessLogCommon.Builder |
setStartTime(com.google.protobuf.Timestamp value)
The time that Envoy started servicing this request.
|
AccessLogCommon.Builder |
setTimeToFirstDownstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the first downstream byte sent.
|
AccessLogCommon.Builder |
setTimeToFirstDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first downstream byte sent.
|
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).
|
AccessLogCommon.Builder |
setTimeToFirstUpstreamRxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
AccessLogCommon.Builder |
setTimeToFirstUpstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the first upstream byte sent.
|
AccessLogCommon.Builder |
setTimeToFirstUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first upstream byte sent.
|
AccessLogCommon.Builder |
setTimeToLastDownstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the last downstream byte sent.
|
AccessLogCommon.Builder |
setTimeToLastDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last downstream byte sent.
|
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).
|
AccessLogCommon.Builder |
setTimeToLastRxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
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).
|
AccessLogCommon.Builder |
setTimeToLastUpstreamRxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
AccessLogCommon.Builder |
setTimeToLastUpstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the last upstream byte sent.
|
AccessLogCommon.Builder |
setTimeToLastUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last upstream byte sent.
|
AccessLogCommon.Builder |
setTlsProperties(TLSProperties.Builder builderForValue)
If the connection is secure,S this field will contain TLS properties.
|
AccessLogCommon.Builder |
setTlsProperties(TLSProperties value)
If the connection is secure,S this field will contain TLS properties.
|
AccessLogCommon.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AccessLogCommon.Builder |
setUpstreamCluster(String value)
The upstream cluster that *upstream_remote_address* belongs to.
|
AccessLogCommon.Builder |
setUpstreamClusterBytes(com.google.protobuf.ByteString value)
The upstream cluster that *upstream_remote_address* belongs to.
|
AccessLogCommon.Builder |
setUpstreamLocalAddress(Address.Builder builderForValue)
The upstream local/origin address that handles this exchange.
|
AccessLogCommon.Builder |
setUpstreamLocalAddress(Address value)
The upstream local/origin address that handles this exchange.
|
AccessLogCommon.Builder |
setUpstreamRemoteAddress(Address.Builder builderForValue)
The upstream remote/destination address that handles this exchange.
|
AccessLogCommon.Builder |
setUpstreamRemoteAddress(Address value)
The upstream remote/destination address that handles this exchange.
|
AccessLogCommon.Builder |
setUpstreamTransportFailureReason(String value)
If upstream connection failed due to transport socket (e.g.
|
AccessLogCommon.Builder |
setUpstreamTransportFailureReasonBytes(com.google.protobuf.ByteString value)
If upstream connection failed due to transport socket (e.g.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AccessLogCommon build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AccessLogCommon buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AccessLogCommon.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder mergeFrom(AccessLogCommon other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public AccessLogCommon.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AccessLogCommon.Builder>IOExceptionpublic double getSampleRate()
[#not-implemented-hide:] This field indicates the rate at which this log entry was sampled. Valid range is (0.0, 1.0].
double sample_rate = 1 [(.validate.rules) = { ... }getSampleRate in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setSampleRate(double value)
[#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) = { ... }public AccessLogCommon.Builder 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) = { ... }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;hasDownstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic Address getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.config.core.v3.Address downstream_remote_address = 2;getDownstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setDownstreamRemoteAddress(Address value)
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;public AccessLogCommon.Builder setDownstreamRemoteAddress(Address.Builder builderForValue)
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;public AccessLogCommon.Builder mergeDownstreamRemoteAddress(Address value)
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;public AccessLogCommon.Builder 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;public Address.Builder 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;public AddressOrBuilder getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.config.core.v3.Address downstream_remote_address = 2;getDownstreamRemoteAddressOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;hasDownstreamLocalAddress in interface AccessLogCommonOrBuilderpublic Address getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.config.core.v3.Address downstream_local_address = 3;getDownstreamLocalAddress in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setDownstreamLocalAddress(Address value)
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;public AccessLogCommon.Builder setDownstreamLocalAddress(Address.Builder builderForValue)
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;public AccessLogCommon.Builder mergeDownstreamLocalAddress(Address value)
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;public AccessLogCommon.Builder 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;public Address.Builder 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;public AddressOrBuilder 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;getDownstreamLocalAddressOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTlsProperties()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;hasTlsProperties in interface AccessLogCommonOrBuilderpublic TLSProperties getTlsProperties()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;getTlsProperties in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTlsProperties(TLSProperties value)
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;public AccessLogCommon.Builder setTlsProperties(TLSProperties.Builder builderForValue)
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;public AccessLogCommon.Builder mergeTlsProperties(TLSProperties value)
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;public AccessLogCommon.Builder clearTlsProperties()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;public TLSProperties.Builder getTlsPropertiesBuilder()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;public TLSPropertiesOrBuilder getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v3.TLSProperties tls_properties = 4;getTlsPropertiesOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasStartTime()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5;hasStartTime in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5;getStartTime in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setStartTime(com.google.protobuf.Timestamp value)
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;public AccessLogCommon.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
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;public AccessLogCommon.Builder mergeStartTime(com.google.protobuf.Timestamp value)
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;public AccessLogCommon.Builder 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;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;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;getStartTimeOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastRxByte()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6;hasTimeToLastRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastRxByte()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6;getTimeToLastRxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToLastRxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToLastRxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToLastRxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7;hasTimeToFirstUpstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7;getTimeToFirstUpstreamTxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToFirstUpstreamTxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToFirstUpstreamTxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToFirstUpstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8;hasTimeToLastUpstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8;getTimeToLastUpstreamTxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToLastUpstreamTxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToLastUpstreamTxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToLastUpstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9;hasTimeToFirstUpstreamRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9;getTimeToFirstUpstreamRxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToFirstUpstreamRxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToFirstUpstreamRxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToFirstUpstreamRxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10;hasTimeToLastUpstreamRxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10;getTimeToLastUpstreamRxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToLastUpstreamRxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToLastUpstreamRxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToLastUpstreamRxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11;hasTimeToFirstDownstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11;getTimeToFirstDownstreamTxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToFirstDownstreamTxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToFirstDownstreamTxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToFirstDownstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12;hasTimeToLastDownstreamTxByte in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12;getTimeToLastDownstreamTxByte in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setTimeToLastDownstreamTxByte(com.google.protobuf.Duration value)
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;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;public AccessLogCommon.Builder mergeTimeToLastDownstreamTxByte(com.google.protobuf.Duration value)
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;public AccessLogCommon.Builder 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;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;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;getTimeToLastDownstreamTxByteOrBuilder in interface AccessLogCommonOrBuilderpublic 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;hasUpstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic Address getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;getUpstreamRemoteAddress in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setUpstreamRemoteAddress(Address value)
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;public AccessLogCommon.Builder setUpstreamRemoteAddress(Address.Builder builderForValue)
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;public AccessLogCommon.Builder mergeUpstreamRemoteAddress(Address value)
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;public AccessLogCommon.Builder clearUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;public Address.Builder getUpstreamRemoteAddressBuilder()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;public AddressOrBuilder getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_remote_address = 13;getUpstreamRemoteAddressOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;hasUpstreamLocalAddress in interface AccessLogCommonOrBuilderpublic Address getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;getUpstreamLocalAddress in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setUpstreamLocalAddress(Address value)
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;public AccessLogCommon.Builder setUpstreamLocalAddress(Address.Builder builderForValue)
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;public AccessLogCommon.Builder mergeUpstreamLocalAddress(Address value)
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;public AccessLogCommon.Builder clearUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;public Address.Builder getUpstreamLocalAddressBuilder()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;public AddressOrBuilder getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.config.core.v3.Address upstream_local_address = 14;getUpstreamLocalAddressOrBuilder in interface AccessLogCommonOrBuilderpublic String getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamCluster in interface AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamClusterBytes in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setUpstreamCluster(String value)
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;public AccessLogCommon.Builder clearUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;public AccessLogCommon.Builder setUpstreamClusterBytes(com.google.protobuf.ByteString value)
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;public boolean hasResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;hasResponseFlags in interface AccessLogCommonOrBuilderpublic ResponseFlags getResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;getResponseFlags in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setResponseFlags(ResponseFlags value)
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;public AccessLogCommon.Builder setResponseFlags(ResponseFlags.Builder builderForValue)
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;public AccessLogCommon.Builder mergeResponseFlags(ResponseFlags value)
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;public AccessLogCommon.Builder clearResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;public ResponseFlags.Builder getResponseFlagsBuilder()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;public ResponseFlagsOrBuilder getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v3.ResponseFlags response_flags = 16;getResponseFlagsOrBuilder in interface AccessLogCommonOrBuilderpublic boolean hasMetadata()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.config.core.v3.Metadata metadata = 17;hasMetadata in interface AccessLogCommonOrBuilderpublic Metadata getMetadata()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.config.core.v3.Metadata metadata = 17;getMetadata in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setMetadata(Metadata value)
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;public AccessLogCommon.Builder setMetadata(Metadata.Builder builderForValue)
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;public AccessLogCommon.Builder mergeMetadata(Metadata value)
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;public AccessLogCommon.Builder 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;public Metadata.Builder 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;public MetadataOrBuilder getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.config.core.v3.Metadata metadata = 17;getMetadataOrBuilder in interface AccessLogCommonOrBuilderpublic String getUpstreamTransportFailureReason()
If upstream connection failed due to transport socket (e.g. TLS handshake), provides the failure reason from the transport socket. The format of this field depends on the configured upstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string upstream_transport_failure_reason = 18;getUpstreamTransportFailureReason in interface AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getUpstreamTransportFailureReasonBytes()
If upstream connection failed due to transport socket (e.g. TLS handshake), provides the failure reason from the transport socket. The format of this field depends on the configured upstream transport socket. Common TLS failures are in :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
string upstream_transport_failure_reason = 18;getUpstreamTransportFailureReasonBytes in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setUpstreamTransportFailureReason(String 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;public AccessLogCommon.Builder 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;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;public String getRouteName()
The name of the route
string route_name = 19;getRouteName in interface AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getRouteNameBytes()
The name of the route
string route_name = 19;getRouteNameBytes in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setRouteName(String value)
The name of the route
string route_name = 19;public AccessLogCommon.Builder clearRouteName()
The name of the route
string route_name = 19;public AccessLogCommon.Builder setRouteNameBytes(com.google.protobuf.ByteString value)
The name of the route
string route_name = 19;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;hasDownstreamDirectRemoteAddress in interface AccessLogCommonOrBuilderpublic Address getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was received. Note: This is always the physical peer, even if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.config.core.v3.Address downstream_direct_remote_address = 20;getDownstreamDirectRemoteAddress in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder setDownstreamDirectRemoteAddress(Address value)
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;public AccessLogCommon.Builder setDownstreamDirectRemoteAddress(Address.Builder builderForValue)
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;public AccessLogCommon.Builder mergeDownstreamDirectRemoteAddress(Address value)
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;public AccessLogCommon.Builder 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;public Address.Builder 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;public AddressOrBuilder getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was received. Note: This is always the physical peer, even if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.config.core.v3.Address downstream_direct_remote_address = 20;getDownstreamDirectRemoteAddressOrBuilder in interface AccessLogCommonOrBuilderpublic int getFilterStateObjectsCount()
AccessLogCommonOrBuilderMap of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsCount in interface AccessLogCommonOrBuilderpublic boolean containsFilterStateObjects(String key)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;containsFilterStateObjects in interface AccessLogCommonOrBuilder@Deprecated public Map<String,com.google.protobuf.Any> getFilterStateObjects()
getFilterStateObjectsMap() instead.getFilterStateObjects in interface AccessLogCommonOrBuilderpublic Map<String,com.google.protobuf.Any> getFilterStateObjectsMap()
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsMap in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Any getFilterStateObjectsOrDefault(String key, com.google.protobuf.Any defaultValue)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsOrDefault in interface AccessLogCommonOrBuilderpublic com.google.protobuf.Any getFilterStateObjectsOrThrow(String key)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;getFilterStateObjectsOrThrow in interface AccessLogCommonOrBuilderpublic AccessLogCommon.Builder clearFilterStateObjects()
public AccessLogCommon.Builder removeFilterStateObjects(String key)
Map of filter state in stream info that have been configured to be logged. If the filter state serialized to any message other than `google.protobuf.Any` it will be packed into `google.protobuf.Any`.
map<string, .google.protobuf.Any> filter_state_objects = 21;@Deprecated public Map<String,com.google.protobuf.Any> getMutableFilterStateObjects()
public AccessLogCommon.Builder putFilterStateObjects(String key, com.google.protobuf.Any value)
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;public AccessLogCommon.Builder putAllFilterStateObjects(Map<String,com.google.protobuf.Any> values)
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;public final AccessLogCommon.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>public final AccessLogCommon.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AccessLogCommon.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.