Uses of Class
io.envoyproxy.envoy.service.health.v3.ClusterHealthCheck
Packages that use ClusterHealthCheck
-
Uses of ClusterHealthCheck in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return ClusterHealthCheckModifier and TypeMethodDescriptionClusterHealthCheck.Builder.build()ClusterHealthCheck.Builder.buildPartial()HealthCheckSpecifier.Builder.getClusterHealthChecks(int index) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;HealthCheckSpecifier.getClusterHealthChecks(int index) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;HealthCheckSpecifierOrBuilder.getClusterHealthChecks(int index) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;static ClusterHealthCheckClusterHealthCheck.getDefaultInstance()ClusterHealthCheck.Builder.getDefaultInstanceForType()ClusterHealthCheck.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.health.v3 that return types with arguments of type ClusterHealthCheckModifier and TypeMethodDescriptionHealthCheckSpecifier.Builder.getClusterHealthChecksList()repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;HealthCheckSpecifier.getClusterHealthChecksList()repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;HealthCheckSpecifierOrBuilder.getClusterHealthChecksList()repeated .envoy.service.health.v3.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.health.v3 with parameters of type ClusterHealthCheckModifier and TypeMethodDescriptionHealthCheckSpecifier.Builder.addClusterHealthChecks(int index, ClusterHealthCheck value) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;HealthCheckSpecifier.Builder.addClusterHealthChecks(ClusterHealthCheck value) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;ClusterHealthCheck.Builder.mergeFrom(ClusterHealthCheck other) static ClusterHealthCheck.BuilderClusterHealthCheck.newBuilder(ClusterHealthCheck prototype) HealthCheckSpecifier.Builder.setClusterHealthChecks(int index, ClusterHealthCheck value) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;Method parameters in io.envoyproxy.envoy.service.health.v3 with type arguments of type ClusterHealthCheckModifier and TypeMethodDescriptionHealthCheckSpecifier.Builder.addAllClusterHealthChecks(Iterable<? extends ClusterHealthCheck> values) repeated .envoy.service.health.v3.ClusterHealthCheck cluster_health_checks = 1;