public static interface Accesslog.ResponseFlagsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDelayInjected()
Indicates that the request was delayed before proxying.
|
boolean |
getFailedLocalHealthcheck()
Indicates local server healthcheck failed.
|
boolean |
getFaultInjected()
Indicates that the request was aborted with an injected error code.
|
boolean |
getLocalReset()
Indicates local codec level reset was sent on the stream.
|
boolean |
getNoHealthyUpstream()
Indicates there was no healthy upstream.
|
boolean |
getNoRouteFound()
Indicates no route was found for the request.
|
boolean |
getRateLimited()
Indicates that the request was rate-limited locally.
|
Accesslog.ResponseFlags.Unauthorized |
getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
|
Accesslog.ResponseFlags.UnauthorizedOrBuilder |
getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.
|
boolean |
getUpstreamConnectionFailure()
Indicates there was a local reset by a connection pool due to an initial connection failure.
|
boolean |
getUpstreamConnectionTermination()
Indicates the stream was reset locally due to connection termination.
|
boolean |
getUpstreamOverflow()
Indicates the stream was reset because of a resource overflow.
|
boolean |
getUpstreamRemoteReset()
Indicates remote codec level reset was received on the stream.
|
boolean |
getUpstreamRequestTimeout()
Indicates an there was an upstream request timeout.
|
boolean |
hasUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getFailedLocalHealthcheck()
Indicates local server healthcheck failed.
bool failed_local_healthcheck = 1;boolean getNoHealthyUpstream()
Indicates there was no healthy upstream.
bool no_healthy_upstream = 2;boolean getUpstreamRequestTimeout()
Indicates an there was an upstream request timeout.
bool upstream_request_timeout = 3;boolean getLocalReset()
Indicates local codec level reset was sent on the stream.
bool local_reset = 4;boolean getUpstreamRemoteReset()
Indicates remote codec level reset was received on the stream.
bool upstream_remote_reset = 5;boolean getUpstreamConnectionFailure()
Indicates there was a local reset by a connection pool due to an initial connection failure.
bool upstream_connection_failure = 6;boolean getUpstreamConnectionTermination()
Indicates the stream was reset locally due to connection termination.
bool upstream_connection_termination = 7;boolean getUpstreamOverflow()
Indicates the stream was reset because of a resource overflow.
bool upstream_overflow = 8;boolean getNoRouteFound()
Indicates no route was found for the request.
bool no_route_found = 9;boolean getDelayInjected()
Indicates that the request was delayed before proxying.
bool delay_injected = 10;boolean getFaultInjected()
Indicates that the request was aborted with an injected error code.
bool fault_injected = 11;boolean getRateLimited()
Indicates that the request was rate-limited locally.
bool rate_limited = 12;boolean hasUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.config.filter.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;Accesslog.ResponseFlags.Unauthorized getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.config.filter.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;Accesslog.ResponseFlags.UnauthorizedOrBuilder getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.config.filter.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;Copyright © 2018 The Envoy Project. All rights reserved.