Uses of Class
io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth
Packages that use ClusterEndpointsHealth
-
Uses of ClusterEndpointsHealth in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return ClusterEndpointsHealthModifier and TypeMethodDescriptionClusterEndpointsHealth.Builder.build()ClusterEndpointsHealth.Builder.buildPartial()EndpointHealthResponse.Builder.getClusterEndpointsHealth(int index) Organize Endpoint health information by cluster.EndpointHealthResponse.getClusterEndpointsHealth(int index) Organize Endpoint health information by cluster.EndpointHealthResponseOrBuilder.getClusterEndpointsHealth(int index) Organize Endpoint health information by cluster.static ClusterEndpointsHealthClusterEndpointsHealth.getDefaultInstance()ClusterEndpointsHealth.Builder.getDefaultInstanceForType()ClusterEndpointsHealth.getDefaultInstanceForType()static ClusterEndpointsHealthClusterEndpointsHealth.parseDelimitedFrom(InputStream input) static ClusterEndpointsHealthClusterEndpointsHealth.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(byte[] data) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(com.google.protobuf.ByteString data) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(com.google.protobuf.CodedInputStream input) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(InputStream input) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(ByteBuffer data) static ClusterEndpointsHealthClusterEndpointsHealth.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.health.v3 that return types with arguments of type ClusterEndpointsHealthModifier and TypeMethodDescriptionEndpointHealthResponse.Builder.getClusterEndpointsHealthList()Organize Endpoint health information by cluster.EndpointHealthResponse.getClusterEndpointsHealthList()Organize Endpoint health information by cluster.EndpointHealthResponseOrBuilder.getClusterEndpointsHealthList()Organize Endpoint health information by cluster.com.google.protobuf.Parser<ClusterEndpointsHealth>ClusterEndpointsHealth.getParserForType()static com.google.protobuf.Parser<ClusterEndpointsHealth>ClusterEndpointsHealth.parser()Methods in io.envoyproxy.envoy.service.health.v3 with parameters of type ClusterEndpointsHealthModifier and TypeMethodDescriptionEndpointHealthResponse.Builder.addClusterEndpointsHealth(int index, ClusterEndpointsHealth value) Organize Endpoint health information by cluster.EndpointHealthResponse.Builder.addClusterEndpointsHealth(ClusterEndpointsHealth value) Organize Endpoint health information by cluster.ClusterEndpointsHealth.Builder.mergeFrom(ClusterEndpointsHealth other) ClusterEndpointsHealth.newBuilder(ClusterEndpointsHealth prototype) EndpointHealthResponse.Builder.setClusterEndpointsHealth(int index, ClusterEndpointsHealth value) Organize Endpoint health information by cluster.Method parameters in io.envoyproxy.envoy.service.health.v3 with type arguments of type ClusterEndpointsHealthModifier and TypeMethodDescriptionEndpointHealthResponse.Builder.addAllClusterEndpointsHealth(Iterable<? extends ClusterEndpointsHealth> values) Organize Endpoint health information by cluster.