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 class
HealthCheck.Payload
Describes the encoding of the payload bytes in the payload.static class
HealthCheck.Payload.Builder
Describes 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.PayloadOrBuilder
HealthCheck.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.PayloadOrBuilder
HealthCheck.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.PayloadOrBuilder
HealthCheck.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.PayloadOrBuilder
HealthCheck.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.PayloadOrBuilder
HealthCheck.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.PayloadOrBuilder
HealthCheck.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.PayloadOrBuilder
HealthCheck.HttpHealthCheck.Builder. getSendOrBuilder()
[#not-implemented-hide:] HTTP specific payload.HealthCheck.PayloadOrBuilder
HealthCheck.HttpHealthCheck. getSendOrBuilder()
[#not-implemented-hide:] HTTP specific payload.HealthCheck.PayloadOrBuilder
HealthCheck.HttpHealthCheckOrBuilder. getSendOrBuilder()
[#not-implemented-hide:] HTTP specific payload.HealthCheck.PayloadOrBuilder
HealthCheck.TcpHealthCheck.Builder. getSendOrBuilder()
Empty payloads imply a connect-only health check.HealthCheck.PayloadOrBuilder
HealthCheck.TcpHealthCheck. getSendOrBuilder()
Empty payloads imply a connect-only health check.HealthCheck.PayloadOrBuilder
HealthCheck.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.
-