Class PayloadFormat (1.11.2)

PayloadFormat(value)

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

Values: PAYLOAD_FORMAT_UNSPECIFIED (0): Illegal value, to avoid allowing a default. NONE (1): No payload is included with the notification. JSON (2): TransferOperation is formatted as a JSON response <https://developers.google.com/protocol-buffers/docs/proto3#json>__, in application/json.