Enum LoggingConfig.Types.LoggableActionState (2.0.0)

public enum 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.