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