Uses of Class
io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3.HttpErrors
Packages that use HttpErrors
-
Uses of HttpErrors in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3
Methods in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 that return HttpErrorsModifier and TypeMethodDescriptionHttpErrors.Builder.build()HttpErrors.Builder.buildPartial()static HttpErrorsHttpErrors.getDefaultInstance()HttpErrors.Builder.getDefaultInstanceForType()HttpErrors.getDefaultInstanceForType()ErrorBuckets.Builder.getHttpErrors(int index) List of buckets "catching" HTTP codes.ErrorBuckets.getHttpErrors(int index) List of buckets "catching" HTTP codes.ErrorBucketsOrBuilder.getHttpErrors(int index) List of buckets "catching" HTTP codes.static HttpErrorsHttpErrors.parseDelimitedFrom(InputStream input) static HttpErrorsHttpErrors.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpErrorsHttpErrors.parseFrom(byte[] data) static HttpErrorsHttpErrors.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpErrorsHttpErrors.parseFrom(com.google.protobuf.ByteString data) static HttpErrorsHttpErrors.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpErrorsHttpErrors.parseFrom(com.google.protobuf.CodedInputStream input) static HttpErrorsHttpErrors.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpErrorsHttpErrors.parseFrom(InputStream input) static HttpErrorsHttpErrors.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpErrorsHttpErrors.parseFrom(ByteBuffer data) static HttpErrorsHttpErrors.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 that return types with arguments of type HttpErrorsModifier and TypeMethodDescriptionErrorBuckets.Builder.getHttpErrorsList()List of buckets "catching" HTTP codes.ErrorBuckets.getHttpErrorsList()List of buckets "catching" HTTP codes.ErrorBucketsOrBuilder.getHttpErrorsList()List of buckets "catching" HTTP codes.com.google.protobuf.Parser<HttpErrors>HttpErrors.getParserForType()static com.google.protobuf.Parser<HttpErrors>HttpErrors.parser()Methods in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 with parameters of type HttpErrorsModifier and TypeMethodDescriptionErrorBuckets.Builder.addHttpErrors(int index, HttpErrors value) List of buckets "catching" HTTP codes.ErrorBuckets.Builder.addHttpErrors(HttpErrors value) List of buckets "catching" HTTP codes.HttpErrors.Builder.mergeFrom(HttpErrors other) static HttpErrors.BuilderHttpErrors.newBuilder(HttpErrors prototype) ErrorBuckets.Builder.setHttpErrors(int index, HttpErrors value) List of buckets "catching" HTTP codes.Method parameters in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 with type arguments of type HttpErrorsModifier and TypeMethodDescriptionErrorBuckets.Builder.addAllHttpErrors(Iterable<? extends HttpErrors> values) List of buckets "catching" HTTP codes.