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

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

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

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

        public String getName()
         Required. The REST resource name of the parent from which to retrieve
         the notification channel descriptors. The expected syntax is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         Note that this
         [names](https://cloud.google.com/monitoring/api/v3#project_name) the parent
         container in which to look for the descriptors; to retrieve a single
         descriptor by name, use the
         [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
         operation, instead.
         
        string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface ListNotificationChannelDescriptorsRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The REST resource name of the parent from which to retrieve
         the notification channel descriptors. The expected syntax is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         Note that this
         [names](https://cloud.google.com/monitoring/api/v3#project_name) the parent
         container in which to look for the descriptors; to retrieve a single
         descriptor by name, use the
         [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
         operation, instead.
         
        string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface ListNotificationChannelDescriptorsRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ListNotificationChannelDescriptorsRequest.Builder setName​(String value)
         Required. The REST resource name of the parent from which to retrieve
         the notification channel descriptors. The expected syntax is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         Note that this
         [names](https://cloud.google.com/monitoring/api/v3#project_name) the parent
         container in which to look for the descriptors; to retrieve a single
         descriptor by name, use the
         [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
         operation, instead.
         
        string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ListNotificationChannelDescriptorsRequest.Builder clearName()
         Required. The REST resource name of the parent from which to retrieve
         the notification channel descriptors. The expected syntax is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         Note that this
         [names](https://cloud.google.com/monitoring/api/v3#project_name) the parent
         container in which to look for the descriptors; to retrieve a single
         descriptor by name, use the
         [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
         operation, instead.
         
        string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public ListNotificationChannelDescriptorsRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The REST resource name of the parent from which to retrieve
         the notification channel descriptors. The expected syntax is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         Note that this
         [names](https://cloud.google.com/monitoring/api/v3#project_name) the parent
         container in which to look for the descriptors; to retrieve a single
         descriptor by name, use the
         [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
         operation, instead.
         
        string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name 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 = 2;
        Specified by:
        getPageSize in interface ListNotificationChannelDescriptorsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

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

        public ListNotificationChannelDescriptorsRequest.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 = 2;
        Returns:
        This builder for chaining.
      • 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 = 3;
        Specified by:
        getPageTokenBytes in interface ListNotificationChannelDescriptorsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

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

        public ListNotificationChannelDescriptorsRequest.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 = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

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