Interface RouteLookupClusterSpecifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RouteLookupConfig getRouteLookupConfig()
      The RLS config for this cluster specifier plugin instance.
      RouteLookupConfigOrBuilder getRouteLookupConfigOrBuilder()
      The RLS config for this cluster specifier plugin instance.
      boolean hasRouteLookupConfig()
      The RLS config for this cluster specifier plugin instance.
      • 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

      • hasRouteLookupConfig

        boolean hasRouteLookupConfig()
         The RLS config for this cluster specifier plugin instance.
         
        .grpc.lookup.v1.RouteLookupConfig route_lookup_config = 1;
        Returns:
        Whether the routeLookupConfig field is set.
      • getRouteLookupConfig

        RouteLookupConfig getRouteLookupConfig()
         The RLS config for this cluster specifier plugin instance.
         
        .grpc.lookup.v1.RouteLookupConfig route_lookup_config = 1;
        Returns:
        The routeLookupConfig.
      • getRouteLookupConfigOrBuilder

        RouteLookupConfigOrBuilder getRouteLookupConfigOrBuilder()
         The RLS config for this cluster specifier plugin instance.
         
        .grpc.lookup.v1.RouteLookupConfig route_lookup_config = 1;