Interface LocalityLbEndpoints.LbEndpointListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LbEndpoint getLbEndpoints​(int index)
      repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      int getLbEndpointsCount()
      repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      java.util.List<LbEndpoint> getLbEndpointsList()
      repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      LbEndpointOrBuilder getLbEndpointsOrBuilder​(int index)
      repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      java.util.List<? extends LbEndpointOrBuilder> getLbEndpointsOrBuilderList()
      repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 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 Detail

      • getLbEndpointsList

        java.util.List<LbEndpoint> getLbEndpointsList()
        repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      • getLbEndpoints

        LbEndpoint getLbEndpoints​(int index)
        repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      • getLbEndpointsCount

        int getLbEndpointsCount()
        repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      • getLbEndpointsOrBuilderList

        java.util.List<? extends LbEndpointOrBuilder> getLbEndpointsOrBuilderList()
        repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
      • getLbEndpointsOrBuilder

        LbEndpointOrBuilder getLbEndpointsOrBuilder​(int index)
        repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;