Reference documentation and code samples for the Google Workspace Add-ons V1 Client class InstallStatus.
Developer mode install status of a deployment
Generated from protobuf message google.cloud.gsuiteaddons.v1.InstallStatus
Namespace
Google \ Cloud \ GSuiteAddOns \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The canonical full resource name of the deployment install status. Example: |
↳ installed |
Google\Protobuf\BoolValue
True if the deployment is installed for the user |
getName
The canonical full resource name of the deployment install status.
Example: projects/123/deployments/my_deployment/installStatus.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The canonical full resource name of the deployment install status.
Example: projects/123/deployments/my_deployment/installStatus.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInstalled
True if the deployment is installed for the user
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\BoolValue|null |
|
hasInstalled
clearInstalled
getInstalledValue
Returns the unboxed value from getInstalled()
True if the deployment is installed for the user
| Returns | |
|---|---|
| Type | Description |
bool|null |
|
setInstalled
True if the deployment is installed for the user
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\BoolValue
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
setInstalledValue
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
True if the deployment is installed for the user
| Parameter | |
|---|---|
| Name | Description |
var |
bool|null
|
| Returns | |
|---|---|
| Type | Description |
$this |
|