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

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

Request message to get a deployment.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

getName

Required. The full resource name of the deployment to get.

Example: projects/my_project/deployments/my_deployment.

Returns
TypeDescription
string

setName

Required. The full resource name of the deployment to get.

Example: projects/my_project/deployments/my_deployment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this