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 Type
    Method
    Description
    getEndpointsHealth(int index)
    repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
    int
    repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
    repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
    repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
    repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      EndpointHealth getEndpointsHealth(int index)
      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

      EndpointHealthOrBuilder getEndpointsHealthOrBuilder(int index)
      repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;