Google Cloud Storage Transfer V1 Client - Class LoggableActionState (1.0.6)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class LoggableActionState.

Loggable action states.

Protobuf type google.storagetransfer.v1.LoggingConfig.LoggableActionState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

LOGGABLE_ACTION_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum LOGGABLE_ACTION_STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

LoggableAction completed successfully. SUCCEEDED actions are logged as INFO.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

LoggableAction terminated in an error state. FAILED actions are logged as ERROR.

Generated from protobuf enum FAILED = 2;