Storage Transfer Service V1 API - Module Google::Cloud::StorageTransfer::V1::NotificationConfig::EventType (v0.4.0)

Reference documentation and code samples for the Storage Transfer Service V1 API module Google::Cloud::StorageTransfer::V1::NotificationConfig::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.

Constants

EVENT_TYPE_UNSPECIFIED

value: 0
Illegal value, to avoid allowing a default.

TRANSFER_OPERATION_SUCCESS

value: 1
TransferOperation completed with status SUCCESS.

TRANSFER_OPERATION_FAILED

value: 2
TransferOperation completed with status FAILED.

TRANSFER_OPERATION_ABORTED

value: 3
TransferOperation completed with status ABORTED.