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 =

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