Google Cloud Maintenance Api V1beta Client - Class MaintenanceControl (0.3.2) Stay organized with collections Save and categorize content based on your preferences.
Beta
This library is covered by thePre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see thelaunch stage descriptions.
Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class MaintenanceControl.
The control of the maintenance.
Generated from protobuf messagegoogle.cloud.maintenance.api.v1beta.MaintenanceControl
Namespace
Google \ Cloud \ Maintenance \ Api \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ control | intThe control of the resource maintenance. |
↳ is_custom | boolIndicates whether the control is available only in Service Producer API (not through Unified Maintenance). |
↳ documentation | stringLink to Service Producer documentation about maintenance control. Provided only when |
getControl
The control of the resource maintenance.
| Returns | |
|---|---|
| Type | Description |
int | Enum of typeControl. |
setControl
The control of the resource maintenance.
| Parameter | |
|---|---|
| Name | Description |
var | intEnum of typeControl. |
| Returns | |
|---|---|
| Type | Description |
$this | |
getIsCustom
Indicates whether the control is available only in Service Producer API(not through Unified Maintenance).
| Returns | |
|---|---|
| Type | Description |
bool | |
setIsCustom
Indicates whether the control is available only in Service Producer API(not through Unified Maintenance).
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getDocumentation
Link to Service Producer documentation about maintenance control. Providedonly whenisCustom istrue.
| Returns | |
|---|---|
| Type | Description |
string | |
setDocumentation
Link to Service Producer documentation about maintenance control. Providedonly whenisCustom istrue.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.