Interface EndpointHealthResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointHealthResponse,EndpointHealthResponse.Builder
public interface EndpointHealthResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpointsHealth(int index) repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;intrepeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;getEndpointsHealthOrBuilder(int index) repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;List<? extends EndpointHealthOrBuilder>repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;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
-
getEndpointsHealthList
List<EndpointHealth> getEndpointsHealthList()repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1; -
getEndpointsHealth
repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1; -
getEndpointsHealthCount
int getEndpointsHealthCount()repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1; -
getEndpointsHealthOrBuilderList
List<? extends EndpointHealthOrBuilder> getEndpointsHealthOrBuilderList()repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1; -
getEndpointsHealthOrBuilder
repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
-