Uses of Interface
io.envoyproxy.envoy.config.core.v3.HealthCheck.PayloadOrBuilder
-
Packages that use HealthCheck.PayloadOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of HealthCheck.PayloadOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement HealthCheck.PayloadOrBuilder Modifier and Type Class Description static classHealthCheck.PayloadDescribes the encoding of the payload bytes in the payload.static classHealthCheck.Payload.BuilderDescribes the encoding of the payload bytes in the payload.Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.PayloadOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheck.Builder. receiveBuilder_private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheck.Builder. receiveBuilder_private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheck.Builder. sendBuilder_private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheck.Builder. sendBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.PayloadOrBuilder Modifier and Type Method Description HealthCheck.PayloadOrBuilderHealthCheck.HttpHealthCheck.Builder. getReceiveOrBuilder(int index)Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.PayloadOrBuilderHealthCheck.HttpHealthCheck. getReceiveOrBuilder(int index)Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.PayloadOrBuilderHealthCheck.HttpHealthCheckOrBuilder. getReceiveOrBuilder(int index)Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.PayloadOrBuilderHealthCheck.TcpHealthCheck.Builder. getReceiveOrBuilder(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.PayloadOrBuilderHealthCheck.TcpHealthCheck. getReceiveOrBuilder(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.PayloadOrBuilderHealthCheck.TcpHealthCheckOrBuilder. getReceiveOrBuilder(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.PayloadOrBuilderHealthCheck.HttpHealthCheck.Builder. getSendOrBuilder()[#not-implemented-hide:] HTTP specific payload.HealthCheck.PayloadOrBuilderHealthCheck.HttpHealthCheck. getSendOrBuilder()[#not-implemented-hide:] HTTP specific payload.HealthCheck.PayloadOrBuilderHealthCheck.HttpHealthCheckOrBuilder. getSendOrBuilder()[#not-implemented-hide:] HTTP specific payload.HealthCheck.PayloadOrBuilderHealthCheck.TcpHealthCheck.Builder. getSendOrBuilder()Empty payloads imply a connect-only health check.HealthCheck.PayloadOrBuilderHealthCheck.TcpHealthCheck. getSendOrBuilder()Empty payloads imply a connect-only health check.HealthCheck.PayloadOrBuilderHealthCheck.TcpHealthCheckOrBuilder. getSendOrBuilder()Empty payloads imply a connect-only health check.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.PayloadOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheck.Builder. getReceiveFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheck.Builder. getReceiveFieldBuilder()java.util.List<? extends HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheck.Builder. getReceiveOrBuilderList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.java.util.List<? extends HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheck. getReceiveOrBuilderList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.java.util.List<? extends HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheckOrBuilder. getReceiveOrBuilderList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.java.util.List<? extends HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheck.Builder. getReceiveOrBuilderList()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.java.util.List<? extends HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheck. getReceiveOrBuilderList()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.java.util.List<? extends HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheckOrBuilder. getReceiveOrBuilderList()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.private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.HttpHealthCheck.Builder. getSendFieldBuilder()[#not-implemented-hide:] HTTP specific payload.private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload,HealthCheck.Payload.Builder,HealthCheck.PayloadOrBuilder>HealthCheck.TcpHealthCheck.Builder. getSendFieldBuilder()Empty payloads imply a connect-only health check.
-