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

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

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

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

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

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

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

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

        public String getParent()
         Required. The parent, which owns this collection of notifications.
         Must be of the form "organizations/{organization}/locations/{location}".
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListNotificationsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent, which owns this collection of notifications.
         Must be of the form "organizations/{organization}/locations/{location}".
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListNotificationsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListNotificationsRequest.Builder setParent​(String value)
         Required. The parent, which owns this collection of notifications.
         Must be of the form "organizations/{organization}/locations/{location}".
         
        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 ListNotificationsRequest.Builder clearParent()
         Required. The parent, which owns this collection of notifications.
         Must be of the form "organizations/{organization}/locations/{location}".
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListNotificationsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent, which owns this collection of notifications.
         Must be of the form "organizations/{organization}/locations/{location}".
         
        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.
      • getPageSize

        public int getPageSize()
         The maximum number of notifications to return. The service may return
         fewer than this value. If unspecified or equal to 0, at most 50
         notifications will be returned. The maximum value is 50; values above 50
         will be coerced to 50.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface ListNotificationsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListNotificationsRequest.Builder setPageSize​(int value)
         The maximum number of notifications to return. The service may return
         fewer than this value. If unspecified or equal to 0, at most 50
         notifications will be returned. The maximum value is 50; values above 50
         will be coerced to 50.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListNotificationsRequest.Builder clearPageSize()
         The maximum number of notifications to return. The service may return
         fewer than this value. If unspecified or equal to 0, at most 50
         notifications will be returned. The maximum value is 50; values above 50
         will be coerced to 50.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         A page token returned from a previous request.
         When paginating, all other parameters provided in the request
         must match the call that returned the page token.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface ListNotificationsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         A page token returned from a previous request.
         When paginating, all other parameters provided in the request
         must match the call that returned the page token.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListNotificationsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListNotificationsRequest.Builder setPageToken​(String value)
         A page token returned from a previous request.
         When paginating, all other parameters provided in the request
         must match the call that returned the page token.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListNotificationsRequest.Builder clearPageToken()
         A page token returned from a previous request.
         When paginating, all other parameters provided in the request
         must match the call that returned the page token.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListNotificationsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         A page token returned from a previous request.
         When paginating, all other parameters provided in the request
         must match the call that returned the page token.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getViewValue

        public int getViewValue()
         Specifies which parts of the notification resource should be returned
         in the response.
         
        .google.cloud.advisorynotifications.v1.NotificationView view = 4;
        Specified by:
        getViewValue in interface ListNotificationsRequestOrBuilder
        Returns:
        The enum numeric value on the wire for view.
      • setViewValue

        public ListNotificationsRequest.Builder setViewValue​(int value)
         Specifies which parts of the notification resource should be returned
         in the response.
         
        .google.cloud.advisorynotifications.v1.NotificationView view = 4;
        Parameters:
        value - The enum numeric value on the wire for view to set.
        Returns:
        This builder for chaining.
      • getView

        public NotificationView getView()
         Specifies which parts of the notification resource should be returned
         in the response.
         
        .google.cloud.advisorynotifications.v1.NotificationView view = 4;
        Specified by:
        getView in interface ListNotificationsRequestOrBuilder
        Returns:
        The view.
      • setView

        public ListNotificationsRequest.Builder setView​(NotificationView value)
         Specifies which parts of the notification resource should be returned
         in the response.
         
        .google.cloud.advisorynotifications.v1.NotificationView view = 4;
        Parameters:
        value - The view to set.
        Returns:
        This builder for chaining.
      • clearView

        public ListNotificationsRequest.Builder clearView()
         Specifies which parts of the notification resource should be returned
         in the response.
         
        .google.cloud.advisorynotifications.v1.NotificationView view = 4;
        Returns:
        This builder for chaining.
      • getLanguageCode

        public String getLanguageCode()
         ISO code for requested localization language.  If unset, will be
         interpereted as "en". If the requested language is valid, but not supported
         for this notification, English will be returned with an "Not applicable"
         LocalizationState. If the ISO code is invalid (i.e. not a real language),
         this RPC will throw an error.
         
        string language_code = 5;
        Specified by:
        getLanguageCode in interface ListNotificationsRequestOrBuilder
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        public com.google.protobuf.ByteString getLanguageCodeBytes()
         ISO code for requested localization language.  If unset, will be
         interpereted as "en". If the requested language is valid, but not supported
         for this notification, English will be returned with an "Not applicable"
         LocalizationState. If the ISO code is invalid (i.e. not a real language),
         this RPC will throw an error.
         
        string language_code = 5;
        Specified by:
        getLanguageCodeBytes in interface ListNotificationsRequestOrBuilder
        Returns:
        The bytes for languageCode.
      • setLanguageCode

        public ListNotificationsRequest.Builder setLanguageCode​(String value)
         ISO code for requested localization language.  If unset, will be
         interpereted as "en". If the requested language is valid, but not supported
         for this notification, English will be returned with an "Not applicable"
         LocalizationState. If the ISO code is invalid (i.e. not a real language),
         this RPC will throw an error.
         
        string language_code = 5;
        Parameters:
        value - The languageCode to set.
        Returns:
        This builder for chaining.
      • clearLanguageCode

        public ListNotificationsRequest.Builder clearLanguageCode()
         ISO code for requested localization language.  If unset, will be
         interpereted as "en". If the requested language is valid, but not supported
         for this notification, English will be returned with an "Not applicable"
         LocalizationState. If the ISO code is invalid (i.e. not a real language),
         this RPC will throw an error.
         
        string language_code = 5;
        Returns:
        This builder for chaining.
      • setLanguageCodeBytes

        public ListNotificationsRequest.Builder setLanguageCodeBytes​(com.google.protobuf.ByteString value)
         ISO code for requested localization language.  If unset, will be
         interpereted as "en". If the requested language is valid, but not supported
         for this notification, English will be returned with an "Not applicable"
         LocalizationState. If the ISO code is invalid (i.e. not a real language),
         this RPC will throw an error.
         
        string language_code = 5;
        Parameters:
        value - The bytes for languageCode to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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