public interface ListNotificationConfigsResponseOrBuilder 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. |
getNotificationConfigs(int index)
public abstract NotificationConfig getNotificationConfigs(int index)The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
| Name | Description |
index |
int |
| Type | Description |
NotificationConfig |
getNotificationConfigsCount()
public abstract int getNotificationConfigsCount()The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
| Type | Description |
int |
getNotificationConfigsList()
public abstract List<NotificationConfig> getNotificationConfigsList()The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
| Type | Description |
List<NotificationConfig> |
getNotificationConfigsOrBuilder(int index)
public abstract NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
| Name | Description |
index |
int |
| Type | Description |
NotificationConfigOrBuilder |
getNotificationConfigsOrBuilderList()
public abstract List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
| Type | Description |
List<? extends com.google.storage.v2.NotificationConfigOrBuilder> |