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

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

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

        public ListNotificationChannelsRequest 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<ListNotificationChannelsRequest.Builder>
      • getName

        public String getName()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container
         in which to look for the notification channels; it does not name a
         specific channel. To query a specific channel by REST resource name, use
         the
         [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
         operation.
         
        string name = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container
         in which to look for the notification channels; it does not name a
         specific channel. To query a specific channel by REST resource name, use
         the
         [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
         operation.
         
        string name = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ListNotificationChannelsRequest.Builder setName​(String value)
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container
         in which to look for the notification channels; it does not name a
         specific channel. To query a specific channel by REST resource name, use
         the
         [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
         operation.
         
        string name = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ListNotificationChannelsRequest.Builder clearName()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container
         in which to look for the notification channels; it does not name a
         specific channel. To query a specific channel by REST resource name, use
         the
         [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
         operation.
         
        string name = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public ListNotificationChannelsRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container
         in which to look for the notification channels; it does not name a
         specific channel. To query a specific channel by REST resource name, use
         the
         [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
         operation.
         
        string name = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getFilter

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

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

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

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

        public ListNotificationChannelsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         If provided, this field specifies the criteria that must be met by
         notification channels to be included in the response.
        
         For more details, see [sorting and
         filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
         
        string filter = 6;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getOrderBy

        public String getOrderBy()
         A comma-separated list of fields by which to sort the result. Supports
         the same set of fields as in `filter`. Entries can be prefixed with
         a minus sign to sort in descending rather than ascending order.
        
         For more details, see [sorting and
         filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
         
        string order_by = 7;
        Specified by:
        getOrderBy in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The orderBy.
      • getOrderByBytes

        public com.google.protobuf.ByteString getOrderByBytes()
         A comma-separated list of fields by which to sort the result. Supports
         the same set of fields as in `filter`. Entries can be prefixed with
         a minus sign to sort in descending rather than ascending order.
        
         For more details, see [sorting and
         filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
         
        string order_by = 7;
        Specified by:
        getOrderByBytes in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The bytes for orderBy.
      • setOrderBy

        public ListNotificationChannelsRequest.Builder setOrderBy​(String value)
         A comma-separated list of fields by which to sort the result. Supports
         the same set of fields as in `filter`. Entries can be prefixed with
         a minus sign to sort in descending rather than ascending order.
        
         For more details, see [sorting and
         filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
         
        string order_by = 7;
        Parameters:
        value - The orderBy to set.
        Returns:
        This builder for chaining.
      • clearOrderBy

        public ListNotificationChannelsRequest.Builder clearOrderBy()
         A comma-separated list of fields by which to sort the result. Supports
         the same set of fields as in `filter`. Entries can be prefixed with
         a minus sign to sort in descending rather than ascending order.
        
         For more details, see [sorting and
         filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
         
        string order_by = 7;
        Returns:
        This builder for chaining.
      • setOrderByBytes

        public ListNotificationChannelsRequest.Builder setOrderByBytes​(com.google.protobuf.ByteString value)
         A comma-separated list of fields by which to sort the result. Supports
         the same set of fields as in `filter`. Entries can be prefixed with
         a minus sign to sort in descending rather than ascending order.
        
         For more details, see [sorting and
         filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
         
        string order_by = 7;
        Parameters:
        value - The bytes for orderBy to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         The maximum number of results to return in a single response. If
         not set to a positive number, a reasonable value will be chosen by the
         service.
         
        int32 page_size = 3;
        Specified by:
        getPageSize in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListNotificationChannelsRequest.Builder setPageSize​(int value)
         The maximum number of results to return in a single response. If
         not set to a positive number, a reasonable value will be chosen by the
         service.
         
        int32 page_size = 3;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListNotificationChannelsRequest.Builder clearPageSize()
         The maximum number of results to return in a single response. If
         not set to a positive number, a reasonable value will be chosen by the
         service.
         
        int32 page_size = 3;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         If non-empty, `page_token` must contain a value returned as the
         `next_page_token` in a previous response to request the next set
         of results.
         
        string page_token = 4;
        Specified by:
        getPageToken in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         If non-empty, `page_token` must contain a value returned as the
         `next_page_token` in a previous response to request the next set
         of results.
         
        string page_token = 4;
        Specified by:
        getPageTokenBytes in interface ListNotificationChannelsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListNotificationChannelsRequest.Builder setPageToken​(String value)
         If non-empty, `page_token` must contain a value returned as the
         `next_page_token` in a previous response to request the next set
         of results.
         
        string page_token = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListNotificationChannelsRequest.Builder clearPageToken()
         If non-empty, `page_token` must contain a value returned as the
         `next_page_token` in a previous response to request the next set
         of results.
         
        string page_token = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListNotificationChannelsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         If non-empty, `page_token` must contain a value returned as the
         `next_page_token` in a previous response to request the next set
         of results.
         
        string page_token = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.