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

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

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

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

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

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

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

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

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

        public boolean hasStart()
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
        Specified by:
        hasStart in interface StreamPacketIndexRequestOrBuilder
      • getStart

        public com.google.protobuf.Timestamp getStart()
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
        Specified by:
        getStart in interface StreamPacketIndexRequestOrBuilder
      • setStart

        public StreamPacketIndexRequest.Builder setStart​(com.google.protobuf.Timestamp value)
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
      • setStart

        public StreamPacketIndexRequest.Builder setStart​(com.google.protobuf.Timestamp.Builder builderForValue)
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
      • mergeStart

        public StreamPacketIndexRequest.Builder mergeStart​(com.google.protobuf.Timestamp value)
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
      • clearStart

        public StreamPacketIndexRequest.Builder clearStart()
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
      • getStartBuilder

        public com.google.protobuf.Timestamp.Builder getStartBuilder()
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
      • getStartOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
        Specified by:
        getStartOrBuilder in interface StreamPacketIndexRequestOrBuilder
      • hasStop

        public boolean hasStop()
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
        Specified by:
        hasStop in interface StreamPacketIndexRequestOrBuilder
      • getStop

        public com.google.protobuf.Timestamp getStop()
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
        Specified by:
        getStop in interface StreamPacketIndexRequestOrBuilder
      • setStop

        public StreamPacketIndexRequest.Builder setStop​(com.google.protobuf.Timestamp value)
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
      • setStop

        public StreamPacketIndexRequest.Builder setStop​(com.google.protobuf.Timestamp.Builder builderForValue)
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
      • mergeStop

        public StreamPacketIndexRequest.Builder mergeStop​(com.google.protobuf.Timestamp value)
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
      • clearStop

        public StreamPacketIndexRequest.Builder clearStop()
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
      • getStopBuilder

        public com.google.protobuf.Timestamp.Builder getStopBuilder()
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
      • getStopOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
        Specified by:
        getStopOrBuilder in interface StreamPacketIndexRequestOrBuilder
      • setUnknownFields

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

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