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

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

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

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

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

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

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

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

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

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

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

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

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

        public boolean hasMergeTime()
         Value in milliseconds that indicates the maximum gap before two consecutive index
         ranges are merged together. Default: ``2000``
         
        optional int32 mergeTime = 2;
        Specified by:
        hasMergeTime in interface ListEventIndexRequestOrBuilder
      • getMergeTime

        public int getMergeTime()
         Value in milliseconds that indicates the maximum gap before two consecutive index
         ranges are merged together. Default: ``2000``
         
        optional int32 mergeTime = 2;
        Specified by:
        getMergeTime in interface ListEventIndexRequestOrBuilder
      • setMergeTime

        public ListEventIndexRequest.Builder setMergeTime​(int value)
         Value in milliseconds that indicates the maximum gap before two consecutive index
         ranges are merged together. Default: ``2000``
         
        optional int32 mergeTime = 2;
      • clearMergeTime

        public ListEventIndexRequest.Builder clearMergeTime()
         Value in milliseconds that indicates the maximum gap before two consecutive index
         ranges are merged together. Default: ``2000``
         
        optional int32 mergeTime = 2;
      • hasLimit

        public boolean hasLimit()
         The maximum number of returned entries. Choose this value too high and you risk
         hitting the maximum response size limit enforced by the server. Default: ``1000``.
         Note that in general it is advised to control the size of the response via
         ``mergeTime``, rather than via ``limit``.
         
        optional int32 limit = 3;
        Specified by:
        hasLimit in interface ListEventIndexRequestOrBuilder
      • getLimit

        public int getLimit()
         The maximum number of returned entries. Choose this value too high and you risk
         hitting the maximum response size limit enforced by the server. Default: ``1000``.
         Note that in general it is advised to control the size of the response via
         ``mergeTime``, rather than via ``limit``.
         
        optional int32 limit = 3;
        Specified by:
        getLimit in interface ListEventIndexRequestOrBuilder
      • setLimit

        public ListEventIndexRequest.Builder setLimit​(int value)
         The maximum number of returned entries. Choose this value too high and you risk
         hitting the maximum response size limit enforced by the server. Default: ``1000``.
         Note that in general it is advised to control the size of the response via
         ``mergeTime``, rather than via ``limit``.
         
        optional int32 limit = 3;
      • clearLimit

        public ListEventIndexRequest.Builder clearLimit()
         The maximum number of returned entries. Choose this value too high and you risk
         hitting the maximum response size limit enforced by the server. Default: ``1000``.
         Note that in general it is advised to control the size of the response via
         ``mergeTime``, rather than via ``limit``.
         
        optional int32 limit = 3;
      • hasStart

        public boolean hasStart()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
        Specified by:
        hasStart in interface ListEventIndexRequestOrBuilder
      • getStart

        public com.google.protobuf.Timestamp getStart()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
        Specified by:
        getStart in interface ListEventIndexRequestOrBuilder
      • setStart

        public ListEventIndexRequest.Builder setStart​(com.google.protobuf.Timestamp value)
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
      • setStart

        public ListEventIndexRequest.Builder setStart​(com.google.protobuf.Timestamp.Builder builderForValue)
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
      • mergeStart

        public ListEventIndexRequest.Builder mergeStart​(com.google.protobuf.Timestamp value)
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
      • clearStart

        public ListEventIndexRequest.Builder clearStart()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
      • getStartBuilder

        public com.google.protobuf.Timestamp.Builder getStartBuilder()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
      • getStartOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 4;
        Specified by:
        getStartOrBuilder in interface ListEventIndexRequestOrBuilder
      • hasStop

        public boolean hasStop()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
        Specified by:
        hasStop in interface ListEventIndexRequestOrBuilder
      • getStop

        public com.google.protobuf.Timestamp getStop()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
        Specified by:
        getStop in interface ListEventIndexRequestOrBuilder
      • setStop

        public ListEventIndexRequest.Builder setStop​(com.google.protobuf.Timestamp value)
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
      • setStop

        public ListEventIndexRequest.Builder setStop​(com.google.protobuf.Timestamp.Builder builderForValue)
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
      • mergeStop

        public ListEventIndexRequest.Builder mergeStop​(com.google.protobuf.Timestamp value)
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
      • clearStop

        public ListEventIndexRequest.Builder clearStop()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
      • getStopBuilder

        public com.google.protobuf.Timestamp.Builder getStopBuilder()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
      • getStopOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 5;
        Specified by:
        getStopOrBuilder in interface ListEventIndexRequestOrBuilder
      • setUnknownFields

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

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