Class CreateProcessorRequest.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<CreateProcessorRequest.Builder>
      • clear

        public CreateProcessorRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateProcessorRequest.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<CreateProcessorRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public CreateProcessorRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateProcessorRequest.Builder>
      • clearField

        public CreateProcessorRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateProcessorRequest.Builder>
      • clearOneof

        public CreateProcessorRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateProcessorRequest.Builder>
      • setRepeatedField

        public CreateProcessorRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateProcessorRequest.Builder>
      • addRepeatedField

        public CreateProcessorRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateProcessorRequest.Builder>
      • isInitialized

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

        public CreateProcessorRequest.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<CreateProcessorRequest.Builder>
        Throws:
        IOException
      • setInstanceBytes

        public CreateProcessorRequest.Builder setInstanceBytes​(com.google.protobuf.ByteString value)
         **Required.** The name of the Yamcs instance.
         
        optional string instance = 1;
      • hasName

        public boolean hasName()
         **Required.** The name of the processor. Must be unique for the Yamcs instance.
         
        optional string name = 2;
        Specified by:
        hasName in interface CreateProcessorRequestOrBuilder
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         **Required.** The name of the processor. Must be unique for the Yamcs instance.
         
        optional string name = 2;
        Specified by:
        getNameBytes in interface CreateProcessorRequestOrBuilder
      • setName

        public CreateProcessorRequest.Builder setName​(String value)
         **Required.** The name of the processor. Must be unique for the Yamcs instance.
         
        optional string name = 2;
      • clearName

        public CreateProcessorRequest.Builder clearName()
         **Required.** The name of the processor. Must be unique for the Yamcs instance.
         
        optional string name = 2;
      • setNameBytes

        public CreateProcessorRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         **Required.** The name of the processor. Must be unique for the Yamcs instance.
         
        optional string name = 2;
      • getClientId

        public int getClientId​(int index)
         The client IDs that should be connected to this processor.
         
        repeated int32 clientId = 3;
        Specified by:
        getClientId in interface CreateProcessorRequestOrBuilder
      • setClientId

        public CreateProcessorRequest.Builder setClientId​(int index,
                                                          int value)
         The client IDs that should be connected to this processor.
         
        repeated int32 clientId = 3;
      • addClientId

        public CreateProcessorRequest.Builder addClientId​(int value)
         The client IDs that should be connected to this processor.
         
        repeated int32 clientId = 3;
      • clearClientId

        public CreateProcessorRequest.Builder clearClientId()
         The client IDs that should be connected to this processor.
         
        repeated int32 clientId = 3;
      • setPersistent

        public CreateProcessorRequest.Builder setPersistent​(boolean value)
         Keep the processor when terminated. Default: ``no``.
         
        optional bool persistent = 4;
      • clearPersistent

        public CreateProcessorRequest.Builder clearPersistent()
         Keep the processor when terminated. Default: ``no``.
         
        optional bool persistent = 4;
      • hasType

        public boolean hasType()
         **Required.** The type of the processor. The available values depend on how
         Yamcs Server is configured. Most Yamcs deployments support at least a type
         ``Archive`` which allows for the creation of processors replaying archived
         data.
         
        optional string type = 5;
        Specified by:
        hasType in interface CreateProcessorRequestOrBuilder
      • getType

        public String getType()
         **Required.** The type of the processor. The available values depend on how
         Yamcs Server is configured. Most Yamcs deployments support at least a type
         ``Archive`` which allows for the creation of processors replaying archived
         data.
         
        optional string type = 5;
        Specified by:
        getType in interface CreateProcessorRequestOrBuilder
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
         **Required.** The type of the processor. The available values depend on how
         Yamcs Server is configured. Most Yamcs deployments support at least a type
         ``Archive`` which allows for the creation of processors replaying archived
         data.
         
        optional string type = 5;
        Specified by:
        getTypeBytes in interface CreateProcessorRequestOrBuilder
      • setType

        public CreateProcessorRequest.Builder setType​(String value)
         **Required.** The type of the processor. The available values depend on how
         Yamcs Server is configured. Most Yamcs deployments support at least a type
         ``Archive`` which allows for the creation of processors replaying archived
         data.
         
        optional string type = 5;
      • clearType

        public CreateProcessorRequest.Builder clearType()
         **Required.** The type of the processor. The available values depend on how
         Yamcs Server is configured. Most Yamcs deployments support at least a type
         ``Archive`` which allows for the creation of processors replaying archived
         data.
         
        optional string type = 5;
      • setTypeBytes

        public CreateProcessorRequest.Builder setTypeBytes​(com.google.protobuf.ByteString value)
         **Required.** The type of the processor. The available values depend on how
         Yamcs Server is configured. Most Yamcs deployments support at least a type
         ``Archive`` which allows for the creation of processors replaying archived
         data.
         
        optional string type = 5;
      • hasConfig

        public boolean hasConfig()
         Configuration options specific to the processor type. Note that this should
         be a string representation of a valid JSON structure.
         
        optional string config = 6;
        Specified by:
        hasConfig in interface CreateProcessorRequestOrBuilder
      • getConfig

        public String getConfig()
         Configuration options specific to the processor type. Note that this should
         be a string representation of a valid JSON structure.
         
        optional string config = 6;
        Specified by:
        getConfig in interface CreateProcessorRequestOrBuilder
      • getConfigBytes

        public com.google.protobuf.ByteString getConfigBytes()
         Configuration options specific to the processor type. Note that this should
         be a string representation of a valid JSON structure.
         
        optional string config = 6;
        Specified by:
        getConfigBytes in interface CreateProcessorRequestOrBuilder
      • setConfig

        public CreateProcessorRequest.Builder setConfig​(String value)
         Configuration options specific to the processor type. Note that this should
         be a string representation of a valid JSON structure.
         
        optional string config = 6;
      • clearConfig

        public CreateProcessorRequest.Builder clearConfig()
         Configuration options specific to the processor type. Note that this should
         be a string representation of a valid JSON structure.
         
        optional string config = 6;
      • setConfigBytes

        public CreateProcessorRequest.Builder setConfigBytes​(com.google.protobuf.ByteString value)
         Configuration options specific to the processor type. Note that this should
         be a string representation of a valid JSON structure.
         
        optional string config = 6;
      • setUnknownFields

        public final CreateProcessorRequest.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<CreateProcessorRequest.Builder>
      • mergeUnknownFields

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