Interface ListNotificationsResponseOrBuilder (2.9.3)

public interface ListNotificationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Notification

getNotificationsCount()

public abstract int getNotificationsCount()

The list of items.

repeated .google.storage.v2.Notification notifications = 1;

Returns
TypeDescription
int

getNotificationsList()

public abstract List<Notification> getNotificationsList()

The list of items.

repeated .google.storage.v2.Notification notifications = 1;

Returns
TypeDescription
List<Notification>

getNotificationsOrBuilder(int index)

public abstract NotificationOrBuilder getNotificationsOrBuilder(int index)

The list of items.

repeated .google.storage.v2.Notification notifications = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationOrBuilder

getNotificationsOrBuilderList()

public abstract List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()

The list of items.

repeated .google.storage.v2.Notification notifications = 1;

Returns
TypeDescription
List<? extends com.google.storage.v2.NotificationOrBuilder>