public final class ResponseFlags extends com.google.protobuf.GeneratedMessageV3 implements ResponseFlagsOrBuilder
Flags indicating occurrences during request/response processing. [#next-free-field: 20]Protobuf type
envoy.data.accesslog.v2.ResponseFlags| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseFlags.Builder
Flags indicating occurrences during request/response processing.
|
static class |
ResponseFlags.Unauthorized
Protobuf type
envoy.data.accesslog.v2.ResponseFlags.Unauthorized |
static interface |
ResponseFlags.UnauthorizedOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DELAY_INJECTED_FIELD_NUMBER |
static int |
DOWNSTREAM_CONNECTION_TERMINATION_FIELD_NUMBER |
static int |
DOWNSTREAM_PROTOCOL_ERROR_FIELD_NUMBER |
static int |
FAILED_LOCAL_HEALTHCHECK_FIELD_NUMBER |
static int |
FAULT_INJECTED_FIELD_NUMBER |
static int |
INVALID_ENVOY_REQUEST_HEADERS_FIELD_NUMBER |
static int |
LOCAL_RESET_FIELD_NUMBER |
static int |
NO_HEALTHY_UPSTREAM_FIELD_NUMBER |
static int |
NO_ROUTE_FOUND_FIELD_NUMBER |
static int |
RATE_LIMIT_SERVICE_ERROR_FIELD_NUMBER |
static int |
RATE_LIMITED_FIELD_NUMBER |
static int |
STREAM_IDLE_TIMEOUT_FIELD_NUMBER |
static int |
UNAUTHORIZED_DETAILS_FIELD_NUMBER |
static int |
UPSTREAM_CONNECTION_FAILURE_FIELD_NUMBER |
static int |
UPSTREAM_CONNECTION_TERMINATION_FIELD_NUMBER |
static int |
UPSTREAM_OVERFLOW_FIELD_NUMBER |
static int |
UPSTREAM_REMOTE_RESET_FIELD_NUMBER |
static int |
UPSTREAM_REQUEST_TIMEOUT_FIELD_NUMBER |
static int |
UPSTREAM_RETRY_LIMIT_EXCEEDED_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ResponseFlags |
getDefaultInstance() |
ResponseFlags |
getDefaultInstanceForType() |
boolean |
getDelayInjected()
Indicates that the request was delayed before proxying.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDownstreamConnectionTermination()
Indicates the stream was reset due to a downstream connection termination.
|
boolean |
getDownstreamProtocolError()
Indicates there was an HTTP protocol error on the downstream request.
|
boolean |
getFailedLocalHealthcheck()
Indicates local server healthcheck failed.
|
boolean |
getFaultInjected()
Indicates that the request was aborted with an injected error code.
|
boolean |
getInvalidEnvoyRequestHeaders()
Indicates that the request was rejected because an envoy request header failed strict
validation.
|
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.
|
com.google.protobuf.Parser<ResponseFlags> |
getParserForType() |
boolean |
getRateLimited()
Indicates that the request was rate-limited locally.
|
boolean |
getRateLimitServiceError()
Indicates that the request was rejected because there was an error in rate limit service.
|
int |
getSerializedSize() |
boolean |
getStreamIdleTimeout()
Indicates that the stream idle timeout was hit, resulting in a downstream 408.
|
ResponseFlags.Unauthorized |
getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
|
ResponseFlags.UnauthorizedOrBuilder |
getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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 due to an upstream 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 |
getUpstreamRetryLimitExceeded()
Indicates that the upstream retry limit was exceeded, resulting in a downstream error.
|
int |
hashCode() |
boolean |
hasUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ResponseFlags.Builder |
newBuilder() |
static ResponseFlags.Builder |
newBuilder(ResponseFlags prototype) |
ResponseFlags.Builder |
newBuilderForType() |
protected ResponseFlags.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ResponseFlags |
parseDelimitedFrom(InputStream input) |
static ResponseFlags |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseFlags |
parseFrom(byte[] data) |
static ResponseFlags |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseFlags |
parseFrom(ByteBuffer data) |
static ResponseFlags |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseFlags |
parseFrom(com.google.protobuf.ByteString data) |
static ResponseFlags |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseFlags |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ResponseFlags |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseFlags |
parseFrom(InputStream input) |
static ResponseFlags |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ResponseFlags> |
parser() |
ResponseFlags.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FAILED_LOCAL_HEALTHCHECK_FIELD_NUMBER
public static final int NO_HEALTHY_UPSTREAM_FIELD_NUMBER
public static final int UPSTREAM_REQUEST_TIMEOUT_FIELD_NUMBER
public static final int LOCAL_RESET_FIELD_NUMBER
public static final int UPSTREAM_REMOTE_RESET_FIELD_NUMBER
public static final int UPSTREAM_CONNECTION_FAILURE_FIELD_NUMBER
public static final int UPSTREAM_CONNECTION_TERMINATION_FIELD_NUMBER
public static final int UPSTREAM_OVERFLOW_FIELD_NUMBER
public static final int NO_ROUTE_FOUND_FIELD_NUMBER
public static final int DELAY_INJECTED_FIELD_NUMBER
public static final int FAULT_INJECTED_FIELD_NUMBER
public static final int RATE_LIMITED_FIELD_NUMBER
public static final int UNAUTHORIZED_DETAILS_FIELD_NUMBER
public static final int RATE_LIMIT_SERVICE_ERROR_FIELD_NUMBER
public static final int DOWNSTREAM_CONNECTION_TERMINATION_FIELD_NUMBER
public static final int UPSTREAM_RETRY_LIMIT_EXCEEDED_FIELD_NUMBER
public static final int STREAM_IDLE_TIMEOUT_FIELD_NUMBER
public static final int INVALID_ENVOY_REQUEST_HEADERS_FIELD_NUMBER
public static final int DOWNSTREAM_PROTOCOL_ERROR_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean getFailedLocalHealthcheck()
Indicates local server healthcheck failed.
bool failed_local_healthcheck = 1;getFailedLocalHealthcheck in interface ResponseFlagsOrBuilderpublic boolean getNoHealthyUpstream()
Indicates there was no healthy upstream.
bool no_healthy_upstream = 2;getNoHealthyUpstream in interface ResponseFlagsOrBuilderpublic boolean getUpstreamRequestTimeout()
Indicates an there was an upstream request timeout.
bool upstream_request_timeout = 3;getUpstreamRequestTimeout in interface ResponseFlagsOrBuilderpublic boolean getLocalReset()
Indicates local codec level reset was sent on the stream.
bool local_reset = 4;getLocalReset in interface ResponseFlagsOrBuilderpublic boolean getUpstreamRemoteReset()
Indicates remote codec level reset was received on the stream.
bool upstream_remote_reset = 5;getUpstreamRemoteReset in interface ResponseFlagsOrBuilderpublic boolean getUpstreamConnectionFailure()
Indicates there was a local reset by a connection pool due to an initial connection failure.
bool upstream_connection_failure = 6;getUpstreamConnectionFailure in interface ResponseFlagsOrBuilderpublic boolean getUpstreamConnectionTermination()
Indicates the stream was reset due to an upstream connection termination.
bool upstream_connection_termination = 7;getUpstreamConnectionTermination in interface ResponseFlagsOrBuilderpublic boolean getUpstreamOverflow()
Indicates the stream was reset because of a resource overflow.
bool upstream_overflow = 8;getUpstreamOverflow in interface ResponseFlagsOrBuilderpublic boolean getNoRouteFound()
Indicates no route was found for the request.
bool no_route_found = 9;getNoRouteFound in interface ResponseFlagsOrBuilderpublic boolean getDelayInjected()
Indicates that the request was delayed before proxying.
bool delay_injected = 10;getDelayInjected in interface ResponseFlagsOrBuilderpublic boolean getFaultInjected()
Indicates that the request was aborted with an injected error code.
bool fault_injected = 11;getFaultInjected in interface ResponseFlagsOrBuilderpublic boolean getRateLimited()
Indicates that the request was rate-limited locally.
bool rate_limited = 12;getRateLimited in interface ResponseFlagsOrBuilderpublic boolean hasUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;hasUnauthorizedDetails in interface ResponseFlagsOrBuilderpublic ResponseFlags.Unauthorized getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;getUnauthorizedDetails in interface ResponseFlagsOrBuilderpublic ResponseFlags.UnauthorizedOrBuilder getUnauthorizedDetailsOrBuilder()
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;getUnauthorizedDetailsOrBuilder in interface ResponseFlagsOrBuilderpublic boolean getRateLimitServiceError()
Indicates that the request was rejected because there was an error in rate limit service.
bool rate_limit_service_error = 14;getRateLimitServiceError in interface ResponseFlagsOrBuilderpublic boolean getDownstreamConnectionTermination()
Indicates the stream was reset due to a downstream connection termination.
bool downstream_connection_termination = 15;getDownstreamConnectionTermination in interface ResponseFlagsOrBuilderpublic boolean getUpstreamRetryLimitExceeded()
Indicates that the upstream retry limit was exceeded, resulting in a downstream error.
bool upstream_retry_limit_exceeded = 16;getUpstreamRetryLimitExceeded in interface ResponseFlagsOrBuilderpublic boolean getStreamIdleTimeout()
Indicates that the stream idle timeout was hit, resulting in a downstream 408.
bool stream_idle_timeout = 17;getStreamIdleTimeout in interface ResponseFlagsOrBuilderpublic boolean getInvalidEnvoyRequestHeaders()
Indicates that the request was rejected because an envoy request header failed strict validation.
bool invalid_envoy_request_headers = 18;getInvalidEnvoyRequestHeaders in interface ResponseFlagsOrBuilderpublic boolean getDownstreamProtocolError()
Indicates there was an HTTP protocol error on the downstream request.
bool downstream_protocol_error = 19;getDownstreamProtocolError in interface ResponseFlagsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ResponseFlags parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseFlags parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseFlags parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseFlags parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseFlags parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseFlags parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseFlags parseFrom(InputStream input) throws IOException
IOExceptionpublic static ResponseFlags parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResponseFlags parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ResponseFlags parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResponseFlags parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ResponseFlags parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ResponseFlags.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ResponseFlags.Builder newBuilder()
public static ResponseFlags.Builder newBuilder(ResponseFlags prototype)
public ResponseFlags.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ResponseFlags.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ResponseFlags getDefaultInstance()
public static com.google.protobuf.Parser<ResponseFlags> parser()
public com.google.protobuf.Parser<ResponseFlags> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ResponseFlags getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.