Google Cloud OsConfig V1 Client - Class ListOSPolicyAssignmentReportsResponse (1.1.1)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOsPolicyAssignmentReports

List of OS policy assignment reports.

Parameter
NameDescription
var array<Google\Cloud\OsConfig\V1\OSPolicyAssignmentReport>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this