Storage Batch Operations v1 API - Enum LoggingConfig.Types.LoggableActionState (1.0.0-beta01)

public enum LoggingConfig.Types.LoggableActionState

Reference documentation and code samples for the Storage Batch Operations v1 API enum LoggingConfig.Types.LoggableActionState.

Loggable action states filter.

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Fields

Name Description
Failed

LoggableAction terminated in an error state. FAILED actions are logged as [ERROR][google.logging.type.LogSeverity.ERROR].

Succeeded

LoggableAction completed successfully. SUCCEEDED actions are logged as [INFO][google.logging.type.LogSeverity.INFO].

Unspecified

Illegal value, to avoid allowing a default.