DeployApplicationResponse

Response for DeployApplication.

JSON representation
{
  "deployment": {
    object (Deployment)
  },
  "buildId": string,
  "deploymentGroup": {
    object (DeploymentGroup)
  }
}
Fields
deployment

object (Deployment)

Infrastructure Manager deployment.

buildId

string

Cloud Build deployment id.

deploymentGroup

object (DeploymentGroup)

Infrastructure Manager deployment group. Used for composite application deployment response.