Interface LoadBalancingPolicy.PolicyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getConfig()
      Deprecated.
      com.google.protobuf.StructOrBuilder getConfigOrBuilder()
      Deprecated.
      String getName()
      Required.
      com.google.protobuf.ByteString getNameBytes()
      Required.
      com.google.protobuf.Any getTypedConfig()
      .google.protobuf.Any typed_config = 3;
      com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
      .google.protobuf.Any typed_config = 3;
      boolean hasConfig()
      Deprecated.
      boolean hasTypedConfig()
      .google.protobuf.Any typed_config = 3;
      • 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

      • getName

        String getName()
         Required. The name of the LB policy.
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. The name of the LB policy.
         
        string name = 1;
      • hasConfig

        @Deprecated
        boolean hasConfig()
        Deprecated.
         Optional config for the LB policy.
         No more than one of these two fields may be populated.
         
        .google.protobuf.Struct config = 2 [deprecated = true];
      • getConfig

        @Deprecated
        com.google.protobuf.Struct getConfig()
        Deprecated.
         Optional config for the LB policy.
         No more than one of these two fields may be populated.
         
        .google.protobuf.Struct config = 2 [deprecated = true];
      • getConfigOrBuilder

        @Deprecated
        com.google.protobuf.StructOrBuilder getConfigOrBuilder()
        Deprecated.
         Optional config for the LB policy.
         No more than one of these two fields may be populated.
         
        .google.protobuf.Struct config = 2 [deprecated = true];
      • hasTypedConfig

        boolean hasTypedConfig()
        .google.protobuf.Any typed_config = 3;
      • getTypedConfig

        com.google.protobuf.Any getTypedConfig()
        .google.protobuf.Any typed_config = 3;
      • getTypedConfigOrBuilder

        com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
        .google.protobuf.Any typed_config = 3;