Class LoggableActionState (1.17.0)

LoggableActionState(value)

Loggable action states.

Enums

Name Description
LOGGABLE_ACTION_STATE_UNSPECIFIED Default value. This value is unused.
SUCCEEDED `LoggableAction` completed successfully. `SUCCEEDED` actions are logged as `INFO][google.logging.type.LogSeverity.INFO]`.
FAILED `LoggableAction` terminated in an error state. `FAILED` actions are logged as `ERROR][google.logging.type.LogSeverity.ERROR]`.
SKIPPED The `COPY` action was skipped for this file. Only supported for agent-based transfers. `SKIPPED` actions are logged as `INFO][google.logging.type.LogSeverity.INFO]`.