Class CreateDeploymentRequest (0.3.0)

CreateDeploymentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AgentService.CreateDeployment.

Attributes

Name Description
parent str
Required. The parent app. Format: projects/{project}/locations/{location}/apps/{app}
deployment_id str
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 google.cloud.ces_v1.types.Deployment
Required. The deployment to create.