public interface ListNotificationsResponseOrBuilder extends MessageOrBuilder
Implements
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. |
getNotifications(int index)
public abstract Notification getNotifications(int index)
List of notifications under a given parent.
repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Notification |
getNotificationsCount()
public abstract int getNotificationsCount()
List of notifications under a given parent.
repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;
Returns | |
---|---|
Type | Description |
int |
getNotificationsList()
public abstract List<Notification> getNotificationsList()
List of notifications under a given parent.
repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;
Returns | |
---|---|
Type | Description |
List<Notification> |
getNotificationsOrBuilder(int index)
public abstract NotificationOrBuilder getNotificationsOrBuilder(int index)
List of notifications under a given parent.
repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NotificationOrBuilder |
getNotificationsOrBuilderList()
public abstract List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()
List of notifications under a given parent.
repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.advisorynotifications.v1.NotificationOrBuilder> |
getTotalSize()
public abstract int getTotalSize()
Estimation of a total number of notifications.
int32 total_size = 3;
Returns | |
---|---|
Type | Description |
int |
The totalSize. |