Interface LocalityLbEndpoints.LbEndpointListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LocalityLbEndpoints.LbEndpointList, LocalityLbEndpoints.LbEndpointList.Builder
Enclosing class:
LocalityLbEndpoints

public static interface LocalityLbEndpoints.LbEndpointListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLbEndpoints(int index)
    repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
    int
    repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
    repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
    repeated .envoy.config.endpoint.v3.LbEndpoint lb_endpoints = 1;
    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 Details

    • getLbEndpointsList

      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

      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;