Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class ListResourceMaintenancesResponse.
The response structure for the ListResourceMaintenances method.
Generated from protobuf message google.cloud.maintenance.api.v1beta.ListResourceMaintenancesResponse
Namespace
Google \ Cloud \ Maintenance \ Api \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_maintenances |
array<ResourceMaintenance>
The resulting resource maintenances. |
↳ next_page_token |
string
If present, the next page token can be provided to a subsequent ListResourceMaintenances call to list the next page. If empty, there are no more pages. |
↳ unreachable |
array
Locations that could not be reached. |
getResourceMaintenances
The resulting resource maintenances.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResourceMaintenances
The resulting resource maintenances.
Parameter | |
---|---|
Name | Description |
var |
array<ResourceMaintenance>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If present, the next page token can be provided to a subsequent ListResourceMaintenances call to list the next page.
If empty, there are no more pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If present, the next page token can be provided to a subsequent ListResourceMaintenances call to list the next page.
If empty, there are no more pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Locations that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Locations that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |