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

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

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

        public ListCompletenessIndexRequest 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<ListCompletenessIndexRequest.Builder>
      • mergeFrom

        public ListCompletenessIndexRequest.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<ListCompletenessIndexRequest.Builder>
        Throws:
        IOException
      • 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 = 2;
        Specified by:
        hasLimit in interface ListCompletenessIndexRequestOrBuilder
      • 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 = 2;
        Specified by:
        getLimit in interface ListCompletenessIndexRequestOrBuilder
      • setLimit

        public ListCompletenessIndexRequest.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 = 2;
      • clearLimit

        public ListCompletenessIndexRequest.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 = 2;
      • 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 = 3;
        Specified by:
        hasStart in interface ListCompletenessIndexRequestOrBuilder
      • 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 = 3;
        Specified by:
        getStart in interface ListCompletenessIndexRequestOrBuilder
      • setStart

        public ListCompletenessIndexRequest.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 = 3;
      • setStart

        public ListCompletenessIndexRequest.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 = 3;
      • mergeStart

        public ListCompletenessIndexRequest.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 = 3;
      • clearStart

        public ListCompletenessIndexRequest.Builder clearStart()
         Filter the lower bound of the index entries. 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 index entries. 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 index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
        Specified by:
        getStartOrBuilder in interface ListCompletenessIndexRequestOrBuilder
      • 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 = 4;
        Specified by:
        hasStop in interface ListCompletenessIndexRequestOrBuilder
      • 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 = 4;
        Specified by:
        getStop in interface ListCompletenessIndexRequestOrBuilder
      • setStop

        public ListCompletenessIndexRequest.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 = 4;
      • setStop

        public ListCompletenessIndexRequest.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 = 4;
      • mergeStop

        public ListCompletenessIndexRequest.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 = 4;
      • clearStop

        public ListCompletenessIndexRequest.Builder clearStop()
         Filter the upper bound of the index entries. 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 index entries. 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 index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        getStopOrBuilder in interface ListCompletenessIndexRequestOrBuilder