ManageApplicationTemplateResponse

Response message for ManageApplicationTemplate.

JSON representation
{

  // Union field payload can be only one of the following:
  "applicationTemplate": {
    object (ApplicationTemplate)
  },
  "applicationTemplateRevision": {
    object (ApplicationTemplateRevision)
  },
  "generateIacResponse": {
    object (GenerateApplicationTemplateIaCResponse)
  },
  "importIacResponse": {
    object (ImportApplicationTemplateIaCResponse)
  }
  // End of list of possible types for union field payload.
}
Fields
Union field payload. The response payload. payload can be only one of the following:
applicationTemplate

object (ApplicationTemplate)

Contains the application template resource that was created or updated. This field is populated when the original request was for a get, create or update operation.

applicationTemplateRevision

object (ApplicationTemplateRevision)

Contains the result of a commit operation. This response details the application template revision that was created.

generateIacResponse

object (GenerateApplicationTemplateIaCResponse)

Contains the result of a generate IaC operation. This response includes details about the generated IaC, such as its location.

importIacResponse

object (ImportApplicationTemplateIaCResponse)

Contains the result of an import IaC operation. This response includes details about the imported IaC, such as its location.