Enum TransferTypes.NotificationConfig.PayloadFormat (1.41.0)

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

Enum for specifying the format of a notification message's payload.

Protobuf enum google.storagetransfer.v1.NotificationConfig.PayloadFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JSON

TransferOperation is formatted as a JSON response, in application/json.

JSON = 2;

JSON_VALUE

TransferOperation is formatted as a JSON response, in application/json.

JSON = 2;

NONE

No payload is included with the notification.

NONE = 1;

NONE_VALUE

No payload is included with the notification.

NONE = 1;

PAYLOAD_FORMAT_UNSPECIFIED

Illegal value, to avoid allowing a default.

PAYLOAD_FORMAT_UNSPECIFIED = 0;

PAYLOAD_FORMAT_UNSPECIFIED_VALUE

Illegal value, to avoid allowing a default.

PAYLOAD_FORMAT_UNSPECIFIED = 0;

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()