public static interface HealthCheck.TcpHealthCheckOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Payload |
getReceive(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.
|
int |
getReceiveCount()
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.
|
List<HealthCheck.Payload> |
getReceiveList()
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.PayloadOrBuilder |
getReceiveOrBuilder(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.
|
List<? extends HealthCheck.PayloadOrBuilder> |
getReceiveOrBuilderList()
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 |
getSend()
Empty payloads imply a connect-only health check.
|
HealthCheck.PayloadOrBuilder |
getSendOrBuilder()
Empty payloads imply a connect-only health check.
|
boolean |
hasSend()
Empty payloads imply a connect-only health check.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSend()
Empty payloads imply a connect-only health check.
.envoy.config.core.v4alpha.HealthCheck.Payload send = 1;HealthCheck.Payload getSend()
Empty payloads imply a connect-only health check.
.envoy.config.core.v4alpha.HealthCheck.Payload send = 1;HealthCheck.PayloadOrBuilder getSendOrBuilder()
Empty payloads imply a connect-only health check.
.envoy.config.core.v4alpha.HealthCheck.Payload send = 1;List<HealthCheck.Payload> getReceiveList()
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.
repeated .envoy.config.core.v4alpha.HealthCheck.Payload receive = 2;HealthCheck.Payload getReceive(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.
repeated .envoy.config.core.v4alpha.HealthCheck.Payload receive = 2;int getReceiveCount()
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.
repeated .envoy.config.core.v4alpha.HealthCheck.Payload receive = 2;List<? extends HealthCheck.PayloadOrBuilder> getReceiveOrBuilderList()
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.
repeated .envoy.config.core.v4alpha.HealthCheck.Payload receive = 2;HealthCheck.PayloadOrBuilder getReceiveOrBuilder(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.
repeated .envoy.config.core.v4alpha.HealthCheck.Payload receive = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.