Class AccessLogCommon

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AccessLogCommonOrBuilder, Serializable

    public final class AccessLogCommon
    extends com.google.protobuf.GeneratedMessageV3
    implements AccessLogCommonOrBuilder
     Defines fields that are shared by all Envoy access logs.
     [#next-free-field: 22]
     
    Protobuf type envoy.data.accesslog.v2.AccessLogCommon
    See Also:
    Serialized Form
    • Field Detail

      • SAMPLE_RATE_FIELD_NUMBER

        public static final int SAMPLE_RATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DOWNSTREAM_REMOTE_ADDRESS_FIELD_NUMBER

        public static final int DOWNSTREAM_REMOTE_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DOWNSTREAM_LOCAL_ADDRESS_FIELD_NUMBER

        public static final int DOWNSTREAM_LOCAL_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TLS_PROPERTIES_FIELD_NUMBER

        public static final int TLS_PROPERTIES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • START_TIME_FIELD_NUMBER

        public static final int START_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_LAST_RX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_LAST_RX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_FIRST_UPSTREAM_TX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_FIRST_UPSTREAM_TX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_LAST_UPSTREAM_TX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_LAST_UPSTREAM_TX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_FIRST_UPSTREAM_RX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_FIRST_UPSTREAM_RX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_LAST_UPSTREAM_RX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_LAST_UPSTREAM_RX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_FIRST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_FIRST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIME_TO_LAST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER

        public static final int TIME_TO_LAST_DOWNSTREAM_TX_BYTE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • UPSTREAM_REMOTE_ADDRESS_FIELD_NUMBER

        public static final int UPSTREAM_REMOTE_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • UPSTREAM_LOCAL_ADDRESS_FIELD_NUMBER

        public static final int UPSTREAM_LOCAL_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • UPSTREAM_CLUSTER_FIELD_NUMBER

        public static final int UPSTREAM_CLUSTER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESPONSE_FLAGS_FIELD_NUMBER

        public static final int RESPONSE_FLAGS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • UPSTREAM_TRANSPORT_FAILURE_REASON_FIELD_NUMBER

        public static final int UPSTREAM_TRANSPORT_FAILURE_REASON_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ROUTE_NAME_FIELD_NUMBER

        public static final int ROUTE_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DOWNSTREAM_DIRECT_REMOTE_ADDRESS_FIELD_NUMBER

        public static final int DOWNSTREAM_DIRECT_REMOTE_ADDRESS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FILTER_STATE_OBJECTS_FIELD_NUMBER

        public static final int FILTER_STATE_OBJECTS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getSampleRate

        public double getSampleRate()
         [#not-implemented-hide:]
         This field indicates the rate at which this log entry was sampled.
         Valid range is (0.0, 1.0].
         
        double sample_rate = 1 [(.validate.rules) = { ... }
        Specified by:
        getSampleRate in interface AccessLogCommonOrBuilder
        Returns:
        The sampleRate.
      • hasDownstreamRemoteAddress

        public boolean hasDownstreamRemoteAddress()
         This field is the remote/origin address on which the request from the user was received.
         Note: This may not be the physical peer. E.g, if the remote address is inferred from for
         example the x-forwarder-for header, proxy protocol, etc.
         
        .envoy.api.v2.core.Address downstream_remote_address = 2;
        Specified by:
        hasDownstreamRemoteAddress in interface AccessLogCommonOrBuilder
        Returns:
        Whether the downstreamRemoteAddress field is set.
      • getDownstreamRemoteAddress

        public 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;
        Specified by:
        getDownstreamRemoteAddress in interface AccessLogCommonOrBuilder
        Returns:
        The downstreamRemoteAddress.
      • getDownstreamRemoteAddressOrBuilder

        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.api.v2.core.Address downstream_remote_address = 2;
        Specified by:
        getDownstreamRemoteAddressOrBuilder in interface AccessLogCommonOrBuilder
      • hasDownstreamLocalAddress

        public 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;
        Specified by:
        hasDownstreamLocalAddress in interface AccessLogCommonOrBuilder
        Returns:
        Whether the downstreamLocalAddress field is set.
      • getDownstreamLocalAddress

        public 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;
        Specified by:
        getDownstreamLocalAddress in interface AccessLogCommonOrBuilder
        Returns:
        The downstreamLocalAddress.
      • hasTlsProperties

        public boolean hasTlsProperties()
         If the connection is secure,S this field will contain TLS properties.
         
        .envoy.data.accesslog.v2.TLSProperties tls_properties = 4;
        Specified by:
        hasTlsProperties in interface AccessLogCommonOrBuilder
        Returns:
        Whether the tlsProperties field is set.
      • getTlsProperties

        public TLSProperties getTlsProperties()
         If the connection is secure,S this field will contain TLS properties.
         
        .envoy.data.accesslog.v2.TLSProperties tls_properties = 4;
        Specified by:
        getTlsProperties in interface AccessLogCommonOrBuilder
        Returns:
        The tlsProperties.
      • hasStartTime

        public boolean hasStartTime()
         The time that Envoy started servicing this request. This is effectively the time that the first
         downstream byte is received.
         
        .google.protobuf.Timestamp start_time = 5;
        Specified by:
        hasStartTime in interface AccessLogCommonOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         The time that Envoy started servicing this request. This is effectively the time that the first
         downstream byte is received.
         
        .google.protobuf.Timestamp start_time = 5;
        Specified by:
        getStartTime in interface AccessLogCommonOrBuilder
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         The time that Envoy started servicing this request. This is effectively the time that the first
         downstream byte is received.
         
        .google.protobuf.Timestamp start_time = 5;
        Specified by:
        getStartTimeOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToLastRxByte

        public boolean hasTimeToLastRxByte()
         Interval between the first downstream byte received and the last
         downstream byte received (i.e. time it takes to receive a request).
         
        .google.protobuf.Duration time_to_last_rx_byte = 6;
        Specified by:
        hasTimeToLastRxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToLastRxByte field is set.
      • getTimeToLastRxByte

        public com.google.protobuf.Duration getTimeToLastRxByte()
         Interval between the first downstream byte received and the last
         downstream byte received (i.e. time it takes to receive a request).
         
        .google.protobuf.Duration time_to_last_rx_byte = 6;
        Specified by:
        getTimeToLastRxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToLastRxByte.
      • getTimeToLastRxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToLastRxByteOrBuilder()
         Interval between the first downstream byte received and the last
         downstream byte received (i.e. time it takes to receive a request).
         
        .google.protobuf.Duration time_to_last_rx_byte = 6;
        Specified by:
        getTimeToLastRxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToFirstUpstreamTxByte

        public boolean hasTimeToFirstUpstreamTxByte()
         Interval between the first downstream byte received and the first upstream byte sent. There may
         by considerable delta between *time_to_last_rx_byte* and this value due to filters.
         Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about
         not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_first_upstream_tx_byte = 7;
        Specified by:
        hasTimeToFirstUpstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToFirstUpstreamTxByte field is set.
      • getTimeToFirstUpstreamTxByte

        public com.google.protobuf.Duration getTimeToFirstUpstreamTxByte()
         Interval between the first downstream byte received and the first upstream byte sent. There may
         by considerable delta between *time_to_last_rx_byte* and this value due to filters.
         Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about
         not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_first_upstream_tx_byte = 7;
        Specified by:
        getTimeToFirstUpstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToFirstUpstreamTxByte.
      • getTimeToFirstUpstreamTxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToFirstUpstreamTxByteOrBuilder()
         Interval between the first downstream byte received and the first upstream byte sent. There may
         by considerable delta between *time_to_last_rx_byte* and this value due to filters.
         Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about
         not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_first_upstream_tx_byte = 7;
        Specified by:
        getTimeToFirstUpstreamTxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToLastUpstreamTxByte

        public boolean hasTimeToLastUpstreamTxByte()
         Interval between the first downstream byte received and the last upstream byte sent. There may
         by considerable delta between *time_to_last_rx_byte* and this value due to filters.
         Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about
         not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_last_upstream_tx_byte = 8;
        Specified by:
        hasTimeToLastUpstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToLastUpstreamTxByte field is set.
      • getTimeToLastUpstreamTxByte

        public com.google.protobuf.Duration getTimeToLastUpstreamTxByte()
         Interval between the first downstream byte received and the last upstream byte sent. There may
         by considerable delta between *time_to_last_rx_byte* and this value due to filters.
         Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about
         not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_last_upstream_tx_byte = 8;
        Specified by:
        getTimeToLastUpstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToLastUpstreamTxByte.
      • getTimeToLastUpstreamTxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToLastUpstreamTxByteOrBuilder()
         Interval between the first downstream byte received and the last upstream byte sent. There may
         by considerable delta between *time_to_last_rx_byte* and this value due to filters.
         Additionally, the same caveats apply as documented in *time_to_last_downstream_tx_byte* about
         not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_last_upstream_tx_byte = 8;
        Specified by:
        getTimeToLastUpstreamTxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToFirstUpstreamRxByte

        public boolean hasTimeToFirstUpstreamRxByte()
         Interval between the first downstream byte received and the first upstream
         byte received (i.e. time it takes to start receiving a response).
         
        .google.protobuf.Duration time_to_first_upstream_rx_byte = 9;
        Specified by:
        hasTimeToFirstUpstreamRxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToFirstUpstreamRxByte field is set.
      • getTimeToFirstUpstreamRxByte

        public com.google.protobuf.Duration getTimeToFirstUpstreamRxByte()
         Interval between the first downstream byte received and the first upstream
         byte received (i.e. time it takes to start receiving a response).
         
        .google.protobuf.Duration time_to_first_upstream_rx_byte = 9;
        Specified by:
        getTimeToFirstUpstreamRxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToFirstUpstreamRxByte.
      • getTimeToFirstUpstreamRxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToFirstUpstreamRxByteOrBuilder()
         Interval between the first downstream byte received and the first upstream
         byte received (i.e. time it takes to start receiving a response).
         
        .google.protobuf.Duration time_to_first_upstream_rx_byte = 9;
        Specified by:
        getTimeToFirstUpstreamRxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToLastUpstreamRxByte

        public boolean hasTimeToLastUpstreamRxByte()
         Interval between the first downstream byte received and the last upstream
         byte received (i.e. time it takes to receive a complete response).
         
        .google.protobuf.Duration time_to_last_upstream_rx_byte = 10;
        Specified by:
        hasTimeToLastUpstreamRxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToLastUpstreamRxByte field is set.
      • getTimeToLastUpstreamRxByte

        public com.google.protobuf.Duration getTimeToLastUpstreamRxByte()
         Interval between the first downstream byte received and the last upstream
         byte received (i.e. time it takes to receive a complete response).
         
        .google.protobuf.Duration time_to_last_upstream_rx_byte = 10;
        Specified by:
        getTimeToLastUpstreamRxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToLastUpstreamRxByte.
      • getTimeToLastUpstreamRxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToLastUpstreamRxByteOrBuilder()
         Interval between the first downstream byte received and the last upstream
         byte received (i.e. time it takes to receive a complete response).
         
        .google.protobuf.Duration time_to_last_upstream_rx_byte = 10;
        Specified by:
        getTimeToLastUpstreamRxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToFirstDownstreamTxByte

        public boolean hasTimeToFirstDownstreamTxByte()
         Interval between the first downstream byte received and the first downstream byte sent.
         There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field
         due to filters. Additionally, the same caveats apply as documented in
         *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_first_downstream_tx_byte = 11;
        Specified by:
        hasTimeToFirstDownstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToFirstDownstreamTxByte field is set.
      • getTimeToFirstDownstreamTxByte

        public com.google.protobuf.Duration getTimeToFirstDownstreamTxByte()
         Interval between the first downstream byte received and the first downstream byte sent.
         There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field
         due to filters. Additionally, the same caveats apply as documented in
         *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_first_downstream_tx_byte = 11;
        Specified by:
        getTimeToFirstDownstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToFirstDownstreamTxByte.
      • getTimeToFirstDownstreamTxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToFirstDownstreamTxByteOrBuilder()
         Interval between the first downstream byte received and the first downstream byte sent.
         There may be a considerable delta between the *time_to_first_upstream_rx_byte* and this field
         due to filters. Additionally, the same caveats apply as documented in
         *time_to_last_downstream_tx_byte* about not accounting for kernel socket buffer time, etc.
         
        .google.protobuf.Duration time_to_first_downstream_tx_byte = 11;
        Specified by:
        getTimeToFirstDownstreamTxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasTimeToLastDownstreamTxByte

        public boolean hasTimeToLastDownstreamTxByte()
         Interval between the first downstream byte received and the last downstream byte sent.
         Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta
         between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate
         time. In the current implementation it does not include kernel socket buffer time. In the
         current implementation it also does not include send window buffering inside the HTTP/2 codec.
         In the future it is likely that work will be done to make this duration more accurate.
         
        .google.protobuf.Duration time_to_last_downstream_tx_byte = 12;
        Specified by:
        hasTimeToLastDownstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        Whether the timeToLastDownstreamTxByte field is set.
      • getTimeToLastDownstreamTxByte

        public com.google.protobuf.Duration getTimeToLastDownstreamTxByte()
         Interval between the first downstream byte received and the last downstream byte sent.
         Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta
         between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate
         time. In the current implementation it does not include kernel socket buffer time. In the
         current implementation it also does not include send window buffering inside the HTTP/2 codec.
         In the future it is likely that work will be done to make this duration more accurate.
         
        .google.protobuf.Duration time_to_last_downstream_tx_byte = 12;
        Specified by:
        getTimeToLastDownstreamTxByte in interface AccessLogCommonOrBuilder
        Returns:
        The timeToLastDownstreamTxByte.
      • getTimeToLastDownstreamTxByteOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimeToLastDownstreamTxByteOrBuilder()
         Interval between the first downstream byte received and the last downstream byte sent.
         Depending on protocol, buffering, windowing, filters, etc. there may be a considerable delta
         between *time_to_last_upstream_rx_byte* and this field. Note also that this is an approximate
         time. In the current implementation it does not include kernel socket buffer time. In the
         current implementation it also does not include send window buffering inside the HTTP/2 codec.
         In the future it is likely that work will be done to make this duration more accurate.
         
        .google.protobuf.Duration time_to_last_downstream_tx_byte = 12;
        Specified by:
        getTimeToLastDownstreamTxByteOrBuilder in interface AccessLogCommonOrBuilder
      • hasUpstreamRemoteAddress

        public 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;
        Specified by:
        hasUpstreamRemoteAddress in interface AccessLogCommonOrBuilder
        Returns:
        Whether the upstreamRemoteAddress field is set.
      • getUpstreamRemoteAddress

        public 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;
        Specified by:
        getUpstreamRemoteAddress in interface AccessLogCommonOrBuilder
        Returns:
        The upstreamRemoteAddress.
      • hasUpstreamLocalAddress

        public 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;
        Specified by:
        hasUpstreamLocalAddress in interface AccessLogCommonOrBuilder
        Returns:
        Whether the upstreamLocalAddress field is set.
      • getUpstreamLocalAddress

        public 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;
        Specified by:
        getUpstreamLocalAddress in interface AccessLogCommonOrBuilder
        Returns:
        The upstreamLocalAddress.
      • getUpstreamCluster

        public String getUpstreamCluster()
         The upstream cluster that *upstream_remote_address* belongs to.
         
        string upstream_cluster = 15;
        Specified by:
        getUpstreamCluster in interface AccessLogCommonOrBuilder
        Returns:
        The upstreamCluster.
      • getUpstreamClusterBytes

        public com.google.protobuf.ByteString getUpstreamClusterBytes()
         The upstream cluster that *upstream_remote_address* belongs to.
         
        string upstream_cluster = 15;
        Specified by:
        getUpstreamClusterBytes in interface AccessLogCommonOrBuilder
        Returns:
        The bytes for upstreamCluster.
      • hasResponseFlags

        public boolean hasResponseFlags()
         Flags indicating occurrences during request/response processing.
         
        .envoy.data.accesslog.v2.ResponseFlags response_flags = 16;
        Specified by:
        hasResponseFlags in interface AccessLogCommonOrBuilder
        Returns:
        Whether the responseFlags field is set.
      • getResponseFlags

        public ResponseFlags getResponseFlags()
         Flags indicating occurrences during request/response processing.
         
        .envoy.data.accesslog.v2.ResponseFlags response_flags = 16;
        Specified by:
        getResponseFlags in interface AccessLogCommonOrBuilder
        Returns:
        The responseFlags.
      • hasMetadata

        public boolean hasMetadata()
         All metadata encountered during request processing, including endpoint
         selection.
         This can be used to associate IDs attached to the various configurations
         used to process this request with the access log entry. For example, a
         route created from a higher level forwarding rule with some ID can place
         that ID in this field and cross reference later. It can also be used to
         determine if a canary endpoint was used or not.
         
        .envoy.api.v2.core.Metadata metadata = 17;
        Specified by:
        hasMetadata in interface AccessLogCommonOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public 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;
        Specified by:
        getMetadata in interface AccessLogCommonOrBuilder
        Returns:
        The metadata.
      • getMetadataOrBuilder

        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.api.v2.core.Metadata metadata = 17;
        Specified by:
        getMetadataOrBuilder in interface AccessLogCommonOrBuilder
      • getUpstreamTransportFailureReason

        public 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;
        Specified by:
        getUpstreamTransportFailureReason in interface AccessLogCommonOrBuilder
        Returns:
        The upstreamTransportFailureReason.
      • getUpstreamTransportFailureReasonBytes

        public com.google.protobuf.ByteString getUpstreamTransportFailureReasonBytes()
         If upstream connection failed due to transport socket (e.g. TLS handshake), provides the
         failure reason from the transport socket. The format of this field depends on the configured
         upstream transport socket. Common TLS failures are in
         :ref:`TLS trouble shooting <arch_overview_ssl_trouble_shooting>`.
         
        string upstream_transport_failure_reason = 18;
        Specified by:
        getUpstreamTransportFailureReasonBytes in interface AccessLogCommonOrBuilder
        Returns:
        The bytes for upstreamTransportFailureReason.
      • getRouteNameBytes

        public com.google.protobuf.ByteString getRouteNameBytes()
         The name of the route
         
        string route_name = 19;
        Specified by:
        getRouteNameBytes in interface AccessLogCommonOrBuilder
        Returns:
        The bytes for routeName.
      • hasDownstreamDirectRemoteAddress

        public boolean hasDownstreamDirectRemoteAddress()
         This field is the downstream direct remote address on which the request from the user was
         received. Note: This is always the physical peer, even if the remote address is inferred from
         for example the x-forwarder-for header, proxy protocol, etc.
         
        .envoy.api.v2.core.Address downstream_direct_remote_address = 20;
        Specified by:
        hasDownstreamDirectRemoteAddress in interface AccessLogCommonOrBuilder
        Returns:
        Whether the downstreamDirectRemoteAddress field is set.
      • getDownstreamDirectRemoteAddress

        public Address getDownstreamDirectRemoteAddress()
         This field is the downstream direct remote address on which the request from the user was
         received. Note: This is always the physical peer, even if the remote address is inferred from
         for example the x-forwarder-for header, proxy protocol, etc.
         
        .envoy.api.v2.core.Address downstream_direct_remote_address = 20;
        Specified by:
        getDownstreamDirectRemoteAddress in interface AccessLogCommonOrBuilder
        Returns:
        The downstreamDirectRemoteAddress.
      • getDownstreamDirectRemoteAddressOrBuilder

        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.api.v2.core.Address downstream_direct_remote_address = 20;
        Specified by:
        getDownstreamDirectRemoteAddressOrBuilder in interface AccessLogCommonOrBuilder
      • getFilterStateObjectsCount

        public int getFilterStateObjectsCount()
        Description copied from interface: AccessLogCommonOrBuilder
         Map of filter state in stream info that have been configured to be logged. If the filter
         state serialized to any message other than `google.protobuf.Any` it will be packed into
         `google.protobuf.Any`.
         
        map<string, .google.protobuf.Any> filter_state_objects = 21;
        Specified by:
        getFilterStateObjectsCount in interface AccessLogCommonOrBuilder
      • containsFilterStateObjects

        public 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;
        Specified by:
        containsFilterStateObjects in interface AccessLogCommonOrBuilder
      • getFilterStateObjectsMap

        public 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;
        Specified by:
        getFilterStateObjectsMap in interface AccessLogCommonOrBuilder
      • getFilterStateObjectsOrDefault

        public com.google.protobuf.Any getFilterStateObjectsOrDefault​(String key,
                                                                      com.google.protobuf.Any defaultValue)
         Map of filter state in stream info that have been configured to be logged. If the filter
         state serialized to any message other than `google.protobuf.Any` it will be packed into
         `google.protobuf.Any`.
         
        map<string, .google.protobuf.Any> filter_state_objects = 21;
        Specified by:
        getFilterStateObjectsOrDefault in interface AccessLogCommonOrBuilder
      • getFilterStateObjectsOrThrow

        public 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;
        Specified by:
        getFilterStateObjectsOrThrow in interface AccessLogCommonOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AccessLogCommon parseFrom​(ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AccessLogCommon parseFrom​(ByteBuffer data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AccessLogCommon parseFrom​(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AccessLogCommon parseFrom​(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AccessLogCommon parseFrom​(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AccessLogCommon parseFrom​(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AccessLogCommon parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException
      • newBuilderForType

        public AccessLogCommon.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public AccessLogCommon.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected AccessLogCommon.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • parser

        public static com.google.protobuf.Parser<AccessLogCommon> parser()
      • getParserForType

        public com.google.protobuf.Parser<AccessLogCommon> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AccessLogCommon getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder