public static final class Accesslog.AccessLogCommon.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder> implements Accesslog.AccessLogCommonOrBuilder
Defines fields that are shared by all Envoy access logs.Protobuf type
envoy.data.accesslog.v2.AccessLogCommon| Modifier and Type | Method and Description |
|---|---|
Accesslog.AccessLogCommon.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Accesslog.AccessLogCommon |
build() |
Accesslog.AccessLogCommon |
buildPartial() |
Accesslog.AccessLogCommon.Builder |
clear() |
Accesslog.AccessLogCommon.Builder |
clearDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
clearDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Accesslog.AccessLogCommon.Builder |
clearMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
Accesslog.AccessLogCommon.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Accesslog.AccessLogCommon.Builder |
clearResponseFlags()
Flags indicating occurrences during request/response processing.
|
Accesslog.AccessLogCommon.Builder |
clearSampleRate()
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
Accesslog.AccessLogCommon.Builder |
clearStartTime()
The time that Envoy started servicing this request.
|
Accesslog.AccessLogCommon.Builder |
clearTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
Accesslog.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).
|
Accesslog.AccessLogCommon.Builder |
clearTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
clearTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
Accesslog.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).
|
Accesslog.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).
|
Accesslog.AccessLogCommon.Builder |
clearTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
clearTlsProperties()
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.AccessLogCommon.Builder |
clearUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
|
Accesslog.AccessLogCommon.Builder |
clearUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
clearUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
clone() |
Accesslog.AccessLogCommon |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AddressOuterClass.Address |
getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
AddressOuterClass.Address.Builder |
getDownstreamLocalAddressBuilder()
This field is the local/destination address on which the request from the user was received.
|
AddressOuterClass.AddressOrBuilder |
getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.
|
AddressOuterClass.Address |
getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
AddressOuterClass.Address.Builder |
getDownstreamRemoteAddressBuilder()
This field is the remote/origin address on which the request from the user was received.
|
AddressOuterClass.AddressOrBuilder |
getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.
|
Base.Metadata |
getMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
Base.Metadata.Builder |
getMetadataBuilder()
All metadata encountered during request processing, including endpoint
selection.
|
Base.MetadataOrBuilder |
getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint
selection.
|
Accesslog.ResponseFlags |
getResponseFlags()
Flags indicating occurrences during request/response processing.
|
Accesslog.ResponseFlags.Builder |
getResponseFlagsBuilder()
Flags indicating occurrences during request/response processing.
|
Accesslog.ResponseFlagsOrBuilder |
getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
|
double |
getSampleRate()
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
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.
|
Accesslog.TLSProperties |
getTlsProperties()
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.TLSProperties.Builder |
getTlsPropertiesBuilder()
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.TLSPropertiesOrBuilder |
getTlsPropertiesOrBuilder()
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
String |
getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
|
com.google.protobuf.ByteString |
getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
|
AddressOuterClass.Address |
getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
AddressOuterClass.Address.Builder |
getUpstreamLocalAddressBuilder()
The upstream local/origin address that handles this exchange.
|
AddressOuterClass.AddressOrBuilder |
getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.
|
AddressOuterClass.Address |
getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
AddressOuterClass.Address.Builder |
getUpstreamRemoteAddressBuilder()
The upstream remote/destination address that handles this exchange.
|
AddressOuterClass.AddressOrBuilder |
getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.
|
boolean |
hasDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
boolean |
hasDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
boolean |
hasMetadata()
All metadata encountered during request processing, including endpoint
selection.
|
boolean |
hasResponseFlags()
Flags indicating occurrences during request/response processing.
|
boolean |
hasStartTime()
The time that Envoy started servicing this request.
|
boolean |
hasTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent.
|
boolean |
hasTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream
byte received (i.e. time it takes to start receiving a response).
|
boolean |
hasTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent.
|
boolean |
hasTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent.
|
boolean |
hasTimeToLastRxByte()
Interval between the first downstream byte received and the last
downstream byte received (i.e. time it takes to receive a request).
|
boolean |
hasTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream
byte received (i.e. time it takes to receive a complete response).
|
boolean |
hasTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent.
|
boolean |
hasTlsProperties()
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
boolean |
hasUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
boolean |
hasUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Accesslog.AccessLogCommon.Builder |
mergeDownstreamLocalAddress(AddressOuterClass.Address value)
This field is the local/destination address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
mergeDownstreamRemoteAddress(AddressOuterClass.Address value)
This field is the remote/origin address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
mergeFrom(Accesslog.AccessLogCommon other) |
Accesslog.AccessLogCommon.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Accesslog.AccessLogCommon.Builder |
mergeFrom(com.google.protobuf.Message other) |
Accesslog.AccessLogCommon.Builder |
mergeMetadata(Base.Metadata value)
All metadata encountered during request processing, including endpoint
selection.
|
Accesslog.AccessLogCommon.Builder |
mergeResponseFlags(Accesslog.ResponseFlags value)
Flags indicating occurrences during request/response processing.
|
Accesslog.AccessLogCommon.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
The time that Envoy started servicing this request.
|
Accesslog.AccessLogCommon.Builder |
mergeTimeToFirstDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first downstream byte sent.
|
Accesslog.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).
|
Accesslog.AccessLogCommon.Builder |
mergeTimeToFirstUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
mergeTimeToLastDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last downstream byte sent.
|
Accesslog.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).
|
Accesslog.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).
|
Accesslog.AccessLogCommon.Builder |
mergeTimeToLastUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
mergeTlsProperties(Accesslog.TLSProperties value)
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.AccessLogCommon.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Accesslog.AccessLogCommon.Builder |
mergeUpstreamLocalAddress(AddressOuterClass.Address value)
The upstream local/origin address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
mergeUpstreamRemoteAddress(AddressOuterClass.Address value)
The upstream remote/destination address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
setDownstreamLocalAddress(AddressOuterClass.Address.Builder builderForValue)
This field is the local/destination address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
setDownstreamLocalAddress(AddressOuterClass.Address value)
This field is the local/destination address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
setDownstreamRemoteAddress(AddressOuterClass.Address.Builder builderForValue)
This field is the remote/origin address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
setDownstreamRemoteAddress(AddressOuterClass.Address value)
This field is the remote/origin address on which the request from the user was received.
|
Accesslog.AccessLogCommon.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Accesslog.AccessLogCommon.Builder |
setMetadata(Base.Metadata.Builder builderForValue)
All metadata encountered during request processing, including endpoint
selection.
|
Accesslog.AccessLogCommon.Builder |
setMetadata(Base.Metadata value)
All metadata encountered during request processing, including endpoint
selection.
|
Accesslog.AccessLogCommon.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Accesslog.AccessLogCommon.Builder |
setResponseFlags(Accesslog.ResponseFlags.Builder builderForValue)
Flags indicating occurrences during request/response processing.
|
Accesslog.AccessLogCommon.Builder |
setResponseFlags(Accesslog.ResponseFlags value)
Flags indicating occurrences during request/response processing.
|
Accesslog.AccessLogCommon.Builder |
setSampleRate(double value)
[#not-implemented-hide:]
This field indicates the rate at which this log entry was sampled.
|
Accesslog.AccessLogCommon.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time that Envoy started servicing this request.
|
Accesslog.AccessLogCommon.Builder |
setStartTime(com.google.protobuf.Timestamp value)
The time that Envoy started servicing this request.
|
Accesslog.AccessLogCommon.Builder |
setTimeToFirstDownstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the first downstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
setTimeToFirstDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first downstream byte sent.
|
Accesslog.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).
|
Accesslog.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).
|
Accesslog.AccessLogCommon.Builder |
setTimeToFirstUpstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the first upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
setTimeToFirstUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the first upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
setTimeToLastDownstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the last downstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
setTimeToLastDownstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last downstream byte sent.
|
Accesslog.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).
|
Accesslog.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).
|
Accesslog.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).
|
Accesslog.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).
|
Accesslog.AccessLogCommon.Builder |
setTimeToLastUpstreamTxByte(com.google.protobuf.Duration.Builder builderForValue)
Interval between the first downstream byte received and the last upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
setTimeToLastUpstreamTxByte(com.google.protobuf.Duration value)
Interval between the first downstream byte received and the last upstream byte sent.
|
Accesslog.AccessLogCommon.Builder |
setTlsProperties(Accesslog.TLSProperties.Builder builderForValue)
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.AccessLogCommon.Builder |
setTlsProperties(Accesslog.TLSProperties value)
[#not-implemented-hide:]
If the connection is secure,S this field will contain TLS properties.
|
Accesslog.AccessLogCommon.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Accesslog.AccessLogCommon.Builder |
setUpstreamCluster(String value)
The upstream cluster that *upstream_remote_address* belongs to.
|
Accesslog.AccessLogCommon.Builder |
setUpstreamClusterBytes(com.google.protobuf.ByteString value)
The upstream cluster that *upstream_remote_address* belongs to.
|
Accesslog.AccessLogCommon.Builder |
setUpstreamLocalAddress(AddressOuterClass.Address.Builder builderForValue)
The upstream local/origin address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
setUpstreamLocalAddress(AddressOuterClass.Address value)
The upstream local/origin address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
setUpstreamRemoteAddress(AddressOuterClass.Address.Builder builderForValue)
The upstream remote/destination address that handles this exchange.
|
Accesslog.AccessLogCommon.Builder |
setUpstreamRemoteAddress(AddressOuterClass.Address value)
The upstream remote/destination address that handles this exchange.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder>public Accesslog.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<Accesslog.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<Accesslog.AccessLogCommon.Builder>public Accesslog.AccessLogCommon getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Accesslog.AccessLogCommon build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Accesslog.AccessLogCommon buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Accesslog.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<Accesslog.AccessLogCommon.Builder>public Accesslog.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<Accesslog.AccessLogCommon.Builder>public Accesslog.AccessLogCommon.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder>public Accesslog.AccessLogCommon.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder>public Accesslog.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<Accesslog.AccessLogCommon.Builder>public Accesslog.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<Accesslog.AccessLogCommon.Builder>public Accesslog.AccessLogCommon.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Accesslog.AccessLogCommon.Builder>public Accesslog.AccessLogCommon.Builder mergeFrom(Accesslog.AccessLogCommon other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder>public Accesslog.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<Accesslog.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 Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 Accesslog.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.api.v2.core.Address downstream_remote_address = 2;hasDownstreamRemoteAddress in interface Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.Address getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_remote_address = 2;getDownstreamRemoteAddress in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setDownstreamRemoteAddress(AddressOuterClass.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.api.v2.core.Address downstream_remote_address = 2;public Accesslog.AccessLogCommon.Builder setDownstreamRemoteAddress(AddressOuterClass.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.api.v2.core.Address downstream_remote_address = 2;public Accesslog.AccessLogCommon.Builder mergeDownstreamRemoteAddress(AddressOuterClass.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.api.v2.core.Address downstream_remote_address = 2;public Accesslog.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.api.v2.core.Address downstream_remote_address = 2;public AddressOuterClass.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.api.v2.core.Address downstream_remote_address = 2;public AddressOuterClass.AddressOrBuilder getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received. Note: This may not be the physical peer. E.g, if the remote address is inferred from for example the x-forwarder-for header, proxy protocol, etc.
.envoy.api.v2.core.Address downstream_remote_address = 2;getDownstreamRemoteAddressOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;hasDownstreamLocalAddress in interface Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.Address getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;getDownstreamLocalAddress in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setDownstreamLocalAddress(AddressOuterClass.Address value)
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;public Accesslog.AccessLogCommon.Builder setDownstreamLocalAddress(AddressOuterClass.Address.Builder builderForValue)
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;public Accesslog.AccessLogCommon.Builder mergeDownstreamLocalAddress(AddressOuterClass.Address value)
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;public Accesslog.AccessLogCommon.Builder clearDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;public AddressOuterClass.Address.Builder getDownstreamLocalAddressBuilder()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;public AddressOuterClass.AddressOrBuilder getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.
.envoy.api.v2.core.Address downstream_local_address = 3;getDownstreamLocalAddressOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTlsProperties()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;hasTlsProperties in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.TLSProperties getTlsProperties()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;getTlsProperties in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setTlsProperties(Accesslog.TLSProperties value)
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;public Accesslog.AccessLogCommon.Builder setTlsProperties(Accesslog.TLSProperties.Builder builderForValue)
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;public Accesslog.AccessLogCommon.Builder mergeTlsProperties(Accesslog.TLSProperties value)
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;public Accesslog.AccessLogCommon.Builder clearTlsProperties()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;public Accesslog.TLSProperties.Builder getTlsPropertiesBuilder()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;public Accesslog.TLSPropertiesOrBuilder getTlsPropertiesOrBuilder()
[#not-implemented-hide:] If the connection is secure,S this field will contain TLS properties.
.envoy.data.accesslog.v2.TLSProperties tls_properties = 4;getTlsPropertiesOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasStartTime()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5 [(.gogoproto.stdtime) = true];hasStartTime in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The time that Envoy started servicing this request. This is effectively the time that the first downstream byte is received.
.google.protobuf.Timestamp start_time = 5 [(.gogoproto.stdtime) = true];getStartTime in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdtime) = true];public Accesslog.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 [(.gogoproto.stdtime) = true];public Accesslog.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 [(.gogoproto.stdtime) = true];public Accesslog.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 [(.gogoproto.stdtime) = true];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 [(.gogoproto.stdtime) = true];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 [(.gogoproto.stdtime) = true];getStartTimeOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToLastRxByte()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6 [(.gogoproto.stdduration) = true];hasTimeToLastRxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastRxByte()
Interval between the first downstream byte received and the last downstream byte received (i.e. time it takes to receive a request).
.google.protobuf.Duration time_to_last_rx_byte = 6 [(.gogoproto.stdduration) = true];getTimeToLastRxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToLastRxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7 [(.gogoproto.stdduration) = true];hasTimeToFirstUpstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstUpstreamTxByte()
Interval between the first downstream byte received and the first upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_upstream_tx_byte = 7 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamTxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8 [(.gogoproto.stdduration) = true];hasTimeToLastUpstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastUpstreamTxByte()
Interval between the first downstream byte received and the last upstream byte sent. There may by considerable delta between *time_to_last_rx_byte* and this value due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_last_upstream_tx_byte = 8 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamTxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9 [(.gogoproto.stdduration) = true];hasTimeToFirstUpstreamRxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstUpstreamRxByte()
Interval between the first downstream byte received and the first upstream byte received (i.e. time it takes to start receiving a response).
.google.protobuf.Duration time_to_first_upstream_rx_byte = 9 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamRxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToFirstUpstreamRxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10 [(.gogoproto.stdduration) = true];hasTimeToLastUpstreamRxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastUpstreamRxByte()
Interval between the first downstream byte received and the last upstream byte received (i.e. time it takes to receive a complete response).
.google.protobuf.Duration time_to_last_upstream_rx_byte = 10 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamRxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToLastUpstreamRxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11 [(.gogoproto.stdduration) = true];hasTimeToFirstDownstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToFirstDownstreamTxByte()
Interval between the first downstream byte received and the first downstream byte sent. There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field due to filters. Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
.google.protobuf.Duration time_to_first_downstream_tx_byte = 11 [(.gogoproto.stdduration) = true];getTimeToFirstDownstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToFirstDownstreamTxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12 [(.gogoproto.stdduration) = true];hasTimeToLastDownstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.Duration getTimeToLastDownstreamTxByte()
Interval between the first downstream byte received and the last downstream byte sent. Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate time. In the current implementation it does not include kernel socket buffer time. In the current implementation it also does not include send window buffering inside the HTTP/2 codec. In the future it is likely that work will be done to make this duration more accurate.
.google.protobuf.Duration time_to_last_downstream_tx_byte = 12 [(.gogoproto.stdduration) = true];getTimeToLastDownstreamTxByte in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];public Accesslog.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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];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 [(.gogoproto.stdduration) = true];getTimeToLastDownstreamTxByteOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;hasUpstreamRemoteAddress in interface Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.Address getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;getUpstreamRemoteAddress in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setUpstreamRemoteAddress(AddressOuterClass.Address value)
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;public Accesslog.AccessLogCommon.Builder setUpstreamRemoteAddress(AddressOuterClass.Address.Builder builderForValue)
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;public Accesslog.AccessLogCommon.Builder mergeUpstreamRemoteAddress(AddressOuterClass.Address value)
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;public Accesslog.AccessLogCommon.Builder clearUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;public AddressOuterClass.Address.Builder getUpstreamRemoteAddressBuilder()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;public AddressOuterClass.AddressOrBuilder getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_remote_address = 13;getUpstreamRemoteAddressOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;hasUpstreamLocalAddress in interface Accesslog.AccessLogCommonOrBuilderpublic AddressOuterClass.Address getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;getUpstreamLocalAddress in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setUpstreamLocalAddress(AddressOuterClass.Address value)
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;public Accesslog.AccessLogCommon.Builder setUpstreamLocalAddress(AddressOuterClass.Address.Builder builderForValue)
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;public Accesslog.AccessLogCommon.Builder mergeUpstreamLocalAddress(AddressOuterClass.Address value)
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;public Accesslog.AccessLogCommon.Builder clearUpstreamLocalAddress()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;public AddressOuterClass.Address.Builder getUpstreamLocalAddressBuilder()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;public AddressOuterClass.AddressOrBuilder getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange. This does not include retries.
.envoy.api.v2.core.Address upstream_local_address = 14;getUpstreamLocalAddressOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic String getUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamCluster in interface Accesslog.AccessLogCommonOrBuilderpublic com.google.protobuf.ByteString getUpstreamClusterBytes()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;getUpstreamClusterBytes in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setUpstreamCluster(String value)
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;public Accesslog.AccessLogCommon.Builder clearUpstreamCluster()
The upstream cluster that *upstream_remote_address* belongs to.
string upstream_cluster = 15;public Accesslog.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.v2.ResponseFlags response_flags = 16;hasResponseFlags in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.ResponseFlags getResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;getResponseFlags in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setResponseFlags(Accesslog.ResponseFlags value)
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;public Accesslog.AccessLogCommon.Builder setResponseFlags(Accesslog.ResponseFlags.Builder builderForValue)
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;public Accesslog.AccessLogCommon.Builder mergeResponseFlags(Accesslog.ResponseFlags value)
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;public Accesslog.AccessLogCommon.Builder clearResponseFlags()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;public Accesslog.ResponseFlags.Builder getResponseFlagsBuilder()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;public Accesslog.ResponseFlagsOrBuilder getResponseFlagsOrBuilder()
Flags indicating occurrences during request/response processing.
.envoy.data.accesslog.v2.ResponseFlags response_flags = 16;getResponseFlagsOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic boolean hasMetadata()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.api.v2.core.Metadata metadata = 17;hasMetadata in interface Accesslog.AccessLogCommonOrBuilderpublic Base.Metadata getMetadata()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.api.v2.core.Metadata metadata = 17;getMetadata in interface Accesslog.AccessLogCommonOrBuilderpublic Accesslog.AccessLogCommon.Builder setMetadata(Base.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.api.v2.core.Metadata metadata = 17;public Accesslog.AccessLogCommon.Builder setMetadata(Base.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.api.v2.core.Metadata metadata = 17;public Accesslog.AccessLogCommon.Builder mergeMetadata(Base.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.api.v2.core.Metadata metadata = 17;public Accesslog.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.api.v2.core.Metadata metadata = 17;public Base.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.api.v2.core.Metadata metadata = 17;public Base.MetadataOrBuilder getMetadataOrBuilder()
All metadata encountered during request processing, including endpoint selection. This can be used to associate IDs attached to the various configurations used to process this request with the access log entry. For example, a route created from a higher level forwarding rule with some ID can place that ID in this field and cross reference later. It can also be used to determine if a canary endpoint was used or not.
.envoy.api.v2.core.Metadata metadata = 17;getMetadataOrBuilder in interface Accesslog.AccessLogCommonOrBuilderpublic final Accesslog.AccessLogCommon.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder>public final Accesslog.AccessLogCommon.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Accesslog.AccessLogCommon.Builder>Copyright © 2018 The Envoy Project. All rights reserved.