Google Cloud OsConfig V1 Client - Class ListOSPolicyAssignmentReportsResponse (1.3.3)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListOSPolicyAssignmentReportsResponse.

A response message for listing OS Policy assignment reports including the page of results and page token.

Generated from protobuf message google.cloud.osconfig.v1.ListOSPolicyAssignmentReportsResponse

Namespace

Google \ Cloud \ OsConfig \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ os_policy_assignment_reports array<Google\Cloud\OsConfig\V1\OSPolicyAssignmentReport>

List of OS policy assignment reports.

↳ next_page_token string

The pagination token to retrieve the next page of OS policy assignment report objects.

getOsPolicyAssignmentReports

List of OS policy assignment reports.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setOsPolicyAssignmentReports

List of OS policy assignment reports.

Parameter
Name Description
var array<Google\Cloud\OsConfig\V1\OSPolicyAssignmentReport>
Returns
Type Description
$this

getNextPageToken

The pagination token to retrieve the next page of OS policy assignment report objects.

Returns
Type Description
string

setNextPageToken

The pagination token to retrieve the next page of OS policy assignment report objects.

Parameter
Name Description
var string
Returns
Type Description
$this