Storage Transfer v1 API - Enum LoggingConfig.Types.LoggableActionState (2.4.0)

public enum LoggingConfig.Types.LoggableActionState

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

Loggable action states.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
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

Default value. This value is unused.