Class BatchGetParameterValuesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<BatchGetParameterValuesRequest.Builder>
org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, BatchGetParameterValuesRequestOrBuilder
Enclosing class:
BatchGetParameterValuesRequest

public static final class BatchGetParameterValuesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchGetParameterValuesRequest.Builder> implements BatchGetParameterValuesRequestOrBuilder
 Request message for `BatchGetParameterValues`.
 
Protobuf type yamcs.protobuf.processing.BatchGetParameterValuesRequest
  • Method Details

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

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public BatchGetParameterValuesRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<BatchGetParameterValuesRequest.Builder>
    • setField

      public BatchGetParameterValuesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchGetParameterValuesRequest.Builder>
    • clearField

      public BatchGetParameterValuesRequest.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<BatchGetParameterValuesRequest.Builder>
    • clearOneof

      public BatchGetParameterValuesRequest.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<BatchGetParameterValuesRequest.Builder>
    • setRepeatedField

      public BatchGetParameterValuesRequest.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<BatchGetParameterValuesRequest.Builder>
    • addRepeatedField

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

      public BatchGetParameterValuesRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchGetParameterValuesRequest.Builder>
    • mergeFrom

    • isInitialized

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

      public BatchGetParameterValuesRequest.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<BatchGetParameterValuesRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 4;
      Specified by:
      hasInstance in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public String getInstance()
       Yamcs instance name.
       
      optional string instance = 4;
      Specified by:
      getInstance in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      The instance.
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 4;
      Specified by:
      getInstanceBytes in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      The bytes for instance.
    • setInstance

      public BatchGetParameterValuesRequest.Builder setInstance(String value)
       Yamcs instance name.
       
      optional string instance = 4;
      Parameters:
      value - The instance to set.
      Returns:
      This builder for chaining.
    • clearInstance

       Yamcs instance name.
       
      optional string instance = 4;
      Returns:
      This builder for chaining.
    • setInstanceBytes

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

      public boolean hasProcessor()
       Processor name.
       
      optional string processor = 5;
      Specified by:
      hasProcessor in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      Whether the processor field is set.
    • getProcessor

      public String getProcessor()
       Processor name.
       
      optional string processor = 5;
      Specified by:
      getProcessor in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      The processor.
    • getProcessorBytes

      public com.google.protobuf.ByteString getProcessorBytes()
       Processor name.
       
      optional string processor = 5;
      Specified by:
      getProcessorBytes in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      The bytes for processor.
    • setProcessor

      public BatchGetParameterValuesRequest.Builder setProcessor(String value)
       Processor name.
       
      optional string processor = 5;
      Parameters:
      value - The processor to set.
      Returns:
      This builder for chaining.
    • clearProcessor

      public BatchGetParameterValuesRequest.Builder clearProcessor()
       Processor name.
       
      optional string processor = 5;
      Returns:
      This builder for chaining.
    • setProcessorBytes

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

      public List<Yamcs.NamedObjectId> getIdList()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getIdList in interface BatchGetParameterValuesRequestOrBuilder
    • getIdCount

      public int getIdCount()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getIdCount in interface BatchGetParameterValuesRequestOrBuilder
    • getId

      public Yamcs.NamedObjectId getId(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getId in interface BatchGetParameterValuesRequestOrBuilder
    • setId

       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • setId

      public BatchGetParameterValuesRequest.Builder setId(int index, Yamcs.NamedObjectId.Builder builderForValue)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • addId

       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • addId

       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • addId

       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • addId

      public BatchGetParameterValuesRequest.Builder addId(int index, Yamcs.NamedObjectId.Builder builderForValue)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • addAllId

       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • clearId

       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • removeId

      public BatchGetParameterValuesRequest.Builder removeId(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getIdBuilder

      public Yamcs.NamedObjectId.Builder getIdBuilder(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getIdOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getIdOrBuilder(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getIdOrBuilder in interface BatchGetParameterValuesRequestOrBuilder
    • getIdOrBuilderList

      public List<? extends Yamcs.NamedObjectIdOrBuilder> getIdOrBuilderList()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getIdOrBuilderList in interface BatchGetParameterValuesRequestOrBuilder
    • addIdBuilder

      public Yamcs.NamedObjectId.Builder addIdBuilder()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • addIdBuilder

      public Yamcs.NamedObjectId.Builder addIdBuilder(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getIdBuilderList

      public List<Yamcs.NamedObjectId.Builder> getIdBuilderList()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • hasFromCache

      public boolean hasFromCache()
      optional bool fromCache = 2;
      Specified by:
      hasFromCache in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      Whether the fromCache field is set.
    • getFromCache

      public boolean getFromCache()
      optional bool fromCache = 2;
      Specified by:
      getFromCache in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      The fromCache.
    • setFromCache

      public BatchGetParameterValuesRequest.Builder setFromCache(boolean value)
      optional bool fromCache = 2;
      Parameters:
      value - The fromCache to set.
      Returns:
      This builder for chaining.
    • clearFromCache

      public BatchGetParameterValuesRequest.Builder clearFromCache()
      optional bool fromCache = 2;
      Returns:
      This builder for chaining.
    • hasTimeout

      public boolean hasTimeout()
       If not fromCache, wait this time (in milliseconds) to receive the parameter
       
      optional uint64 timeout = 3;
      Specified by:
      hasTimeout in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      Whether the timeout field is set.
    • getTimeout

      public long getTimeout()
       If not fromCache, wait this time (in milliseconds) to receive the parameter
       
      optional uint64 timeout = 3;
      Specified by:
      getTimeout in interface BatchGetParameterValuesRequestOrBuilder
      Returns:
      The timeout.
    • setTimeout

      public BatchGetParameterValuesRequest.Builder setTimeout(long value)
       If not fromCache, wait this time (in milliseconds) to receive the parameter
       
      optional uint64 timeout = 3;
      Parameters:
      value - The timeout to set.
      Returns:
      This builder for chaining.
    • clearTimeout

       If not fromCache, wait this time (in milliseconds) to receive the parameter
       
      optional uint64 timeout = 3;
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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