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

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

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

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

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

        public StreamCompletenessIndexRequest.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()
         The time at which to start retrieving index records.
         
        optional .google.protobuf.Timestamp start = 2;
        Specified by:
        hasStart in interface StreamCompletenessIndexRequestOrBuilder
        Returns:
        Whether the start field is set.
      • 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 StreamCompletenessIndexRequestOrBuilder
        Returns:
        The start.
      • setStart

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

        public StreamCompletenessIndexRequest.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 StreamCompletenessIndexRequest.Builder mergeStart​(com.google.protobuf.Timestamp value)
         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;
      • hasStop

        public boolean hasStop()
         The time at which to stop retrieving index records.
         
        optional .google.protobuf.Timestamp stop = 3;
        Specified by:
        hasStop in interface StreamCompletenessIndexRequestOrBuilder
        Returns:
        Whether the stop field is set.
      • 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 StreamCompletenessIndexRequestOrBuilder
        Returns:
        The stop.
      • setStop

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

        public StreamCompletenessIndexRequest.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 StreamCompletenessIndexRequest.Builder mergeStop​(com.google.protobuf.Timestamp value)
         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;