Interface HealthCheckSpecifierOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckSpecifier,HealthCheckSpecifier.Builder
public interface HealthCheckSpecifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClusterHealthChecks(int index) repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;intrepeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;getClusterHealthChecksOrBuilder(int index) repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;List<? extends ClusterHealthCheckOrBuilder>repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;com.google.protobuf.DurationThe default is 1 second.com.google.protobuf.DurationOrBuilderThe default is 1 second.booleanThe default is 1 second.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getClusterHealthChecksList
List<ClusterHealthCheck> getClusterHealthChecksList()repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1; -
getClusterHealthChecks
repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1; -
getClusterHealthChecksCount
int getClusterHealthChecksCount()repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1; -
getClusterHealthChecksOrBuilderList
List<? extends ClusterHealthCheckOrBuilder> getClusterHealthChecksOrBuilderList()repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1; -
getClusterHealthChecksOrBuilder
repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1; -
hasInterval
boolean hasInterval()The default is 1 second.
.google.protobuf.Duration interval = 2;- Returns:
- Whether the interval field is set.
-
getInterval
com.google.protobuf.Duration getInterval()The default is 1 second.
.google.protobuf.Duration interval = 2;- Returns:
- The interval.
-
getIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()The default is 1 second.
.google.protobuf.Duration interval = 2;
-