ApplicationOperation

Represents the type of operation to perform on an application.

Enums
APPLICATION_OPERATION_UNSPECIFIED The default value. This value is unused.
APPLICATION_OPERATION_CREATE Creates a new application.
APPLICATION_OPERATION_UPDATE Updates an existing application.
APPLICATION_OPERATION_PREVIEW Previews a deployment of an application.
APPLICATION_OPERATION_DEPLOY Deploys an application.
APPLICATION_OPERATION_GET Gets an application.
APPLICATION_OPERATION_GENERATE_IAC Generates IaC for an application.