public interface ListNotificationConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| NotificationConfig |
getNotificationConfigsCount()
public abstract int getNotificationConfigsCount()Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
| Type | Description |
| int |
getNotificationConfigsList()
public abstract List<NotificationConfig> getNotificationConfigsList()Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| NotificationConfigOrBuilder |
getNotificationConfigsOrBuilderList()
public abstract List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.NotificationConfigOrBuilder> |