Class FaultAbort
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.extensions.filters.http.fault.v3.FaultAbort
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,FaultAbortOrBuilder,Serializable
public final class FaultAbort extends com.google.protobuf.GeneratedMessageV3 implements FaultAbortOrBuilder
[#next-free-field: 6]
Protobuf typeenvoy.extensions.filters.http.fault.v3.FaultAbort- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFaultAbort.Builder[#next-free-field: 6]static classFaultAbort.ErrorTypeCasestatic classFaultAbort.HeaderAbortFault aborts are controlled via an HTTP header (if applicable).static interfaceFaultAbort.HeaderAbortOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intGRPC_STATUS_FIELD_NUMBERstatic intHEADER_ABORT_FIELD_NUMBERstatic intHTTP_STATUS_FIELD_NUMBERstatic intPERCENTAGE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static FaultAbortgetDefaultInstance()FaultAbortgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()FaultAbort.ErrorTypeCasegetErrorTypeCase()intgetGrpcStatus()gRPC status code to use to abort the gRPC request.FaultAbort.HeaderAbortgetHeaderAbort()Fault aborts are controlled via an HTTP header (if applicable).FaultAbort.HeaderAbortOrBuildergetHeaderAbortOrBuilder()Fault aborts are controlled via an HTTP header (if applicable).intgetHttpStatus()HTTP status code to use to abort the HTTP request.com.google.protobuf.Parser<FaultAbort>getParserForType()FractionalPercentgetPercentage()The percentage of requests/operations/connections that will be aborted with the error code provided.FractionalPercentOrBuildergetPercentageOrBuilder()The percentage of requests/operations/connections that will be aborted with the error code provided.intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasGrpcStatus()gRPC status code to use to abort the gRPC request.inthashCode()booleanhasHeaderAbort()Fault aborts are controlled via an HTTP header (if applicable).booleanhasHttpStatus()HTTP status code to use to abort the HTTP request.booleanhasPercentage()The percentage of requests/operations/connections that will be aborted with the error code provided.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static FaultAbort.BuildernewBuilder()static FaultAbort.BuildernewBuilder(FaultAbort prototype)FaultAbort.BuildernewBuilderForType()protected FaultAbort.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static FaultAbortparseDelimitedFrom(InputStream input)static FaultAbortparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaultAbortparseFrom(byte[] data)static FaultAbortparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaultAbortparseFrom(com.google.protobuf.ByteString data)static FaultAbortparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaultAbortparseFrom(com.google.protobuf.CodedInputStream input)static FaultAbortparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaultAbortparseFrom(InputStream input)static FaultAbortparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaultAbortparseFrom(ByteBuffer data)static FaultAbortparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<FaultAbort>parser()FaultAbort.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
HTTP_STATUS_FIELD_NUMBER
public static final int HTTP_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRPC_STATUS_FIELD_NUMBER
public static final int GRPC_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEADER_ABORT_FIELD_NUMBER
public static final int HEADER_ABORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PERCENTAGE_FIELD_NUMBER
public static final int PERCENTAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
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
-
getErrorTypeCase
public FaultAbort.ErrorTypeCase getErrorTypeCase()
- Specified by:
getErrorTypeCasein interfaceFaultAbortOrBuilder
-
hasHttpStatus
public boolean hasHttpStatus()
HTTP status code to use to abort the HTTP request.
uint32 http_status = 2 [(.validate.rules) = { ... }- Specified by:
hasHttpStatusin interfaceFaultAbortOrBuilder- Returns:
- Whether the httpStatus field is set.
-
getHttpStatus
public int getHttpStatus()
HTTP status code to use to abort the HTTP request.
uint32 http_status = 2 [(.validate.rules) = { ... }- Specified by:
getHttpStatusin interfaceFaultAbortOrBuilder- Returns:
- The httpStatus.
-
hasGrpcStatus
public boolean hasGrpcStatus()
gRPC status code to use to abort the gRPC request.
uint32 grpc_status = 5;- Specified by:
hasGrpcStatusin interfaceFaultAbortOrBuilder- Returns:
- Whether the grpcStatus field is set.
-
getGrpcStatus
public int getGrpcStatus()
gRPC status code to use to abort the gRPC request.
uint32 grpc_status = 5;- Specified by:
getGrpcStatusin interfaceFaultAbortOrBuilder- Returns:
- The grpcStatus.
-
hasHeaderAbort
public boolean hasHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;- Specified by:
hasHeaderAbortin interfaceFaultAbortOrBuilder- Returns:
- Whether the headerAbort field is set.
-
getHeaderAbort
public FaultAbort.HeaderAbort getHeaderAbort()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;- Specified by:
getHeaderAbortin interfaceFaultAbortOrBuilder- Returns:
- The headerAbort.
-
getHeaderAbortOrBuilder
public FaultAbort.HeaderAbortOrBuilder getHeaderAbortOrBuilder()
Fault aborts are controlled via an HTTP header (if applicable).
.envoy.extensions.filters.http.fault.v3.FaultAbort.HeaderAbort header_abort = 4;- Specified by:
getHeaderAbortOrBuilderin interfaceFaultAbortOrBuilder
-
hasPercentage
public boolean hasPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;- Specified by:
hasPercentagein interfaceFaultAbortOrBuilder- Returns:
- Whether the percentage field is set.
-
getPercentage
public FractionalPercent getPercentage()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;- Specified by:
getPercentagein interfaceFaultAbortOrBuilder- Returns:
- The percentage.
-
getPercentageOrBuilder
public FractionalPercentOrBuilder getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.
.envoy.type.v3.FractionalPercent percentage = 3;- Specified by:
getPercentageOrBuilderin interfaceFaultAbortOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FaultAbort parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FaultAbort parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FaultAbort parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FaultAbort parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FaultAbort parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FaultAbort parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FaultAbort parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FaultAbort parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FaultAbort parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FaultAbort parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static FaultAbort parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FaultAbort parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public FaultAbort.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FaultAbort.Builder newBuilder()
-
newBuilder
public static FaultAbort.Builder newBuilder(FaultAbort prototype)
-
toBuilder
public FaultAbort.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FaultAbort.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static FaultAbort getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FaultAbort> parser()
-
getParserForType
public com.google.protobuf.Parser<FaultAbort> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public FaultAbort getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-