Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck.Payload.Builder
Packages that use HealthCheck.Payload.Builder
-
Uses of HealthCheck.Payload.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.Payload.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.addReceiveBuilder()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addReceiveBuilder(int index) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.addReceiveBuilder()When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addReceiveBuilder(int index) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.Payload.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.Payload.Builder.clear()HealthCheck.Payload.Builder.clearBinary()Binary payload.HealthCheck.Payload.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HealthCheck.Payload.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HealthCheck.Payload.Builder.clearPayload()HealthCheck.Payload.Builder.clearText()Hex encoded payload.HealthCheck.Payload.Builder.clone()HealthCheck.HttpHealthCheck.Builder.getReceiveBuilder(int index) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.getReceiveBuilder(int index) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.HttpHealthCheck.Builder.getSendBuilder()HTTP specific payload to be sent as the request body during health checking.HealthCheck.TcpHealthCheck.Builder.getSendBuilder()Empty payloads imply a connect-only health check.HealthCheck.Payload.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheck.Payload.Builder.mergeFrom(com.google.protobuf.Message other) HealthCheck.Payload.Builder.mergeFrom(HealthCheck.Payload other) HealthCheck.Payload.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HealthCheck.Payload.BuilderHealthCheck.Payload.newBuilder()static HealthCheck.Payload.BuilderHealthCheck.Payload.newBuilder(HealthCheck.Payload prototype) HealthCheck.Payload.newBuilderForType()protected HealthCheck.Payload.BuilderHealthCheck.Payload.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HealthCheck.Payload.Builder.setBinary(com.google.protobuf.ByteString value) Binary payload.HealthCheck.Payload.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.Payload.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Hex encoded payload.HealthCheck.Payload.Builder.setTextBytes(com.google.protobuf.ByteString value) Hex encoded payload.HealthCheck.Payload.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheck.Payload.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.Payload.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.getReceiveBuilderList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.getReceiveBuilderList()When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck.Payload.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.addReceive(int index, HealthCheck.Payload.Builder builderForValue) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addReceive(HealthCheck.Payload.Builder builderForValue) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.addReceive(int index, HealthCheck.Payload.Builder builderForValue) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addReceive(HealthCheck.Payload.Builder builderForValue) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.HttpHealthCheck.Builder.setReceive(int index, HealthCheck.Payload.Builder builderForValue) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.setReceive(int index, HealthCheck.Payload.Builder builderForValue) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.HttpHealthCheck.Builder.setSend(HealthCheck.Payload.Builder builderForValue) HTTP specific payload to be sent as the request body during health checking.HealthCheck.TcpHealthCheck.Builder.setSend(HealthCheck.Payload.Builder builderForValue) Empty payloads imply a connect-only health check.