Class SubscribeContainersRequest.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<SubscribeContainersRequest.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<SubscribeContainersRequest.Builder>
      • getDefaultInstanceForType

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

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

        public SubscribeContainersRequest 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<SubscribeContainersRequest.Builder>
      • mergeFrom

        public SubscribeContainersRequest.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<SubscribeContainersRequest.Builder>
        Throws:
        IOException
      • setInstance

        public SubscribeContainersRequest.Builder setInstance​(String value)
         Yamcs instance name.
         
        optional string instance = 1;
        Parameters:
        value - The instance to set.
        Returns:
        This builder for chaining.
      • setInstanceBytes

        public SubscribeContainersRequest.Builder setInstanceBytes​(com.google.protobuf.ByteString value)
         Yamcs instance name.
         
        optional string instance = 1;
        Parameters:
        value - The bytes for instance to set.
        Returns:
        This builder for chaining.
      • setProcessor

        public SubscribeContainersRequest.Builder setProcessor​(String value)
         Processor name.
         
        optional string processor = 2;
        Parameters:
        value - The processor to set.
        Returns:
        This builder for chaining.
      • setProcessorBytes

        public SubscribeContainersRequest.Builder setProcessorBytes​(com.google.protobuf.ByteString value)
         Processor name.
         
        optional string processor = 2;
        Parameters:
        value - The bytes for processor to set.
        Returns:
        This builder for chaining.
      • getNamesList

        public com.google.protobuf.ProtocolStringList getNamesList()
         Container names to subscribe to.
         
        repeated string names = 3;
        Specified by:
        getNamesList in interface SubscribeContainersRequestOrBuilder
        Returns:
        A list containing the names.
      • getNames

        public String getNames​(int index)
         Container names to subscribe to.
         
        repeated string names = 3;
        Specified by:
        getNames in interface SubscribeContainersRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The names at the given index.
      • getNamesBytes

        public com.google.protobuf.ByteString getNamesBytes​(int index)
         Container names to subscribe to.
         
        repeated string names = 3;
        Specified by:
        getNamesBytes in interface SubscribeContainersRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the names at the given index.
      • setNames

        public SubscribeContainersRequest.Builder setNames​(int index,
                                                           String value)
         Container names to subscribe to.
         
        repeated string names = 3;
        Parameters:
        index - The index to set the value at.
        value - The names to set.
        Returns:
        This builder for chaining.
      • addNames

        public SubscribeContainersRequest.Builder addNames​(String value)
         Container names to subscribe to.
         
        repeated string names = 3;
        Parameters:
        value - The names to add.
        Returns:
        This builder for chaining.
      • addNamesBytes

        public SubscribeContainersRequest.Builder addNamesBytes​(com.google.protobuf.ByteString value)
         Container names to subscribe to.
         
        repeated string names = 3;
        Parameters:
        value - The bytes of the names to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final SubscribeContainersRequest.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<SubscribeContainersRequest.Builder>