package google.cloud.cloudsetup.logging.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CompleteDeploymentEvent

complete_deployment.proto:41

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.

enum CompleteDeploymentEvent.State

complete_deployment.proto:43

State of the completed deployment.

Used in: CompleteDeploymentEvent

message CompleteDeploymentResult

complete_deployment.proto:72

This message is used when the CompleteDeploymentEvent has a value.

Used in: CompleteDeploymentEvent