Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class ListScannedResourcesResponse.
Response message for the ListScannedResources RPC.
Generated from protobuf message google.cloud.workloadmanager.v1.ListScannedResourcesResponse
Namespace
Google \ Cloud \ WorkloadManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scanned_resources |
array<ScannedResource>
All scanned resources in response. |
↳ next_page_token |
string
A token, which can be sent as |
getScannedResources
All scanned resources in response.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setScannedResources
All scanned resources in response.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ScannedResource>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|