Get desktop application:
View/edit binary Protocol Buffers messages
JSON payload for the Cloud Logging event: `organizations/[organizationId]/logs/cloudsetup.googleapis.com%2Fcomplete_deployment`. This event gets emitted upon completion of a config deployment as part of the Cloud Setup Checklist. The deployment can fail even if it returns a `config.googleapis.com/Deployment`. The state of that message will be `FAILED`. Hence, if there is a `value` present, the `state` can still be, `FAILED`. The message for the error or failure will be on the `error` or the `value` if the Operation results in an error or if the `state` of the Deployment is `FAILED`, respectively.
Result of the Deployment recorded upon completion.
Result of the Deployment if the `Operation` results in an error.
The `state` of this deployment completion event.
Flag to indicate if deployment is preview only.
State of the completed deployment.
Used in:
The zero value. It is applied when `state` is unset. Do not use.
Indicates that a Deployment value was present when the config deployment finished and the State was anything other than FAILED.
Indicates that the Operation result was an error or the Deployment `state` was FAILED.
This message is used when the CompleteDeploymentEvent has a value.
Used in:
This is the Deployment that completed. Format is projects/{project}/locations/{location}/deployments/{name}.
This is the Preview that completed. Format is projects/{project}/locations/{location}/previews/{preview}
The message that is returned when a deployment completes. This **can** be an error message if the `Deployment` `state` is `FAILED`.