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

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

Enum for specifying event types for which notifications are to be published.

Additional event types may be added in the future. Clients should either safely ignore unrecognized event types or explicitly specify which event types they are prepared to accept.

Protobuf type google.storagetransfer.v1.NotificationConfig.EventType

Namespace

Google \ Cloud \ StorageTransfer \ V1 \ NotificationConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

Illegal value, to avoid allowing a default.

Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;

TRANSFER_OPERATION_SUCCESS

Value: 1

TransferOperation completed with status SUCCESS.

Generated from protobuf enum TRANSFER_OPERATION_SUCCESS = 1;

TRANSFER_OPERATION_FAILED

Value: 2

TransferOperation completed with status FAILED.

Generated from protobuf enum TRANSFER_OPERATION_FAILED = 2;

TRANSFER_OPERATION_ABORTED

Value: 3

TransferOperation completed with status ABORTED.

Generated from protobuf enum TRANSFER_OPERATION_ABORTED = 3;