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

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

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

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

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

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

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

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

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

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

        public ExportPacketsRequest.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<ExportPacketsRequest.Builder>
      • isInitialized

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

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

        public ExportPacketsRequest.Builder setInstanceBytes​(com.google.protobuf.ByteString value)
         Yamcs instance name.
         
        optional string instance = 1;
      • hasStart

        public boolean hasStart()
         Filter the lower bound of the packet'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 ExportPacketsRequestOrBuilder
      • getStart

        public com.google.protobuf.Timestamp getStart()
         Filter the lower bound of the packet'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 ExportPacketsRequestOrBuilder
      • setStart

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

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

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

        public ExportPacketsRequest.Builder clearStart()
         Filter the lower bound of the packet'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 packet'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 packet'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 ExportPacketsRequestOrBuilder
      • hasStop

        public boolean hasStop()
         Filter the upper bound of the packet'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 ExportPacketsRequestOrBuilder
      • getStop

        public com.google.protobuf.Timestamp getStop()
         Filter the upper bound of the packet'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 ExportPacketsRequestOrBuilder
      • setStop

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

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

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

        public ExportPacketsRequest.Builder clearStop()
         Filter the upper bound of the packet'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 packet'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 packet'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 ExportPacketsRequestOrBuilder
      • getNameList

        public com.google.protobuf.ProtocolStringList getNameList()
         The archived name of the packets. Names must match exactly.
         
        repeated string name = 4;
        Specified by:
        getNameList in interface ExportPacketsRequestOrBuilder
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes​(int index)
         The archived name of the packets. Names must match exactly.
         
        repeated string name = 4;
        Specified by:
        getNameBytes in interface ExportPacketsRequestOrBuilder
      • setName

        public ExportPacketsRequest.Builder setName​(int index,
                                                    String value)
         The archived name of the packets. Names must match exactly.
         
        repeated string name = 4;
      • clearName

        public ExportPacketsRequest.Builder clearName()
         The archived name of the packets. Names must match exactly.
         
        repeated string name = 4;
      • addNameBytes

        public ExportPacketsRequest.Builder addNameBytes​(com.google.protobuf.ByteString value)
         The archived name of the packets. Names must match exactly.
         
        repeated string name = 4;
      • setUnknownFields

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

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