Module: Google::Cloud::StorageBatchOperations::V1::LoggingConfig::LoggableActionState
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb
Overview
Loggable action states filter.
Constant Summary collapse
- LOGGABLE_ACTION_STATE_UNSPECIFIED =
Illegal value, to avoid allowing a default.
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