public interface FaultAbortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FaultAbort.ErrorTypeCase |
getErrorTypeCase() |
int |
getGrpcStatus()
gRPC status code to use to abort the gRPC request.
|
FaultAbort.HeaderAbort |
getHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
|
FaultAbort.HeaderAbortOrBuilder |
getHeaderAbortOrBuilder()
Fault aborts are controlled via an HTTP header (if applicable).
|
int |
getHttpStatus()
HTTP status code to use to abort the HTTP request.
|
FractionalPercent |
getPercentage()
The percentage of requests/operations/connections that will be aborted with the error code
provided.
|
FractionalPercentOrBuilder |
getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code
provided.
|
boolean |
hasHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
|
boolean |
hasPercentage()
The percentage of requests/operations/connections that will be aborted with the error code
provided.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getHttpStatus()
HTTP status code to use to abort the HTTP request.
uint32 http_status = 2 [(.validate.rules) = { ... }int getGrpcStatus()
gRPC status code to use to abort the gRPC request.
uint32 grpc_status = 5;boolean hasHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;FaultAbort.HeaderAbort getHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;FaultAbort.HeaderAbortOrBuilder getHeaderAbortOrBuilder()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;boolean hasPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;FractionalPercent getPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;FractionalPercentOrBuilder getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;FaultAbort.ErrorTypeCase getErrorTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.