Interface ListNotificationConfigsResponseOrBuilder (2.45.0)

public interface ListNotificationConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getNotificationConfigs(int index)

public abstract NotificationConfig getNotificationConfigs(int index)

Notification configs belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfig

getNotificationConfigsCount()

public abstract int getNotificationConfigsCount()

Notification configs belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;

Returns
TypeDescription
int

getNotificationConfigsList()

public abstract List<NotificationConfig> getNotificationConfigsList()

Notification configs belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;

Returns
TypeDescription
List<NotificationConfig>

getNotificationConfigsOrBuilder(int index)

public abstract NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)

Notification configs belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfigOrBuilder

getNotificationConfigsOrBuilderList()

public abstract List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()

Notification configs belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.NotificationConfigOrBuilder>