Reference documentation and code samples for the Google Cloud Ces V1 Client class CreateDeploymentRequest.
Request message for AgentService.CreateDeployment .
Generated from protobuf message google.cloud.ces.v1.CreateDeploymentRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent app. Format: projects/{project}/locations/{location}/apps/{app}
↳ deployment_id
string
Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
↳ deployment
getParent
Required. The parent app.
Format: projects/{project}/locations/{location}/apps/{app}
string
setParent
Required. The parent app.
Format: projects/{project}/locations/{location}/apps/{app}
var
string
$this
getDeploymentId
Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
string
setDeploymentId
Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
var
string
$this
getDeployment
Required. The deployment to create.
hasDeployment
clearDeployment
setDeployment
Required. The deployment to create.
$this
static::build
parent
string
Required. The parent app.
Format: projects/{project}/locations/{location}/apps/{app}
Please see AgentServiceClient::appName()
for help formatting this field.
deployment
deploymentId
string
Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
static::buildFromParentDeployment
parent
string
Required. The parent app.
Format: projects/{project}/locations/{location}/apps/{app}
Please see AgentServiceClient::appName()
for help formatting this field.
deployment

