Class ExportCommandsRequest.Builder

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

public static final class ExportCommandsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportCommandsRequest.Builder> implements ExportCommandsRequestOrBuilder
Protobuf type yamcs.protobuf.commanding.ExportCommandsRequest
  • 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<ExportCommandsRequest.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<ExportCommandsRequest.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<ExportCommandsRequest.Builder>
    • getDefaultInstanceForType

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

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

      public ExportCommandsRequest 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<ExportCommandsRequest.Builder>
    • setField

      public ExportCommandsRequest.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<ExportCommandsRequest.Builder>
    • clearField

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

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

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

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

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

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

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

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

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

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

      public ExportCommandsRequest.Builder clearInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      This builder for chaining.
    • setInstanceBytes

      public ExportCommandsRequest.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.
    • hasStart

      public boolean hasStart()
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      hasStart in interface ExportCommandsRequestOrBuilder
      Returns:
      Whether the start field is set.
    • getStart

      public com.google.protobuf.Timestamp getStart()
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      getStart in interface ExportCommandsRequestOrBuilder
      Returns:
      The start.
    • setStart

      public ExportCommandsRequest.Builder setStart(com.google.protobuf.Timestamp value)
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
    • setStart

      public ExportCommandsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
    • mergeStart

      public ExportCommandsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
    • clearStart

      public ExportCommandsRequest.Builder clearStart()
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
    • getStartBuilder

      public com.google.protobuf.Timestamp.Builder getStartBuilder()
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
    • getStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
       Filter the lower bound of the command's generation time.
       Specify a date string in ISO 8601 format. This bound is inclusive.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      getStartOrBuilder in interface ExportCommandsRequestOrBuilder
    • hasStop

      public boolean hasStop()
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      hasStop in interface ExportCommandsRequestOrBuilder
      Returns:
      Whether the stop field is set.
    • getStop

      public com.google.protobuf.Timestamp getStop()
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      getStop in interface ExportCommandsRequestOrBuilder
      Returns:
      The stop.
    • setStop

      public ExportCommandsRequest.Builder setStop(com.google.protobuf.Timestamp value)
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
    • setStop

      public ExportCommandsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
    • mergeStop

      public ExportCommandsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
    • clearStop

      public ExportCommandsRequest.Builder clearStop()
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
    • getStopBuilder

      public com.google.protobuf.Timestamp.Builder getStopBuilder()
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
    • getStopOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
       Filter the upper bound of the command's generation time. Specify a date
       string in ISO 8601 format. This bound is exclusive.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      getStopOrBuilder in interface ExportCommandsRequestOrBuilder
    • getNameList

      public com.google.protobuf.ProtocolStringList getNameList()
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Specified by:
      getNameList in interface ExportCommandsRequestOrBuilder
      Returns:
      A list containing the name.
    • getNameCount

      public int getNameCount()
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Specified by:
      getNameCount in interface ExportCommandsRequestOrBuilder
      Returns:
      The count of name.
    • getName

      public String getName(int index)
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Specified by:
      getName in interface ExportCommandsRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The name at the given index.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes(int index)
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Specified by:
      getNameBytes in interface ExportCommandsRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the name at the given index.
    • setName

      public ExportCommandsRequest.Builder setName(int index, String value)
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Parameters:
      index - The index to set the value at.
      value - The name to set.
      Returns:
      This builder for chaining.
    • addName

      public ExportCommandsRequest.Builder addName(String value)
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Parameters:
      value - The name to add.
      Returns:
      This builder for chaining.
    • addAllName

      public ExportCommandsRequest.Builder addAllName(Iterable<String> values)
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Parameters:
      values - The name to add.
      Returns:
      This builder for chaining.
    • clearName

      public ExportCommandsRequest.Builder clearName()
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Returns:
      This builder for chaining.
    • addNameBytes

      public ExportCommandsRequest.Builder addNameBytes(com.google.protobuf.ByteString value)
       Command names to include. Leave unset, to include all.
       
      repeated string name = 4;
      Parameters:
      value - The bytes of the name to add.
      Returns:
      This builder for chaining.
    • hasDelimiter

      public boolean hasDelimiter()
       Column delimiter. One of ``TAB``, ``COMMA`` or ``SEMICOLON``.
       Default: ``TAB``.
       
      optional string delimiter = 5;
      Specified by:
      hasDelimiter in interface ExportCommandsRequestOrBuilder
      Returns:
      Whether the delimiter field is set.
    • getDelimiter

      public String getDelimiter()
       Column delimiter. One of ``TAB``, ``COMMA`` or ``SEMICOLON``.
       Default: ``TAB``.
       
      optional string delimiter = 5;
      Specified by:
      getDelimiter in interface ExportCommandsRequestOrBuilder
      Returns:
      The delimiter.
    • getDelimiterBytes

      public com.google.protobuf.ByteString getDelimiterBytes()
       Column delimiter. One of ``TAB``, ``COMMA`` or ``SEMICOLON``.
       Default: ``TAB``.
       
      optional string delimiter = 5;
      Specified by:
      getDelimiterBytes in interface ExportCommandsRequestOrBuilder
      Returns:
      The bytes for delimiter.
    • setDelimiter

      public ExportCommandsRequest.Builder setDelimiter(String value)
       Column delimiter. One of ``TAB``, ``COMMA`` or ``SEMICOLON``.
       Default: ``TAB``.
       
      optional string delimiter = 5;
      Parameters:
      value - The delimiter to set.
      Returns:
      This builder for chaining.
    • clearDelimiter

      public ExportCommandsRequest.Builder clearDelimiter()
       Column delimiter. One of ``TAB``, ``COMMA`` or ``SEMICOLON``.
       Default: ``TAB``.
       
      optional string delimiter = 5;
      Returns:
      This builder for chaining.
    • setDelimiterBytes

      public ExportCommandsRequest.Builder setDelimiterBytes(com.google.protobuf.ByteString value)
       Column delimiter. One of ``TAB``, ``COMMA`` or ``SEMICOLON``.
       Default: ``TAB``.
       
      optional string delimiter = 5;
      Parameters:
      value - The bytes for delimiter to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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