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

Reference documentation and code samples for the Google Workspace Add-ons V1 Client class GetInstallStatusRequest.

Request message to get the install status of a developer mode deployment.

Generated from protobuf message google.cloud.gsuiteaddons.v1.GetInstallStatusRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The full resource name of the deployment. Example: projects/my_project/deployments/my_deployment/installStatus.

getName

Required. The full resource name of the deployment.

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

Returns
TypeDescription
string

setName

Required. The full resource name of the deployment.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this