Interface Telemetry.SubscriptionInputOrBuilder

    • Method Detail

      • getCollectorListList

        java.util.List<Telemetry.Collector> getCollectorListList()
         List of optional collector endpoints to send data for
         this subscription.
         If no collector destinations are specified, the collector
         destination is assumed to be the requester on the rpc channel.
         
        repeated .telemetry.Collector collector_list = 1;
      • getCollectorList

        Telemetry.Collector getCollectorList​(int index)
         List of optional collector endpoints to send data for
         this subscription.
         If no collector destinations are specified, the collector
         destination is assumed to be the requester on the rpc channel.
         
        repeated .telemetry.Collector collector_list = 1;
      • getCollectorListCount

        int getCollectorListCount()
         List of optional collector endpoints to send data for
         this subscription.
         If no collector destinations are specified, the collector
         destination is assumed to be the requester on the rpc channel.
         
        repeated .telemetry.Collector collector_list = 1;
      • getCollectorListOrBuilderList

        java.util.List<? extends Telemetry.CollectorOrBuilder> getCollectorListOrBuilderList()
         List of optional collector endpoints to send data for
         this subscription.
         If no collector destinations are specified, the collector
         destination is assumed to be the requester on the rpc channel.
         
        repeated .telemetry.Collector collector_list = 1;
      • getCollectorListOrBuilder

        Telemetry.CollectorOrBuilder getCollectorListOrBuilder​(int index)
         List of optional collector endpoints to send data for
         this subscription.
         If no collector destinations are specified, the collector
         destination is assumed to be the requester on the rpc channel.
         
        repeated .telemetry.Collector collector_list = 1;