public static interface Hds.HealthCheckSpecifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Hds.ClusterHealthCheck |
getHealthCheck(int index)
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1; |
int |
getHealthCheckCount()
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1; |
List<Hds.ClusterHealthCheck> |
getHealthCheckList()
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1; |
Hds.ClusterHealthCheckOrBuilder |
getHealthCheckOrBuilder(int index)
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1; |
List<? extends Hds.ClusterHealthCheckOrBuilder> |
getHealthCheckOrBuilderList()
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1; |
com.google.protobuf.Duration |
getInterval()
The default is 1 second.
|
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
The default is 1 second.
|
boolean |
hasInterval()
The default is 1 second.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Hds.ClusterHealthCheck> getHealthCheckList()
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1;Hds.ClusterHealthCheck getHealthCheck(int index)
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1;int getHealthCheckCount()
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1;List<? extends Hds.ClusterHealthCheckOrBuilder> getHealthCheckOrBuilderList()
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1;Hds.ClusterHealthCheckOrBuilder getHealthCheckOrBuilder(int index)
repeated .envoy.service.discovery.v2.ClusterHealthCheck health_check = 1;boolean hasInterval()
The default is 1 second.
.google.protobuf.Duration interval = 2;com.google.protobuf.Duration getInterval()
The default is 1 second.
.google.protobuf.Duration interval = 2;com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
The default is 1 second.
.google.protobuf.Duration interval = 2;Copyright © 2018 The Envoy Project. All rights reserved.