Uses of Class
io.envoyproxy.envoy.extensions.filters.http.fault.v3.FaultAbort.Builder
Packages that use FaultAbort.Builder
-
Uses of FaultAbort.Builder in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultAbort.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<FaultAbort, FaultAbort.Builder, FaultAbortOrBuilder> HTTPFault.Builder.abortBuilder_Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultAbort.BuilderModifier and TypeMethodDescriptionFaultAbort.Builder.clear()FaultAbort.Builder.clearErrorType()FaultAbort.Builder.clearGrpcStatus()gRPC status code to use to abort the gRPC request.FaultAbort.Builder.clearHeaderAbort()Fault aborts are controlled via an HTTP header (if applicable).FaultAbort.Builder.clearHttpStatus()HTTP status code to use to abort the HTTP request.FaultAbort.Builder.clearPercentage()The percentage of requests/operations/connections that will be aborted with the error code provided.HTTPFault.Builder.getAbortBuilder()If specified, the filter will abort requests based on the values in the object.FaultAbort.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FaultAbort.Builder.mergeFrom(com.google.protobuf.Message other) FaultAbort.Builder.mergeFrom(FaultAbort other) FaultAbort.Builder.mergeHeaderAbort(FaultAbort.HeaderAbort value) Fault aborts are controlled via an HTTP header (if applicable).FaultAbort.Builder.mergePercentage(FractionalPercent value) The percentage of requests/operations/connections that will be aborted with the error code provided.static FaultAbort.BuilderFaultAbort.newBuilder()static FaultAbort.BuilderFaultAbort.newBuilder(FaultAbort prototype) FaultAbort.newBuilderForType()protected FaultAbort.BuilderFaultAbort.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FaultAbort.Builder.setGrpcStatus(int value) gRPC status code to use to abort the gRPC request.FaultAbort.Builder.setHeaderAbort(FaultAbort.HeaderAbort value) Fault aborts are controlled via an HTTP header (if applicable).FaultAbort.Builder.setHeaderAbort(FaultAbort.HeaderAbort.Builder builderForValue) Fault aborts are controlled via an HTTP header (if applicable).FaultAbort.Builder.setHttpStatus(int value) HTTP status code to use to abort the HTTP request.FaultAbort.Builder.setPercentage(FractionalPercent value) The percentage of requests/operations/connections that will be aborted with the error code provided.FaultAbort.Builder.setPercentage(FractionalPercent.Builder builderForValue) The percentage of requests/operations/connections that will be aborted with the error code provided.FaultAbort.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return types with arguments of type FaultAbort.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<FaultAbort, FaultAbort.Builder, FaultAbortOrBuilder> HTTPFault.Builder.getAbortFieldBuilder()If specified, the filter will abort requests based on the values in the object.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with parameters of type FaultAbort.BuilderModifier and TypeMethodDescriptionHTTPFault.Builder.setAbort(FaultAbort.Builder builderForValue) If specified, the filter will abort requests based on the values in the object.