| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v3 |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Payload.Builder |
HealthCheck.TcpHealthCheck.Builder.addReceiveBuilder()
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.Payload.Builder |
HealthCheck.TcpHealthCheck.Builder.addReceiveBuilder(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.Payload.Builder |
HealthCheck.Payload.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clear() |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clearBinary()
[#not-implemented-hide:] Binary payload.
|
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clearPayload() |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clearText()
Hex encoded payload.
|
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.clone() |
HealthCheck.Payload.Builder |
HealthCheck.HttpHealthCheck.Builder.getReceiveBuilder()
[#not-implemented-hide:] HTTP specific response.
|
HealthCheck.Payload.Builder |
HealthCheck.TcpHealthCheck.Builder.getReceiveBuilder(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.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(HealthCheck.Payload other) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.mergeFrom(com.google.protobuf.Message other) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.GeneratedMessageV3.BuilderParent parent) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.setBinary(com.google.protobuf.ByteString value)
[#not-implemented-hide:] Binary payload.
|
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.Builder.setText(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.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HealthCheck.Payload.Builder |
HealthCheck.Payload.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck.Payload.Builder> |
HealthCheck.TcpHealthCheck.Builder.getReceiveBuilderList()
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.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.TcpHealthCheck.Builder |
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 |
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.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setReceive(HealthCheck.Payload.Builder builderForValue)
[#not-implemented-hide:] HTTP specific response.
|
HealthCheck.TcpHealthCheck.Builder |
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.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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.