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

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

Namespace

Google \ Cloud \ GSuiteAddOns \ V1

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

static::build

Parameter
NameDescription
name string

Required. The full resource name of the deployment.

Example: projects/my_project/deployments/my_deployment/installStatus. Please see Google\Cloud\GSuiteAddOns\V1\GSuiteAddOnsClient::installStatusName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\GSuiteAddOns\V1\GetInstallStatusRequest