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.
[[["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 2025-03-21 UTC."],[[["This document provides a version history and details for the `EventType` enum within the `Google.Cloud.StorageTransfer.V1` namespace, specifically for .NET development."],["The latest version available is 2.8.0, with a range of previous versions listed down to 1.0.0, all relating to the `EventType` enum."],["The `EventType` enum specifies the types of events for which notifications can be published regarding transfer operations, and is defined within the `Google.Cloud.StorageTransfer.V1.dll` assembly."],["The enum includes fields for `TransferOperationAborted`, `TransferOperationFailed`, `TransferOperationSuccess`, and `Unspecified`, representing the various statuses a transfer operation can have."],["Future updates may introduce new event types, and clients are advised to handle unrecognized types appropriately."]]],[]]