Class ResponseFlags.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
io.envoyproxy.envoy.data.accesslog.v2.ResponseFlags.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ResponseFlagsOrBuilder,Cloneable
- Enclosing class:
- ResponseFlags
public static final class ResponseFlags.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
implements ResponseFlagsOrBuilder
Flags indicating occurrences during request/response processing. [#next-free-field: 20]Protobuf type
envoy.data.accesslog.v2.ResponseFlags-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Indicates that the request was delayed before proxying.Indicates the stream was reset due to a downstream connection termination.Indicates there was an HTTP protocol error on the downstream request.Indicates local server healthcheck failed.Indicates that the request was aborted with an injected error code.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Indicates that the request was rejected because an envoy request header failed strict validation.Indicates local codec level reset was sent on the stream.Indicates there was no healthy upstream.Indicates no route was found for the request.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Indicates that the request was rate-limited locally.Indicates that the request was rejected because there was an error in rate limit service.Indicates that the stream idle timeout was hit, resulting in a downstream 408.Indicates if the request was deemed unauthorized and the reason for it.Indicates there was a local reset by a connection pool due to an initial connection failure.Indicates the stream was reset due to an upstream connection termination.Indicates the stream was reset because of a resource overflow.Indicates remote codec level reset was received on the stream.Indicates an there was an upstream request timeout.Indicates that the upstream retry limit was exceeded, resulting in a downstream error.clone()booleanIndicates that the request was delayed before proxying.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorbooleanIndicates the stream was reset due to a downstream connection termination.booleanIndicates there was an HTTP protocol error on the downstream request.booleanIndicates local server healthcheck failed.booleanIndicates that the request was aborted with an injected error code.booleanIndicates that the request was rejected because an envoy request header failed strict validation.booleanIndicates local codec level reset was sent on the stream.booleanIndicates there was no healthy upstream.booleanIndicates no route was found for the request.booleanIndicates that the request was rate-limited locally.booleanIndicates that the request was rejected because there was an error in rate limit service.booleanIndicates that the stream idle timeout was hit, resulting in a downstream 408.Indicates if the request was deemed unauthorized and the reason for it.Indicates if the request was deemed unauthorized and the reason for it.Indicates if the request was deemed unauthorized and the reason for it.booleanIndicates there was a local reset by a connection pool due to an initial connection failure.booleanIndicates the stream was reset due to an upstream connection termination.booleanIndicates the stream was reset because of a resource overflow.booleanIndicates remote codec level reset was received on the stream.booleanIndicates an there was an upstream request timeout.booleanIndicates that the upstream retry limit was exceeded, resulting in a downstream error.booleanIndicates if the request was deemed unauthorized and the reason for it.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(ResponseFlags other) Indicates if the request was deemed unauthorized and the reason for it.final ResponseFlags.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setDelayInjected(boolean value) Indicates that the request was delayed before proxying.setDownstreamConnectionTermination(boolean value) Indicates the stream was reset due to a downstream connection termination.setDownstreamProtocolError(boolean value) Indicates there was an HTTP protocol error on the downstream request.setFailedLocalHealthcheck(boolean value) Indicates local server healthcheck failed.setFaultInjected(boolean value) Indicates that the request was aborted with an injected error code.setInvalidEnvoyRequestHeaders(boolean value) Indicates that the request was rejected because an envoy request header failed strict validation.setLocalReset(boolean value) Indicates local codec level reset was sent on the stream.setNoHealthyUpstream(boolean value) Indicates there was no healthy upstream.setNoRouteFound(boolean value) Indicates no route was found for the request.setRateLimited(boolean value) Indicates that the request was rate-limited locally.setRateLimitServiceError(boolean value) Indicates that the request was rejected because there was an error in rate limit service.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStreamIdleTimeout(boolean value) Indicates that the stream idle timeout was hit, resulting in a downstream 408.Indicates if the request was deemed unauthorized and the reason for it.setUnauthorizedDetails(ResponseFlags.Unauthorized.Builder builderForValue) Indicates if the request was deemed unauthorized and the reason for it.final ResponseFlags.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setUpstreamConnectionFailure(boolean value) Indicates there was a local reset by a connection pool due to an initial connection failure.setUpstreamConnectionTermination(boolean value) Indicates the stream was reset due to an upstream connection termination.setUpstreamOverflow(boolean value) Indicates the stream was reset because of a resource overflow.setUpstreamRemoteReset(boolean value) Indicates remote codec level reset was received on the stream.setUpstreamRequestTimeout(boolean value) Indicates an there was an upstream request timeout.setUpstreamRetryLimitExceeded(boolean value) Indicates that the upstream retry limit was exceeded, resulting in a downstream error.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
setField
public ResponseFlags.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
setRepeatedField
public ResponseFlags.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
addRepeatedField
public ResponseFlags.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ResponseFlags.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
mergeFrom
public ResponseFlags.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ResponseFlags.Builder>- Throws:
IOException
-
getFailedLocalHealthcheck
public boolean getFailedLocalHealthcheck()Indicates local server healthcheck failed.
bool failed_local_healthcheck = 1;- Specified by:
getFailedLocalHealthcheckin interfaceResponseFlagsOrBuilder- Returns:
- The failedLocalHealthcheck.
-
setFailedLocalHealthcheck
Indicates local server healthcheck failed.
bool failed_local_healthcheck = 1;- Parameters:
value- The failedLocalHealthcheck to set.- Returns:
- This builder for chaining.
-
clearFailedLocalHealthcheck
Indicates local server healthcheck failed.
bool failed_local_healthcheck = 1;- Returns:
- This builder for chaining.
-
getNoHealthyUpstream
public boolean getNoHealthyUpstream()Indicates there was no healthy upstream.
bool no_healthy_upstream = 2;- Specified by:
getNoHealthyUpstreamin interfaceResponseFlagsOrBuilder- Returns:
- The noHealthyUpstream.
-
setNoHealthyUpstream
Indicates there was no healthy upstream.
bool no_healthy_upstream = 2;- Parameters:
value- The noHealthyUpstream to set.- Returns:
- This builder for chaining.
-
clearNoHealthyUpstream
Indicates there was no healthy upstream.
bool no_healthy_upstream = 2;- Returns:
- This builder for chaining.
-
getUpstreamRequestTimeout
public boolean getUpstreamRequestTimeout()Indicates an there was an upstream request timeout.
bool upstream_request_timeout = 3;- Specified by:
getUpstreamRequestTimeoutin interfaceResponseFlagsOrBuilder- Returns:
- The upstreamRequestTimeout.
-
setUpstreamRequestTimeout
Indicates an there was an upstream request timeout.
bool upstream_request_timeout = 3;- Parameters:
value- The upstreamRequestTimeout to set.- Returns:
- This builder for chaining.
-
clearUpstreamRequestTimeout
Indicates an there was an upstream request timeout.
bool upstream_request_timeout = 3;- Returns:
- This builder for chaining.
-
getLocalReset
public boolean getLocalReset()Indicates local codec level reset was sent on the stream.
bool local_reset = 4;- Specified by:
getLocalResetin interfaceResponseFlagsOrBuilder- Returns:
- The localReset.
-
setLocalReset
Indicates local codec level reset was sent on the stream.
bool local_reset = 4;- Parameters:
value- The localReset to set.- Returns:
- This builder for chaining.
-
clearLocalReset
Indicates local codec level reset was sent on the stream.
bool local_reset = 4;- Returns:
- This builder for chaining.
-
getUpstreamRemoteReset
public boolean getUpstreamRemoteReset()Indicates remote codec level reset was received on the stream.
bool upstream_remote_reset = 5;- Specified by:
getUpstreamRemoteResetin interfaceResponseFlagsOrBuilder- Returns:
- The upstreamRemoteReset.
-
setUpstreamRemoteReset
Indicates remote codec level reset was received on the stream.
bool upstream_remote_reset = 5;- Parameters:
value- The upstreamRemoteReset to set.- Returns:
- This builder for chaining.
-
clearUpstreamRemoteReset
Indicates remote codec level reset was received on the stream.
bool upstream_remote_reset = 5;- Returns:
- This builder for chaining.
-
getUpstreamConnectionFailure
public boolean getUpstreamConnectionFailure()Indicates there was a local reset by a connection pool due to an initial connection failure.
bool upstream_connection_failure = 6;- Specified by:
getUpstreamConnectionFailurein interfaceResponseFlagsOrBuilder- Returns:
- The upstreamConnectionFailure.
-
setUpstreamConnectionFailure
Indicates there was a local reset by a connection pool due to an initial connection failure.
bool upstream_connection_failure = 6;- Parameters:
value- The upstreamConnectionFailure to set.- Returns:
- This builder for chaining.
-
clearUpstreamConnectionFailure
Indicates there was a local reset by a connection pool due to an initial connection failure.
bool upstream_connection_failure = 6;- Returns:
- This builder for chaining.
-
getUpstreamConnectionTermination
public boolean getUpstreamConnectionTermination()Indicates the stream was reset due to an upstream connection termination.
bool upstream_connection_termination = 7;- Specified by:
getUpstreamConnectionTerminationin interfaceResponseFlagsOrBuilder- Returns:
- The upstreamConnectionTermination.
-
setUpstreamConnectionTermination
Indicates the stream was reset due to an upstream connection termination.
bool upstream_connection_termination = 7;- Parameters:
value- The upstreamConnectionTermination to set.- Returns:
- This builder for chaining.
-
clearUpstreamConnectionTermination
Indicates the stream was reset due to an upstream connection termination.
bool upstream_connection_termination = 7;- Returns:
- This builder for chaining.
-
getUpstreamOverflow
public boolean getUpstreamOverflow()Indicates the stream was reset because of a resource overflow.
bool upstream_overflow = 8;- Specified by:
getUpstreamOverflowin interfaceResponseFlagsOrBuilder- Returns:
- The upstreamOverflow.
-
setUpstreamOverflow
Indicates the stream was reset because of a resource overflow.
bool upstream_overflow = 8;- Parameters:
value- The upstreamOverflow to set.- Returns:
- This builder for chaining.
-
clearUpstreamOverflow
Indicates the stream was reset because of a resource overflow.
bool upstream_overflow = 8;- Returns:
- This builder for chaining.
-
getNoRouteFound
public boolean getNoRouteFound()Indicates no route was found for the request.
bool no_route_found = 9;- Specified by:
getNoRouteFoundin interfaceResponseFlagsOrBuilder- Returns:
- The noRouteFound.
-
setNoRouteFound
Indicates no route was found for the request.
bool no_route_found = 9;- Parameters:
value- The noRouteFound to set.- Returns:
- This builder for chaining.
-
clearNoRouteFound
Indicates no route was found for the request.
bool no_route_found = 9;- Returns:
- This builder for chaining.
-
getDelayInjected
public boolean getDelayInjected()Indicates that the request was delayed before proxying.
bool delay_injected = 10;- Specified by:
getDelayInjectedin interfaceResponseFlagsOrBuilder- Returns:
- The delayInjected.
-
setDelayInjected
Indicates that the request was delayed before proxying.
bool delay_injected = 10;- Parameters:
value- The delayInjected to set.- Returns:
- This builder for chaining.
-
clearDelayInjected
Indicates that the request was delayed before proxying.
bool delay_injected = 10;- Returns:
- This builder for chaining.
-
getFaultInjected
public boolean getFaultInjected()Indicates that the request was aborted with an injected error code.
bool fault_injected = 11;- Specified by:
getFaultInjectedin interfaceResponseFlagsOrBuilder- Returns:
- The faultInjected.
-
setFaultInjected
Indicates that the request was aborted with an injected error code.
bool fault_injected = 11;- Parameters:
value- The faultInjected to set.- Returns:
- This builder for chaining.
-
clearFaultInjected
Indicates that the request was aborted with an injected error code.
bool fault_injected = 11;- Returns:
- This builder for chaining.
-
getRateLimited
public boolean getRateLimited()Indicates that the request was rate-limited locally.
bool rate_limited = 12;- Specified by:
getRateLimitedin interfaceResponseFlagsOrBuilder- Returns:
- The rateLimited.
-
setRateLimited
Indicates that the request was rate-limited locally.
bool rate_limited = 12;- Parameters:
value- The rateLimited to set.- Returns:
- This builder for chaining.
-
clearRateLimited
Indicates that the request was rate-limited locally.
bool rate_limited = 12;- Returns:
- This builder for chaining.
-
hasUnauthorizedDetails
public boolean hasUnauthorizedDetails()Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;- Specified by:
hasUnauthorizedDetailsin interfaceResponseFlagsOrBuilder- Returns:
- Whether the unauthorizedDetails field is set.
-
getUnauthorizedDetails
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;- Specified by:
getUnauthorizedDetailsin interfaceResponseFlagsOrBuilder- Returns:
- The unauthorizedDetails.
-
setUnauthorizedDetails
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13; -
setUnauthorizedDetails
public ResponseFlags.Builder setUnauthorizedDetails(ResponseFlags.Unauthorized.Builder builderForValue) Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13; -
mergeUnauthorizedDetails
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13; -
clearUnauthorizedDetails
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13; -
getUnauthorizedDetailsBuilder
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13; -
getUnauthorizedDetailsOrBuilder
Indicates if the request was deemed unauthorized and the reason for it.
.envoy.data.accesslog.v2.ResponseFlags.Unauthorized unauthorized_details = 13;- Specified by:
getUnauthorizedDetailsOrBuilderin interfaceResponseFlagsOrBuilder
-
getRateLimitServiceError
public boolean getRateLimitServiceError()Indicates that the request was rejected because there was an error in rate limit service.
bool rate_limit_service_error = 14;- Specified by:
getRateLimitServiceErrorin interfaceResponseFlagsOrBuilder- Returns:
- The rateLimitServiceError.
-
setRateLimitServiceError
Indicates that the request was rejected because there was an error in rate limit service.
bool rate_limit_service_error = 14;- Parameters:
value- The rateLimitServiceError to set.- Returns:
- This builder for chaining.
-
clearRateLimitServiceError
Indicates that the request was rejected because there was an error in rate limit service.
bool rate_limit_service_error = 14;- Returns:
- This builder for chaining.
-
getDownstreamConnectionTermination
public boolean getDownstreamConnectionTermination()Indicates the stream was reset due to a downstream connection termination.
bool downstream_connection_termination = 15;- Specified by:
getDownstreamConnectionTerminationin interfaceResponseFlagsOrBuilder- Returns:
- The downstreamConnectionTermination.
-
setDownstreamConnectionTermination
Indicates the stream was reset due to a downstream connection termination.
bool downstream_connection_termination = 15;- Parameters:
value- The downstreamConnectionTermination to set.- Returns:
- This builder for chaining.
-
clearDownstreamConnectionTermination
Indicates the stream was reset due to a downstream connection termination.
bool downstream_connection_termination = 15;- Returns:
- This builder for chaining.
-
getUpstreamRetryLimitExceeded
public boolean getUpstreamRetryLimitExceeded()Indicates that the upstream retry limit was exceeded, resulting in a downstream error.
bool upstream_retry_limit_exceeded = 16;- Specified by:
getUpstreamRetryLimitExceededin interfaceResponseFlagsOrBuilder- Returns:
- The upstreamRetryLimitExceeded.
-
setUpstreamRetryLimitExceeded
Indicates that the upstream retry limit was exceeded, resulting in a downstream error.
bool upstream_retry_limit_exceeded = 16;- Parameters:
value- The upstreamRetryLimitExceeded to set.- Returns:
- This builder for chaining.
-
clearUpstreamRetryLimitExceeded
Indicates that the upstream retry limit was exceeded, resulting in a downstream error.
bool upstream_retry_limit_exceeded = 16;- Returns:
- This builder for chaining.
-
getStreamIdleTimeout
public boolean getStreamIdleTimeout()Indicates that the stream idle timeout was hit, resulting in a downstream 408.
bool stream_idle_timeout = 17;- Specified by:
getStreamIdleTimeoutin interfaceResponseFlagsOrBuilder- Returns:
- The streamIdleTimeout.
-
setStreamIdleTimeout
Indicates that the stream idle timeout was hit, resulting in a downstream 408.
bool stream_idle_timeout = 17;- Parameters:
value- The streamIdleTimeout to set.- Returns:
- This builder for chaining.
-
clearStreamIdleTimeout
Indicates that the stream idle timeout was hit, resulting in a downstream 408.
bool stream_idle_timeout = 17;- Returns:
- This builder for chaining.
-
getInvalidEnvoyRequestHeaders
public boolean getInvalidEnvoyRequestHeaders()Indicates that the request was rejected because an envoy request header failed strict validation.
bool invalid_envoy_request_headers = 18;- Specified by:
getInvalidEnvoyRequestHeadersin interfaceResponseFlagsOrBuilder- Returns:
- The invalidEnvoyRequestHeaders.
-
setInvalidEnvoyRequestHeaders
Indicates that the request was rejected because an envoy request header failed strict validation.
bool invalid_envoy_request_headers = 18;- Parameters:
value- The invalidEnvoyRequestHeaders to set.- Returns:
- This builder for chaining.
-
clearInvalidEnvoyRequestHeaders
Indicates that the request was rejected because an envoy request header failed strict validation.
bool invalid_envoy_request_headers = 18;- Returns:
- This builder for chaining.
-
getDownstreamProtocolError
public boolean getDownstreamProtocolError()Indicates there was an HTTP protocol error on the downstream request.
bool downstream_protocol_error = 19;- Specified by:
getDownstreamProtocolErrorin interfaceResponseFlagsOrBuilder- Returns:
- The downstreamProtocolError.
-
setDownstreamProtocolError
Indicates there was an HTTP protocol error on the downstream request.
bool downstream_protocol_error = 19;- Parameters:
value- The downstreamProtocolError to set.- Returns:
- This builder for chaining.
-
clearDownstreamProtocolError
Indicates there was an HTTP protocol error on the downstream request.
bool downstream_protocol_error = 19;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ResponseFlags.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-
mergeUnknownFields
public final ResponseFlags.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ResponseFlags.Builder>
-