Uses of Class
io.envoyproxy.envoy.api.v2.core.HealthCheck.TcpHealthCheck.Builder
Packages that use HealthCheck.TcpHealthCheck.Builder
-
Uses of HealthCheck.TcpHealthCheck.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return HealthCheck.TcpHealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.TcpHealthCheck.Builder.addAllReceive(Iterable<? extends HealthCheck.Payload> values) When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addReceive(int index, HealthCheck.Payload value) When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addReceive(int index, HealthCheck.Payload.Builder builderForValue) When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addReceive(HealthCheck.Payload value) When checking the response, “fuzzy” matching is performed such that each binary 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 binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.TcpHealthCheck.Builder.clear()HealthCheck.TcpHealthCheck.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HealthCheck.TcpHealthCheck.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HealthCheck.TcpHealthCheck.Builder.clearReceive()When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.clearSend()Empty payloads imply a connect-only health check.HealthCheck.TcpHealthCheck.Builder.clone()HealthCheck.Builder.getTcpHealthCheckBuilder()TCP health check.HealthCheck.TcpHealthCheck.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheck.TcpHealthCheck.Builder.mergeFrom(com.google.protobuf.Message other) HealthCheck.TcpHealthCheck.Builder.mergeFrom(HealthCheck.TcpHealthCheck other) HealthCheck.TcpHealthCheck.Builder.mergeSend(HealthCheck.Payload value) Empty payloads imply a connect-only health check.HealthCheck.TcpHealthCheck.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheck.TcpHealthCheck.newBuilder()HealthCheck.TcpHealthCheck.newBuilder(HealthCheck.TcpHealthCheck prototype) HealthCheck.TcpHealthCheck.newBuilderForType()protected HealthCheck.TcpHealthCheck.BuilderHealthCheck.TcpHealthCheck.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HealthCheck.TcpHealthCheck.Builder.removeReceive(int index) When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.TcpHealthCheck.Builder.setReceive(int index, HealthCheck.Payload value) When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.setReceive(int index, HealthCheck.Payload.Builder builderForValue) When checking the response, “fuzzy” matching is performed such that each binary block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HealthCheck.TcpHealthCheck.Builder.setSend(HealthCheck.Payload value) Empty payloads imply a connect-only health check.HealthCheck.TcpHealthCheck.Builder.setSend(HealthCheck.Payload.Builder builderForValue) Empty payloads imply a connect-only health check.HealthCheck.TcpHealthCheck.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheck.TcpHealthCheck.toBuilder()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type HealthCheck.TcpHealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.Builder.setTcpHealthCheck(HealthCheck.TcpHealthCheck.Builder builderForValue) TCP health check.