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
Namespace
Google \ Cloud \ StorageTransfer \ V1 \ LoggingConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOGGABLE_ACTION_STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum LOGGABLE_ACTION_STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1LoggableAction completed successfully. SUCCEEDED actions are
logged as INFO.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2LoggableAction terminated in an error state. FAILED actions are
logged as ERROR.
Generated from protobuf enum FAILED = 2;
SKIPPED
Value: 3The COPY action was skipped for this file. Only supported for
agent-based transfers. SKIPPED actions are
logged as INFO.
Generated from protobuf enum SKIPPED = 3;