public interface ListNotificationSubscriptionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String 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.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getNotificationSubscriptions(int index)
public abstract NotificationSubscription getNotificationSubscriptions(int index)The list of notification subscriptions requested by the merchant.
repeated .google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscriptions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NotificationSubscription |
|
getNotificationSubscriptionsCount()
public abstract int getNotificationSubscriptionsCount()The list of notification subscriptions requested by the merchant.
repeated .google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscriptions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNotificationSubscriptionsList()
public abstract List<NotificationSubscription> getNotificationSubscriptionsList()The list of notification subscriptions requested by the merchant.
repeated .google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscriptions = 1;
| Returns | |
|---|---|
| Type | Description |
List<NotificationSubscription> |
|
getNotificationSubscriptionsOrBuilder(int index)
public abstract NotificationSubscriptionOrBuilder getNotificationSubscriptionsOrBuilder(int index)The list of notification subscriptions requested by the merchant.
repeated .google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscriptions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NotificationSubscriptionOrBuilder |
|
getNotificationSubscriptionsOrBuilderList()
public abstract List<? extends NotificationSubscriptionOrBuilder> getNotificationSubscriptionsOrBuilderList()The list of notification subscriptions requested by the merchant.
repeated .google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscriptions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.notifications.v1beta.NotificationSubscriptionOrBuilder> |
|