Google Cloud Security Command Center V1 Client - Class ListNotificationConfigsResponse (1.17.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListNotificationConfigsResponse.

Response message for listing notification configs.

Generated from protobuf message google.cloud.securitycenter.v1.ListNotificationConfigsResponse

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ notification_configs array<Google\Cloud\SecurityCenter\V1\NotificationConfig>

Notification configs belonging to the requested parent.

↳ next_page_token string

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

getNotificationConfigs

Notification configs belonging to the requested parent.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNotificationConfigs

Notification configs belonging to the requested parent.

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\NotificationConfig>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this