Enum TransferTypes.NotificationConfig.EventType (1.41.0)

public enum TransferTypes.NotificationConfig.EventType extends Enum<TransferTypes.NotificationConfig.EventType> implements ProtocolMessageEnum

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 enum google.storagetransfer.v1.NotificationConfig.EventType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_TYPE_UNSPECIFIED

Illegal value, to avoid allowing a default.

EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_UNSPECIFIED_VALUE

Illegal value, to avoid allowing a default.

EVENT_TYPE_UNSPECIFIED = 0;

TRANSFER_OPERATION_ABORTED

TransferOperation completed with status ABORTED.

TRANSFER_OPERATION_ABORTED = 3;

TRANSFER_OPERATION_ABORTED_VALUE

TransferOperation completed with status ABORTED.

TRANSFER_OPERATION_ABORTED = 3;

TRANSFER_OPERATION_FAILED

TransferOperation completed with status FAILED.

TRANSFER_OPERATION_FAILED = 2;

TRANSFER_OPERATION_FAILED_VALUE

TransferOperation completed with status FAILED.

TRANSFER_OPERATION_FAILED = 2;

TRANSFER_OPERATION_SUCCESS

TransferOperation completed with status SUCCESS.

TRANSFER_OPERATION_SUCCESS = 1;

TRANSFER_OPERATION_SUCCESS_VALUE

TransferOperation completed with status SUCCESS.

TRANSFER_OPERATION_SUCCESS = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()