Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.ResponseFlags.Builder
Packages that use ResponseFlags.Builder
-
Uses of ResponseFlags.Builder in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type ResponseFlags.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ResponseFlags, ResponseFlags.Builder, ResponseFlagsOrBuilder> AccessLogCommon.Builder.responseFlagsBuilder_Methods in io.envoyproxy.envoy.data.accesslog.v3 that return ResponseFlags.BuilderModifier and TypeMethodDescriptionResponseFlags.Builder.clear()ResponseFlags.Builder.clearDelayInjected()Indicates that the request was delayed before proxying.ResponseFlags.Builder.clearDnsResolutionFailure()Indicates a DNS resolution failed.ResponseFlags.Builder.clearDownstreamConnectionTermination()Indicates the stream was reset due to a downstream connection termination.ResponseFlags.Builder.clearDownstreamProtocolError()Indicates there was an HTTP protocol error on the downstream request.ResponseFlags.Builder.clearDownstreamRemoteReset()Indicates a downstream remote codec level reset was received on the streamResponseFlags.Builder.clearDurationTimeout()Indicates that request or connection exceeded the downstream connection duration.ResponseFlags.Builder.clearFailedLocalHealthcheck()Indicates local server healthcheck failed.ResponseFlags.Builder.clearFaultInjected()Indicates that the request was aborted with an injected error code.ResponseFlags.Builder.clearInvalidEnvoyRequestHeaders()Indicates that the request was rejected because an envoy request header failed strict validation.ResponseFlags.Builder.clearLocalReset()Indicates local codec level reset was sent on the stream.ResponseFlags.Builder.clearNoClusterFound()Indicates no cluster was found for the request.ResponseFlags.Builder.clearNoFilterConfigFound()Indicates that a filter configuration is not available.ResponseFlags.Builder.clearNoHealthyUpstream()Indicates there was no healthy upstream.ResponseFlags.Builder.clearNoRouteFound()Indicates no route was found for the request.ResponseFlags.Builder.clearOverloadManager()Indicates overload manager terminated the request.ResponseFlags.Builder.clearRateLimited()Indicates that the request was rate-limited locally.ResponseFlags.Builder.clearRateLimitServiceError()Indicates that the request was rejected because there was an error in rate limit service.ResponseFlags.Builder.clearResponseFromCacheFilter()Indicates the response was served from a cache filter.ResponseFlags.Builder.clearStreamIdleTimeout()Indicates that the stream idle timeout was hit, resulting in a downstream 408.ResponseFlags.Builder.clearUnauthorizedDetails()Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.Builder.clearUpstreamConnectionFailure()Indicates there was a local reset by a connection pool due to an initial connection failure.ResponseFlags.Builder.clearUpstreamConnectionTermination()Indicates the stream was reset due to an upstream connection termination.ResponseFlags.Builder.clearUpstreamMaxStreamDurationReached()Indicates there was a max stream duration reached on the upstream request.ResponseFlags.Builder.clearUpstreamOverflow()Indicates the stream was reset because of a resource overflow.ResponseFlags.Builder.clearUpstreamProtocolError()Indicates there was an HTTP protocol error in the upstream response.ResponseFlags.Builder.clearUpstreamRemoteReset()Indicates remote codec level reset was received on the stream.ResponseFlags.Builder.clearUpstreamRequestTimeout()Indicates an there was an upstream request timeout.ResponseFlags.Builder.clearUpstreamRetryLimitExceeded()Indicates that the upstream retry limit was exceeded, resulting in a downstream error.AccessLogCommon.Builder.getResponseFlagsBuilder()Flags indicating occurrences during request/response processing.ResponseFlags.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ResponseFlags.Builder.mergeFrom(com.google.protobuf.Message other) ResponseFlags.Builder.mergeFrom(ResponseFlags other) ResponseFlags.Builder.mergeUnauthorizedDetails(ResponseFlags.Unauthorized value) Indicates if the request was deemed unauthorized and the reason for it.static ResponseFlags.BuilderResponseFlags.newBuilder()static ResponseFlags.BuilderResponseFlags.newBuilder(ResponseFlags prototype) ResponseFlags.newBuilderForType()protected ResponseFlags.BuilderResponseFlags.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ResponseFlags.Builder.setDelayInjected(boolean value) Indicates that the request was delayed before proxying.ResponseFlags.Builder.setDnsResolutionFailure(boolean value) Indicates a DNS resolution failed.ResponseFlags.Builder.setDownstreamConnectionTermination(boolean value) Indicates the stream was reset due to a downstream connection termination.ResponseFlags.Builder.setDownstreamProtocolError(boolean value) Indicates there was an HTTP protocol error on the downstream request.ResponseFlags.Builder.setDownstreamRemoteReset(boolean value) Indicates a downstream remote codec level reset was received on the streamResponseFlags.Builder.setDurationTimeout(boolean value) Indicates that request or connection exceeded the downstream connection duration.ResponseFlags.Builder.setFailedLocalHealthcheck(boolean value) Indicates local server healthcheck failed.ResponseFlags.Builder.setFaultInjected(boolean value) Indicates that the request was aborted with an injected error code.ResponseFlags.Builder.setInvalidEnvoyRequestHeaders(boolean value) Indicates that the request was rejected because an envoy request header failed strict validation.ResponseFlags.Builder.setLocalReset(boolean value) Indicates local codec level reset was sent on the stream.ResponseFlags.Builder.setNoClusterFound(boolean value) Indicates no cluster was found for the request.ResponseFlags.Builder.setNoFilterConfigFound(boolean value) Indicates that a filter configuration is not available.ResponseFlags.Builder.setNoHealthyUpstream(boolean value) Indicates there was no healthy upstream.ResponseFlags.Builder.setNoRouteFound(boolean value) Indicates no route was found for the request.ResponseFlags.Builder.setOverloadManager(boolean value) Indicates overload manager terminated the request.ResponseFlags.Builder.setRateLimited(boolean value) Indicates that the request was rate-limited locally.ResponseFlags.Builder.setRateLimitServiceError(boolean value) Indicates that the request was rejected because there was an error in rate limit service.ResponseFlags.Builder.setResponseFromCacheFilter(boolean value) Indicates the response was served from a cache filter.ResponseFlags.Builder.setStreamIdleTimeout(boolean value) Indicates that the stream idle timeout was hit, resulting in a downstream 408.ResponseFlags.Builder.setUnauthorizedDetails(ResponseFlags.Unauthorized value) Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.Builder.setUnauthorizedDetails(ResponseFlags.Unauthorized.Builder builderForValue) Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.Builder.setUpstreamConnectionFailure(boolean value) Indicates there was a local reset by a connection pool due to an initial connection failure.ResponseFlags.Builder.setUpstreamConnectionTermination(boolean value) Indicates the stream was reset due to an upstream connection termination.ResponseFlags.Builder.setUpstreamMaxStreamDurationReached(boolean value) Indicates there was a max stream duration reached on the upstream request.ResponseFlags.Builder.setUpstreamOverflow(boolean value) Indicates the stream was reset because of a resource overflow.ResponseFlags.Builder.setUpstreamProtocolError(boolean value) Indicates there was an HTTP protocol error in the upstream response.ResponseFlags.Builder.setUpstreamRemoteReset(boolean value) Indicates remote codec level reset was received on the stream.ResponseFlags.Builder.setUpstreamRequestTimeout(boolean value) Indicates an there was an upstream request timeout.ResponseFlags.Builder.setUpstreamRetryLimitExceeded(boolean value) Indicates that the upstream retry limit was exceeded, resulting in a downstream error.ResponseFlags.toBuilder()Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type ResponseFlags.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<ResponseFlags, ResponseFlags.Builder, ResponseFlagsOrBuilder> AccessLogCommon.Builder.internalGetResponseFlagsFieldBuilder()Flags indicating occurrences during request/response processing.Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type ResponseFlags.BuilderModifier and TypeMethodDescriptionAccessLogCommon.Builder.setResponseFlags(ResponseFlags.Builder builderForValue) Flags indicating occurrences during request/response processing.