Google Cloud Storage Transfer V1 Client - Class LoggableAction (1.4.3)

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

Loggable actions.

Protobuf type google.storagetransfer.v1.LoggingConfig.LoggableAction

Namespace

Google \ Cloud \ StorageTransfer \ V1 \ LoggingConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOGGABLE_ACTION_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum LOGGABLE_ACTION_UNSPECIFIED = 0;

FIND

Value: 1

Listing objects in a bucket.

Generated from protobuf enum FIND = 1;

DELETE

Value: 2

Deleting objects at the source or the destination.

Generated from protobuf enum DELETE = 2;

COPY

Value: 3

Copying objects to Google Cloud Storage.

Generated from protobuf enum COPY = 3;