Interface PriorityLoadBalancingPolicyConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PriorityLoadBalancingPolicyConfig, PriorityLoadBalancingPolicyConfig.Builder

public interface PriorityLoadBalancingPolicyConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getChildrenCount

      int getChildrenCount()
      map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
    • containsChildren

      boolean containsChildren(String key)
      map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
    • getChildren

      Deprecated.
      Use getChildrenMap() instead.
    • getChildrenMap

      map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
    • getChildrenOrDefault

      map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
    • getChildrenOrThrow

      map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
    • getPrioritiesList

      List<String> getPrioritiesList()
       A list of child names in decreasing priority order
       (i.e., first element is the highest priority).
       
      repeated string priorities = 2;
      Returns:
      A list containing the priorities.
    • getPrioritiesCount

      int getPrioritiesCount()
       A list of child names in decreasing priority order
       (i.e., first element is the highest priority).
       
      repeated string priorities = 2;
      Returns:
      The count of priorities.
    • getPriorities

      String getPriorities(int index)
       A list of child names in decreasing priority order
       (i.e., first element is the highest priority).
       
      repeated string priorities = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The priorities at the given index.
    • getPrioritiesBytes

      com.google.protobuf.ByteString getPrioritiesBytes(int index)
       A list of child names in decreasing priority order
       (i.e., first element is the highest priority).
       
      repeated string priorities = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the priorities at the given index.