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 \ V1Methods
__construct
Constructor.
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}
string
setName
Required. The name of the deployment.
Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
var
string
$this
static::build
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.

