public interface FaultAbortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FaultAbort.ErrorTypeCase |
getErrorTypeCase() |
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 |
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 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–2019 The Envoy Project. All rights reserved.