Google Shopping Merchant Notifications V1beta Client - Class ListNotificationSubscriptionsResponse (0.1.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\Internal\RepeatedField

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