Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class SummarizeMaintenancesResponse.
Request message for SummarizeMaintenances custom method.
Generated from protobuf message google.cloud.maintenance.api.v1beta.SummarizeMaintenancesResponse
Namespace
Google \ Cloud \ Maintenance \ Api \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ maintenances |
array<MaintenanceSummary>
The resulting summaries. |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMaintenances
The resulting summaries.
| Parameter | |
|---|---|
| Name | Description |
var |
array<MaintenanceSummary>
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Unordered list. Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Unordered list. Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|