Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck.Payload.Builder
-
Packages that use HealthCheck.Payload.Builder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of HealthCheck.Payload.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.Payload.Builder 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.Payload.Builder Modifier and Type Method Description HealthCheck.Payload.Builder
HealthCheck.HttpHealthCheck.Builder. addReceiveBuilder()
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.Payload.Builder
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.Payload.Builder
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.Payload.Builder
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
HealthCheck.Payload.Builder. clear()
HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. clearBinary()
Binary payload.HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. clearPayload()
HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. clearText()
Hex encoded payload.HealthCheck.Payload.Builder
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.Payload.Builder
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.Payload.Builder
HealthCheck.HttpHealthCheck.Builder. getSendBuilder()
[#not-implemented-hide:] HTTP specific payload.HealthCheck.Payload.Builder
HealthCheck.TcpHealthCheck.Builder. getSendBuilder()
Empty payloads imply a connect-only health check.HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. mergeFrom(com.google.protobuf.Message other)
HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. mergeFrom(HealthCheck.Payload other)
static HealthCheck.Payload.Builder
HealthCheck.Payload. newBuilder()
static HealthCheck.Payload.Builder
HealthCheck.Payload. newBuilder(HealthCheck.Payload prototype)
HealthCheck.Payload.Builder
HealthCheck.Payload. newBuilderForType()
protected HealthCheck.Payload.Builder
HealthCheck.Payload. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. setBinary(com.google.protobuf.ByteString value)
Binary payload.HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. setText(java.lang.String value)
Hex encoded payload.HealthCheck.Payload.Builder
HealthCheck.Payload.Builder. setTextBytes(com.google.protobuf.ByteString value)
Hex encoded payload.HealthCheck.Payload.Builder
HealthCheck.Payload. toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.Payload.Builder Modifier and Type Method Description java.util.List<HealthCheck.Payload.Builder>
HealthCheck.HttpHealthCheck.Builder. getReceiveBuilderList()
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.java.util.List<HealthCheck.Payload.Builder>
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.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()
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.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck.Payload.Builder Modifier and Type Method Description HealthCheck.HttpHealthCheck.Builder
HealthCheck.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
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
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
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
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
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
HealthCheck.HttpHealthCheck.Builder. setSend(HealthCheck.Payload.Builder builderForValue)
[#not-implemented-hide:] HTTP specific payload.HealthCheck.TcpHealthCheck.Builder
HealthCheck.TcpHealthCheck.Builder. setSend(HealthCheck.Payload.Builder builderForValue)
Empty payloads imply a connect-only health check.
-