Class Telemetry.SubscriptionInput.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionInput.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionInput.Builder>
      • getDefaultInstanceForType

        public Telemetry.SubscriptionInput getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Telemetry.SubscriptionInput build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Telemetry.SubscriptionInput buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionInput.Builder>
      • mergeFrom

        public Telemetry.SubscriptionInput.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Telemetry.SubscriptionInput.Builder>
        Throws:
        IOException
      • getCollectorListList

        public 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;
        Specified by:
        getCollectorListList in interface Telemetry.SubscriptionInputOrBuilder
      • getCollectorListCount

        public 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;
        Specified by:
        getCollectorListCount in interface Telemetry.SubscriptionInputOrBuilder
      • getCollectorList

        public 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;
        Specified by:
        getCollectorList in interface Telemetry.SubscriptionInputOrBuilder
      • setCollectorList

        public Telemetry.SubscriptionInput.Builder setCollectorList​(int index,
                                                                    Telemetry.Collector value)
         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;
      • setCollectorList

        public Telemetry.SubscriptionInput.Builder setCollectorList​(int index,
                                                                    Telemetry.Collector.Builder builderForValue)
         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;
      • addCollectorList

        public Telemetry.SubscriptionInput.Builder addCollectorList​(Telemetry.Collector value)
         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;
      • addCollectorList

        public Telemetry.SubscriptionInput.Builder addCollectorList​(int index,
                                                                    Telemetry.Collector value)
         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;
      • addCollectorList

        public Telemetry.SubscriptionInput.Builder addCollectorList​(Telemetry.Collector.Builder builderForValue)
         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;
      • addCollectorList

        public Telemetry.SubscriptionInput.Builder addCollectorList​(int index,
                                                                    Telemetry.Collector.Builder builderForValue)
         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;
      • addAllCollectorList

        public Telemetry.SubscriptionInput.Builder addAllCollectorList​(Iterable<? extends Telemetry.Collector> values)
         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;
      • clearCollectorList

        public Telemetry.SubscriptionInput.Builder clearCollectorList()
         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;
      • removeCollectorList

        public Telemetry.SubscriptionInput.Builder removeCollectorList​(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;
      • getCollectorListBuilder

        public Telemetry.Collector.Builder getCollectorListBuilder​(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;
      • addCollectorListBuilder

        public Telemetry.Collector.Builder addCollectorListBuilder()
         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;
      • addCollectorListBuilder

        public Telemetry.Collector.Builder addCollectorListBuilder​(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;
      • getCollectorListBuilderList

        public List<Telemetry.Collector.Builder> getCollectorListBuilderList()
         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;
      • mergeUnknownFields

        public final Telemetry.SubscriptionInput.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionInput.Builder>