Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class LoggableActionState.
Loggable action states filter.
Protobuf type google.cloud.storagebatchoperations.v1.LoggingConfig.LoggableActionState
Namespace
Google \ Cloud \ StorageBatchOperations \ V1 \ LoggingConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LOGGABLE_ACTION_STATE_UNSPECIFIED
Value: 0
Illegal value, to avoid allowing a default.
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;