Google Workspace Add-ons V1 Client - Class InstallStatus (0.1.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The canonical full resource name of the deployment install status. Example: projects/123/deployments/my_deployment/installStatus.

↳ 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
TypeDescription
string

setName

The canonical full resource name of the deployment install status.

Example: projects/123/deployments/my_deployment/installStatus.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstalled

True if the deployment is installed for the user

Returns
TypeDescription
Google\Protobuf\BoolValue|null

hasInstalled

clearInstalled

getInstalledValue

Returns the unboxed value from getInstalled()

True if the deployment is installed for the user

Returns
TypeDescription
bool|null

setInstalled

True if the deployment is installed for the user

Parameter
NameDescription
var Google\Protobuf\BoolValue
Returns
TypeDescription
$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
NameDescription
var bool|null
Returns
TypeDescription
$this