ManageApplicationResponse

Response message for ManageApplication. This response is used by an agent via an MCP tool to return the result of operations on application resources.

JSON representation
{

  // Union field payload can be only one of the following:
  "application": {
    object (Application)
  },
  "generateIacResponse": {
    object (GenerateApplicationIaCResponse)
  },
  "operationResponse": {
    object (ApplicationOperationResponse)
  }
  // End of list of possible types for union field payload.
}
Fields
Union field payload. The response payload, holding one of the possible results (application, preview_response, or deploy_response) of the operation performed on the application resource. This field is consumed by an agent via an MCP tool to inform the user about the result of the payload can be only one of the following:
application

object (Application)

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

generateIacResponse

object (GenerateApplicationIaCResponse)

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

operationResponse

object (ApplicationOperationResponse)

Contains the result of an application operation.