Google Cloud Security Center Management V1 Client - Class ListSecurityCenterServicesResponse (0.3.2)

Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class ListSecurityCenterServicesResponse.

Response message for listing Security Command Center services.

Generated from protobuf message google.cloud.securitycentermanagement.v1.ListSecurityCenterServicesResponse

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ security_center_services array<Google\Cloud\SecurityCenterManagement\V1\SecurityCenterService>

The list of services.

↳ next_page_token string

A token identifying a page of results the server should return.

getSecurityCenterServices

The list of services.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSecurityCenterServices

The list of services.

Parameter
Name Description
var array<Google\Cloud\SecurityCenterManagement\V1\SecurityCenterService>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this