Google Shopping Merchant Notifications V1beta Client - Class ListNotificationSubscriptionsResponse (1.2.1)

Reference documentation and code samples for the Google Shopping Merchant Notifications V1beta Client class ListNotificationSubscriptionsResponse.

Response message for the ListNotificationSubscription method.

Generated from protobuf message google.shopping.merchant.notifications.v1beta.ListNotificationSubscriptionsResponse

Namespace

Google \ Shopping \ Merchant \ Notifications \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ notification_subscriptions array<NotificationSubscription>

The list of notification subscriptions requested by the merchant.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getNotificationSubscriptions

The list of notification subscriptions requested by the merchant.

Returns
Type Description
Google\Protobuf\RepeatedField<NotificationSubscription>

setNotificationSubscriptions

The list of notification subscriptions requested by the merchant.

Parameter
Name Description
var array<NotificationSubscription>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this