Reference documentation and code samples for the Google Cloud Maintenance Api V1 Client class SummarizeMaintenancesResponse.
Request message for SummarizeMaintenances custom method.
Generated from protobuf message google.cloud.maintenance.api.v1.SummarizeMaintenancesResponse
Namespace
Google \ Cloud \ Maintenance \ Api \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ maintenances
↳ next_page_token
string
If present, the next page token can be provided to a subsequent SummarizeMaintenances call to list the next page. If empty, there are no more pages.
↳ unreachable
array
Unordered list. Locations that could not be reached.
getMaintenances
The resulting summaries.
setMaintenances
The resulting summaries.
$this
getNextPageToken
If present, the next page token can be provided to a subsequent SummarizeMaintenances call to list the next page.
If empty, there are no more pages.
string
setNextPageToken
If present, the next page token can be provided to a subsequent SummarizeMaintenances call to list the next page.
If empty, there are no more pages.
var
string
$this
getUnreachable
Unordered list. Locations that could not be reached.
setUnreachable
Unordered list. Locations that could not be reached.
var
string[]
$this

