public interface ListNotificationsResponseOrBuilder 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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getNotifications(int index)
public abstract Notification getNotifications(int index)The list of items.
repeated .google.storage.v2.Notification notifications = 1;
| Name | Description |
| index | int |
| Type | Description |
| Notification |
getNotificationsCount()
public abstract int getNotificationsCount()The list of items.
repeated .google.storage.v2.Notification notifications = 1;
| Type | Description |
| int |
getNotificationsList()
public abstract List<Notification> getNotificationsList()The list of items.
repeated .google.storage.v2.Notification notifications = 1;
| Type | Description |
| List<Notification> |
getNotificationsOrBuilder(int index)
public abstract NotificationOrBuilder getNotificationsOrBuilder(int index)The list of items.
repeated .google.storage.v2.Notification notifications = 1;
| Name | Description |
| index | int |
| Type | Description |
| NotificationOrBuilder |
getNotificationsOrBuilderList()
public abstract List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()The list of items.
repeated .google.storage.v2.Notification notifications = 1;
| Type | Description |
| List<? extends com.google.storage.v2.NotificationOrBuilder> |