public final class FaultAbort extends com.google.protobuf.GeneratedMessageV3 implements FaultAbortOrBuilder
[#next-free-field: 6]Protobuf type
envoy.extensions.filters.http.fault.v3.FaultAbort| Modifier and Type | Class and Description |
|---|---|
static class |
FaultAbort.Builder
[#next-free-field: 6]
Protobuf type
envoy.extensions.filters.http.fault.v3.FaultAbort |
static class |
FaultAbort.ErrorTypeCase |
static class |
FaultAbort.HeaderAbort
Fault aborts are controlled via an HTTP header (if applicable).
|
static interface |
FaultAbort.HeaderAbortOrBuilder |
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 |
GRPC_STATUS_FIELD_NUMBER |
static int |
HEADER_ABORT_FIELD_NUMBER |
static int |
HTTP_STATUS_FIELD_NUMBER |
static int |
PERCENTAGE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static FaultAbort |
getDefaultInstance() |
FaultAbort |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<FaultAbort> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FaultAbort.Builder |
newBuilder() |
static FaultAbort.Builder |
newBuilder(FaultAbort prototype) |
FaultAbort.Builder |
newBuilderForType() |
protected FaultAbort.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FaultAbort |
parseDelimitedFrom(InputStream input) |
static FaultAbort |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultAbort |
parseFrom(byte[] data) |
static FaultAbort |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultAbort |
parseFrom(ByteBuffer data) |
static FaultAbort |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultAbort |
parseFrom(com.google.protobuf.ByteString data) |
static FaultAbort |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultAbort |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FaultAbort |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultAbort |
parseFrom(InputStream input) |
static FaultAbort |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FaultAbort> |
parser() |
FaultAbort.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 HTTP_STATUS_FIELD_NUMBER
public static final int GRPC_STATUS_FIELD_NUMBER
public static final int HEADER_ABORT_FIELD_NUMBER
public static final int PERCENTAGE_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 FaultAbort.ErrorTypeCase getErrorTypeCase()
getErrorTypeCase in interface FaultAbortOrBuilderpublic int getHttpStatus()
HTTP status code to use to abort the HTTP request.
uint32 http_status = 2 [(.validate.rules) = { ... }getHttpStatus in interface FaultAbortOrBuilderpublic int getGrpcStatus()
gRPC status code to use to abort the gRPC request.
uint32 grpc_status = 5;getGrpcStatus in interface FaultAbortOrBuilderpublic boolean hasHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;hasHeaderAbort in interface FaultAbortOrBuilderpublic FaultAbort.HeaderAbort getHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;getHeaderAbort in interface FaultAbortOrBuilderpublic FaultAbort.HeaderAbortOrBuilder getHeaderAbortOrBuilder()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;getHeaderAbortOrBuilder in interface FaultAbortOrBuilderpublic boolean hasPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;hasPercentage in interface FaultAbortOrBuilderpublic FractionalPercent getPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;getPercentage in interface FaultAbortOrBuilderpublic FractionalPercentOrBuilder getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;getPercentageOrBuilder in interface FaultAbortOrBuilderpublic 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 FaultAbort parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FaultAbort parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FaultAbort parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FaultAbort parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FaultAbort parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FaultAbort parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FaultAbort parseFrom(InputStream input) throws IOException
IOExceptionpublic static FaultAbort parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FaultAbort parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FaultAbort parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FaultAbort parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FaultAbort parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FaultAbort.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FaultAbort.Builder newBuilder()
public static FaultAbort.Builder newBuilder(FaultAbort prototype)
public FaultAbort.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FaultAbort.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static FaultAbort getDefaultInstance()
public static com.google.protobuf.Parser<FaultAbort> parser()
public com.google.protobuf.Parser<FaultAbort> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public FaultAbort getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.