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

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

Response message for SecurityCenterManagement.ListSecurityCenterServices.

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<SecurityCenterService>

The list of services.

↳ next_page_token string

A pagination token. To retrieve the next page of results, call the method again with this token.

getSecurityCenterServices

The list of services.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSecurityCenterServices

The list of services.

Parameter
Name Description
var array<SecurityCenterService>
Returns
Type Description
$this

getNextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

Returns
Type Description
string

setNextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

Parameter
Name Description
var string
Returns
Type Description
$this