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

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

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

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

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

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

        public ListUptimeCheckIpsRequest.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<ListUptimeCheckIpsRequest.Builder>
        Throws:
        IOException
      • getPageSize

        public int getPageSize()
         The maximum number of results to return in a single response. The server
         may further constrain the maximum number of results returned in a single
         page. If the page_size is <=0, the server will decide the number of results
         to be returned.
         NOTE: this field is not yet implemented
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface ListUptimeCheckIpsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListUptimeCheckIpsRequest.Builder setPageSize​(int value)
         The maximum number of results to return in a single response. The server
         may further constrain the maximum number of results returned in a single
         page. If the page_size is <=0, the server will decide the number of results
         to be returned.
         NOTE: this field is not yet implemented
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListUptimeCheckIpsRequest.Builder clearPageSize()
         The maximum number of results to return in a single response. The server
         may further constrain the maximum number of results returned in a single
         page. If the page_size is <=0, the server will decide the number of results
         to be returned.
         NOTE: this field is not yet implemented
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Specified by:
        getPageToken in interface ListUptimeCheckIpsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListUptimeCheckIpsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListUptimeCheckIpsRequest.Builder setPageToken​(String value)
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListUptimeCheckIpsRequest.Builder clearPageToken()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListUptimeCheckIpsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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