Module: Google::Cloud::StorageTransfer::V1::LoggingConfig::LoggableActionState
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
Loggable action states.
Constant Summary collapse
- LOGGABLE_ACTION_STATE_UNSPECIFIED =
Default value. This value is unused.
0- SUCCEEDED =
LoggableActioncompleted successfully.SUCCEEDEDactions are logged as [INFO][google.logging.type.LogSeverity.INFO]. 1- FAILED =
LoggableActionterminated in an error state.FAILEDactions are logged as [ERROR][google.logging.type.LogSeverity.ERROR]. 2- SKIPPED =
The
COPYaction was skipped for this file. Only supported for agent-based transfers.SKIPPEDactions are logged as [INFO][google.logging.type.LogSeverity.INFO]. 3