Storage Transfer v1 API - Enum NotificationConfig.Types.EventType (2.5.0)

public enum NotificationConfig.Types.EventType

Reference documentation and code samples for the Storage Transfer v1 API enum NotificationConfig.Types.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.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
TransferOperationAborted

TransferOperation completed with status [ABORTED][google.storagetransfer.v1.TransferOperation.Status.ABORTED].

TransferOperationFailed

TransferOperation completed with status [FAILED][google.storagetransfer.v1.TransferOperation.Status.FAILED].

TransferOperationSuccess

TransferOperation completed with status [SUCCESS][google.storagetransfer.v1.TransferOperation.Status.SUCCESS].

Unspecified

Illegal value, to avoid allowing a default.