Google Cloud Security Command Center V1 Client - Class ListMuteConfigsResponse (1.13.1)

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

Response message for listing mute configs.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ mute_configs array<Google\Cloud\SecurityCenter\V1\MuteConfig>

The mute configs from the specified parent.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getMuteConfigs

The mute configs from the specified parent.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMuteConfigs

The mute configs from the specified parent.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

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

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.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this