public interface FaultAbortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FaultAbort.ErrorTypeCase |
getErrorTypeCase() |
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) = { ... }boolean hasHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.config.filter.http.fault.v2.FaultAbort.HeaderAbort header_abort = 4;FaultAbort.HeaderAbort getHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.config.filter.http.fault.v2.FaultAbort.HeaderAbort header_abort = 4;FaultAbort.HeaderAbortOrBuilder getHeaderAbortOrBuilder()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.config.filter.http.fault.v2.FaultAbort.HeaderAbort header_abort = 4;boolean hasPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.FractionalPercent percentage = 3;FractionalPercent getPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.FractionalPercent percentage = 3;FractionalPercentOrBuilder getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.FractionalPercent percentage = 3;FaultAbort.ErrorTypeCase getErrorTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.