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 =
LoggableAction
completed successfully.SUCCEEDED
actions are logged as [INFO][google.logging.type.LogSeverity.INFO]. 1
- FAILED =
LoggableAction
terminated in an error state.FAILED
actions are logged as [ERROR][google.logging.type.LogSeverity.ERROR]. 2