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

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

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

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

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

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

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

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

        public boolean hasStart()
         Filter the lower bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
        Specified by:
        hasStart in interface GetParameterRangesRequestOrBuilder
      • getStart

        public com.google.protobuf.Timestamp getStart()
         Filter the lower bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
        Specified by:
        getStart in interface GetParameterRangesRequestOrBuilder
      • setStart

        public GetParameterRangesRequest.Builder setStart​(com.google.protobuf.Timestamp value)
         Filter the lower bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • setStart

        public GetParameterRangesRequest.Builder setStart​(com.google.protobuf.Timestamp.Builder builderForValue)
         Filter the lower bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • mergeStart

        public GetParameterRangesRequest.Builder mergeStart​(com.google.protobuf.Timestamp value)
         Filter the lower bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • clearStart

        public GetParameterRangesRequest.Builder clearStart()
         Filter the lower bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStartBuilder

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

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

        public boolean hasStop()
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        hasStop in interface GetParameterRangesRequestOrBuilder
      • getStop

        public com.google.protobuf.Timestamp getStop()
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        getStop in interface GetParameterRangesRequestOrBuilder
      • setStop

        public GetParameterRangesRequest.Builder setStop​(com.google.protobuf.Timestamp value)
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • setStop

        public GetParameterRangesRequest.Builder setStop​(com.google.protobuf.Timestamp.Builder builderForValue)
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • mergeStop

        public GetParameterRangesRequest.Builder mergeStop​(com.google.protobuf.Timestamp value)
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • clearStop

        public GetParameterRangesRequest.Builder clearStop()
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStopBuilder

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

        public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         Filter the upper bound of the parameter's generation time. Specify a date
         string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        getStopOrBuilder in interface GetParameterRangesRequestOrBuilder
      • hasMinGap

        public boolean hasMinGap()
         Time in milliseconds. Any gap (detected based on parameter expiration) smaller than
         this will be ignored. However if the parameter changes value, the ranges will still
         be split.
         
        optional int64 minGap = 5;
        Specified by:
        hasMinGap in interface GetParameterRangesRequestOrBuilder
      • getMinGap

        public long getMinGap()
         Time in milliseconds. Any gap (detected based on parameter expiration) smaller than
         this will be ignored. However if the parameter changes value, the ranges will still
         be split.
         
        optional int64 minGap = 5;
        Specified by:
        getMinGap in interface GetParameterRangesRequestOrBuilder
      • setMinGap

        public GetParameterRangesRequest.Builder setMinGap​(long value)
         Time in milliseconds. Any gap (detected based on parameter expiration) smaller than
         this will be ignored. However if the parameter changes value, the ranges will still
         be split.
         
        optional int64 minGap = 5;
      • clearMinGap

        public GetParameterRangesRequest.Builder clearMinGap()
         Time in milliseconds. Any gap (detected based on parameter expiration) smaller than
         this will be ignored. However if the parameter changes value, the ranges will still
         be split.
         
        optional int64 minGap = 5;
      • hasMaxGap

        public boolean hasMaxGap()
         Time in milliseconds. If the distance between two subsequent values of the parameter
         is bigger than this value (but smaller than the parameter expiration), then an
         artificial gap will be constructed. This also applies if there is no parameter
         expiration defined for the parameter.
         
        optional int64 maxGap = 6;
        Specified by:
        hasMaxGap in interface GetParameterRangesRequestOrBuilder
      • getMaxGap

        public long getMaxGap()
         Time in milliseconds. If the distance between two subsequent values of the parameter
         is bigger than this value (but smaller than the parameter expiration), then an
         artificial gap will be constructed. This also applies if there is no parameter
         expiration defined for the parameter.
         
        optional int64 maxGap = 6;
        Specified by:
        getMaxGap in interface GetParameterRangesRequestOrBuilder
      • setMaxGap

        public GetParameterRangesRequest.Builder setMaxGap​(long value)
         Time in milliseconds. If the distance between two subsequent values of the parameter
         is bigger than this value (but smaller than the parameter expiration), then an
         artificial gap will be constructed. This also applies if there is no parameter
         expiration defined for the parameter.
         
        optional int64 maxGap = 6;
      • clearMaxGap

        public GetParameterRangesRequest.Builder clearMaxGap()
         Time in milliseconds. If the distance between two subsequent values of the parameter
         is bigger than this value (but smaller than the parameter expiration), then an
         artificial gap will be constructed. This also applies if there is no parameter
         expiration defined for the parameter.
         
        optional int64 maxGap = 6;
      • setNorealtime

        public GetParameterRangesRequest.Builder setNorealtime​(boolean value)
         Disable loading of parameters from the parameter cache. Default: ``false``.
         
        optional bool norealtime = 7;
      • clearNorealtime

        public GetParameterRangesRequest.Builder clearNorealtime()
         Disable loading of parameters from the parameter cache. Default: ``false``.
         
        optional bool norealtime = 7;
      • hasProcessor

        public boolean hasProcessor()
         The name of the processor from which to use the parameter cache. Default: ``realtime``.
         
        optional string processor = 8;
        Specified by:
        hasProcessor in interface GetParameterRangesRequestOrBuilder
      • getProcessorBytes

        public com.google.protobuf.ByteString getProcessorBytes()
         The name of the processor from which to use the parameter cache. Default: ``realtime``.
         
        optional string processor = 8;
        Specified by:
        getProcessorBytes in interface GetParameterRangesRequestOrBuilder
      • setProcessor

        public GetParameterRangesRequest.Builder setProcessor​(String value)
         The name of the processor from which to use the parameter cache. Default: ``realtime``.
         
        optional string processor = 8;
      • clearProcessor

        public GetParameterRangesRequest.Builder clearProcessor()
         The name of the processor from which to use the parameter cache. Default: ``realtime``.
         
        optional string processor = 8;
      • setProcessorBytes

        public GetParameterRangesRequest.Builder setProcessorBytes​(com.google.protobuf.ByteString value)
         The name of the processor from which to use the parameter cache. Default: ``realtime``.
         
        optional string processor = 8;
      • setUnknownFields

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

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