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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[],[]]