Interface HealthCheck.TcpHealthCheckOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheck.TcpHealthCheck,HealthCheck.TcpHealthCheck.Builder
- Enclosing class:
- HealthCheck
public static interface HealthCheck.TcpHealthCheckOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthCheck.PayloadgetReceive(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.intgetReceiveCount()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.PayloadOrBuildergetReceiveOrBuilder(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.PayloadgetSend()Empty payloads imply a connect-only health check.HealthCheck.PayloadOrBuildergetSendOrBuilder()Empty payloads imply a connect-only health check.booleanhasSend()Empty payloads imply a connect-only health check.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSend
boolean hasSend()
Empty payloads imply a connect-only health check.
.envoy.config.core.v3.HealthCheck.Payload send = 1;- Returns:
- Whether the send field is set.
-
getSend
HealthCheck.Payload getSend()
Empty payloads imply a connect-only health check.
.envoy.config.core.v3.HealthCheck.Payload send = 1;- Returns:
- The send.
-
getSendOrBuilder
HealthCheck.PayloadOrBuilder getSendOrBuilder()
Empty payloads imply a connect-only health check.
.envoy.config.core.v3.HealthCheck.Payload send = 1;
-
getReceiveList
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.v3.HealthCheck.Payload receive = 2;
-
getReceive
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.v3.HealthCheck.Payload receive = 2;
-
getReceiveCount
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.v3.HealthCheck.Payload receive = 2;
-
getReceiveOrBuilderList
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.v3.HealthCheck.Payload receive = 2;
-
getReceiveOrBuilder
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.v3.HealthCheck.Payload receive = 2;
-
-