Interface ListNotificationConfigsResponseOrBuilder (2.22.2)

public interface ListNotificationConfigsResponseOrBuilder 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.

getNotificationConfigs(int index)

public abstract NotificationConfig getNotificationConfigs(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfig

getNotificationConfigsCount()

public abstract int getNotificationConfigsCount()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
TypeDescription
int

getNotificationConfigsList()

public abstract List<NotificationConfig> getNotificationConfigsList()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
TypeDescription
List<NotificationConfig>

getNotificationConfigsOrBuilder(int index)

public abstract NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfigOrBuilder

getNotificationConfigsOrBuilderList()

public abstract List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

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