Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListOSPolicyAssignmentsResponse.
A response message for listing all assignments under given parent.
Generated from protobuf message google.cloud.osconfig.v1.ListOSPolicyAssignmentsResponse
Namespace
Google \ Cloud \ OsConfig \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ os_policy_assignments |
array<Google\Cloud\OsConfig\V1\OSPolicyAssignment>
The list of assignments |
↳ next_page_token |
string
The pagination token to retrieve the next page of OS policy assignments. |
getOsPolicyAssignments
The list of assignments
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOsPolicyAssignments
The list of assignments
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\OsConfig\V1\OSPolicyAssignment>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The pagination token to retrieve the next page of OS policy assignments.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The pagination token to retrieve the next page of OS policy assignments.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |