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

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

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

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

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

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

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

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

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

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

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

        public ListHotTabletsRequest.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<ListHotTabletsRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The cluster name to list hot tablets.
         Value is in the following form:
         `projects/{project}/instances/{instance}/clusters/{cluster}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListHotTabletsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The cluster name to list hot tablets.
         Value is in the following form:
         `projects/{project}/instances/{instance}/clusters/{cluster}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListHotTabletsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListHotTabletsRequest.Builder setParent​(String value)
         Required. The cluster name to list hot tablets.
         Value is in the following form:
         `projects/{project}/instances/{instance}/clusters/{cluster}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListHotTabletsRequest.Builder clearParent()
         Required. The cluster name to list hot tablets.
         Value is in the following form:
         `projects/{project}/instances/{instance}/clusters/{cluster}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListHotTabletsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The cluster name to list hot tablets.
         Value is in the following form:
         `projects/{project}/instances/{instance}/clusters/{cluster}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasStartTime

        public boolean hasStartTime()
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
        Specified by:
        hasStartTime in interface ListHotTabletsRequestOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
        Specified by:
        getStartTime in interface ListHotTabletsRequestOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public ListHotTabletsRequest.Builder setStartTime​(com.google.protobuf.Timestamp value)
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
      • setStartTime

        public ListHotTabletsRequest.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
      • mergeStartTime

        public ListHotTabletsRequest.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
      • clearStartTime

        public ListHotTabletsRequest.Builder clearStartTime()
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         The start time to list hot tablets. The hot tablets in the response will
         have start times between the requested start time and end time. Start time
         defaults to Now if it is unset, and end time defaults to Now - 24 hours if
         it is unset. The start time should be less than the end time, and the
         maximum allowed time range between start time and end time is 48 hours.
         Start time and end time should have values between Now and Now - 14 days.
         
        .google.protobuf.Timestamp start_time = 2;
        Specified by:
        getStartTimeOrBuilder in interface ListHotTabletsRequestOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
        Specified by:
        hasEndTime in interface ListHotTabletsRequestOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
        Specified by:
        getEndTime in interface ListHotTabletsRequestOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public ListHotTabletsRequest.Builder setEndTime​(com.google.protobuf.Timestamp value)
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
      • setEndTime

        public ListHotTabletsRequest.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
      • mergeEndTime

        public ListHotTabletsRequest.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
      • getEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         The end time to list hot tablets.
         
        .google.protobuf.Timestamp end_time = 3;
        Specified by:
        getEndTimeOrBuilder in interface ListHotTabletsRequestOrBuilder
      • getPageSize

        public int getPageSize()
         Maximum number of results per page.
        
         A page_size that is empty or zero lets the server choose the number of
         items to return. A page_size which is strictly positive will return at most
         that many items. A negative page_size will cause an error.
        
         Following the first request, subsequent paginated calls do not need a
         page_size field. If a page_size is set in subsequent calls, it must match
         the page_size given in the first request.
         
        int32 page_size = 4;
        Specified by:
        getPageSize in interface ListHotTabletsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListHotTabletsRequest.Builder setPageSize​(int value)
         Maximum number of results per page.
        
         A page_size that is empty or zero lets the server choose the number of
         items to return. A page_size which is strictly positive will return at most
         that many items. A negative page_size will cause an error.
        
         Following the first request, subsequent paginated calls do not need a
         page_size field. If a page_size is set in subsequent calls, it must match
         the page_size given in the first request.
         
        int32 page_size = 4;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListHotTabletsRequest.Builder clearPageSize()
         Maximum number of results per page.
        
         A page_size that is empty or zero lets the server choose the number of
         items to return. A page_size which is strictly positive will return at most
         that many items. A negative page_size will cause an error.
        
         Following the first request, subsequent paginated calls do not need a
         page_size field. If a page_size is set in subsequent calls, it must match
         the page_size given in the first request.
         
        int32 page_size = 4;
        Returns:
        This builder for chaining.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         The value of `next_page_token` returned by a previous call.
         
        string page_token = 5;
        Specified by:
        getPageTokenBytes in interface ListHotTabletsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListHotTabletsRequest.Builder setPageToken​(String value)
         The value of `next_page_token` returned by a previous call.
         
        string page_token = 5;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListHotTabletsRequest.Builder clearPageToken()
         The value of `next_page_token` returned by a previous call.
         
        string page_token = 5;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListHotTabletsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The value of `next_page_token` returned by a previous call.
         
        string page_token = 5;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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