public interface ListNotificationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
Notification |
getNotifications(int index)
The list of items.
|
int |
getNotificationsCount()
The list of items.
|
List<Notification> |
getNotificationsList()
The list of items.
|
NotificationOrBuilder |
getNotificationsOrBuilder(int index)
The list of items.
|
List<? extends NotificationOrBuilder> |
getNotificationsOrBuilderList()
The list of items.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Notification> getNotificationsList()
The list of items.
repeated .google.storage.v2.Notification notifications = 1;Notification getNotifications(int index)
The list of items.
repeated .google.storage.v2.Notification notifications = 1;int getNotificationsCount()
The list of items.
repeated .google.storage.v2.Notification notifications = 1;List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()
The list of items.
repeated .google.storage.v2.Notification notifications = 1;NotificationOrBuilder getNotificationsOrBuilder(int index)
The list of items.
repeated .google.storage.v2.Notification notifications = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.