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

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

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

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

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

        public String getParent()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
         Uptime check configurations are listed. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListUptimeCheckConfigsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
         Uptime check configurations are listed. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListUptimeCheckConfigsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListUptimeCheckConfigsRequest.Builder setParent​(String value)
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
         Uptime check configurations are listed. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
         
        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 ListUptimeCheckConfigsRequest.Builder clearParent()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
         Uptime check configurations are listed. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListUptimeCheckConfigsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
         Uptime check configurations are listed. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
         
        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.
      • getFilter

        public String getFilter()
         If provided, this field specifies the criteria that must be met by
         uptime checks to be included in the response.
        
         For more details, see [Filtering
         syntax](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
         
        string filter = 2;
        Specified by:
        getFilter in interface ListUptimeCheckConfigsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         If provided, this field specifies the criteria that must be met by
         uptime checks to be included in the response.
        
         For more details, see [Filtering
         syntax](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
         
        string filter = 2;
        Specified by:
        getFilterBytes in interface ListUptimeCheckConfigsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListUptimeCheckConfigsRequest.Builder setFilter​(String value)
         If provided, this field specifies the criteria that must be met by
         uptime checks to be included in the response.
        
         For more details, see [Filtering
         syntax](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
         
        string filter = 2;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListUptimeCheckConfigsRequest.Builder clearFilter()
         If provided, this field specifies the criteria that must be met by
         uptime checks to be included in the response.
        
         For more details, see [Filtering
         syntax](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
         
        string filter = 2;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListUptimeCheckConfigsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         If provided, this field specifies the criteria that must be met by
         uptime checks to be included in the response.
        
         For more details, see [Filtering
         syntax](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
         
        string filter = 2;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • 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.
         
        int32 page_size = 3;
        Specified by:
        getPageSize in interface ListUptimeCheckConfigsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListUptimeCheckConfigsRequest.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.
         
        int32 page_size = 3;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListUptimeCheckConfigsRequest.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.
         
        int32 page_size = 3;
        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.
         
        string page_token = 4;
        Specified by:
        getPageToken in interface ListUptimeCheckConfigsRequestOrBuilder
        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.
         
        string page_token = 4;
        Specified by:
        getPageTokenBytes in interface ListUptimeCheckConfigsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListUptimeCheckConfigsRequest.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.
         
        string page_token = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListUptimeCheckConfigsRequest.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.
         
        string page_token = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListUptimeCheckConfigsRequest.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.
         
        string page_token = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.