Uses of Class
io.envoyproxy.envoy.service.discovery.v2.ClusterHealthCheck
-
Packages that use ClusterHealthCheck Package Description io.envoyproxy.envoy.service.discovery.v2 -
-
Uses of ClusterHealthCheck in io.envoyproxy.envoy.service.discovery.v2
Methods in io.envoyproxy.envoy.service.discovery.v2 that return ClusterHealthCheck Modifier and Type Method Description ClusterHealthCheckClusterHealthCheck.Builder. build()ClusterHealthCheckClusterHealthCheck.Builder. buildPartial()ClusterHealthCheckHealthCheckSpecifier.Builder. getClusterHealthChecks(int index)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;ClusterHealthCheckHealthCheckSpecifier. getClusterHealthChecks(int index)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;ClusterHealthCheckHealthCheckSpecifierOrBuilder. getClusterHealthChecks(int index)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;static ClusterHealthCheckClusterHealthCheck. getDefaultInstance()ClusterHealthCheckClusterHealthCheck.Builder. getDefaultInstanceForType()ClusterHealthCheckClusterHealthCheck. getDefaultInstanceForType()static ClusterHealthCheckClusterHealthCheck. parseDelimitedFrom(InputStream input)static ClusterHealthCheckClusterHealthCheck. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterHealthCheckClusterHealthCheck. parseFrom(byte[] data)static ClusterHealthCheckClusterHealthCheck. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterHealthCheckClusterHealthCheck. parseFrom(com.google.protobuf.ByteString data)static ClusterHealthCheckClusterHealthCheck. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterHealthCheckClusterHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterHealthCheckClusterHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterHealthCheckClusterHealthCheck. parseFrom(InputStream input)static ClusterHealthCheckClusterHealthCheck. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterHealthCheckClusterHealthCheck. parseFrom(ByteBuffer data)static ClusterHealthCheckClusterHealthCheck. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.discovery.v2 that return types with arguments of type ClusterHealthCheck Modifier and Type Method Description List<ClusterHealthCheck>HealthCheckSpecifier.Builder. getClusterHealthChecksList()repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;List<ClusterHealthCheck>HealthCheckSpecifier. getClusterHealthChecksList()repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;List<ClusterHealthCheck>HealthCheckSpecifierOrBuilder. getClusterHealthChecksList()repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;com.google.protobuf.Parser<ClusterHealthCheck>ClusterHealthCheck. getParserForType()static com.google.protobuf.Parser<ClusterHealthCheck>ClusterHealthCheck. parser()Methods in io.envoyproxy.envoy.service.discovery.v2 with parameters of type ClusterHealthCheck Modifier and Type Method Description HealthCheckSpecifier.BuilderHealthCheckSpecifier.Builder. addClusterHealthChecks(int index, ClusterHealthCheck value)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;HealthCheckSpecifier.BuilderHealthCheckSpecifier.Builder. addClusterHealthChecks(ClusterHealthCheck value)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;ClusterHealthCheck.BuilderClusterHealthCheck.Builder. mergeFrom(ClusterHealthCheck other)static ClusterHealthCheck.BuilderClusterHealthCheck. newBuilder(ClusterHealthCheck prototype)HealthCheckSpecifier.BuilderHealthCheckSpecifier.Builder. setClusterHealthChecks(int index, ClusterHealthCheck value)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;Method parameters in io.envoyproxy.envoy.service.discovery.v2 with type arguments of type ClusterHealthCheck Modifier and Type Method Description HealthCheckSpecifier.BuilderHealthCheckSpecifier.Builder. addAllClusterHealthChecks(Iterable<? extends ClusterHealthCheck> values)repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;
-