Google Cloud Ces V1 Client - Class GetDeploymentRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class GetDeploymentRequest.

Request message for AgentService.GetDeployment.

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

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

getName

Required. The name of the deployment.

Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

Returns
Type Description
string

setName

Required. The name of the deployment.

Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment} Please see AgentServiceClient::deploymentName() for help formatting this field.

Returns
Type Description
GetDeploymentRequest