Cloud Deployment Manager will reach end of support on December 31, 2025. If you currently use Deployment Manager, please migrate to Infrastructure Manager or an alternative deployment technology by December 31, 2025 to ensure your services continue without interruption.
An optional user-provided description of the deployment.
id
unsigned long
[Output Only] Unique identifier for the resource; defined by the server.
manifest
string
[Output Only] URL of the manifest representing the full configuration of this deployment.
name
string
The name of the deployment, which must be unique within the project.
targetConfig
string
[Input Only] The YAML configuration to use in processing this deployment.
When you create a deployment, the server creates a new manifest with the given YAML configuration and sets the manifest property to the URL of the manifest resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2016-08-19 UTC."],[[["This is a deprecated version of the Deployment Manager API, and users should use the latest API version instead."],["A deployment is defined as a collection of resources managed together using a configuration file."],["Key properties of a deployment include a unique name, an optional description, a manifest URL, and a target configuration."],["The API provides methods to delete, get, insert, and list deployments."]]],[]]