Module: Google::Cloud::StorageTransfer::V1::NotificationConfig::PayloadFormat
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
Enum for specifying the format of a notification message's payload.
Constant Summary collapse
- PAYLOAD_FORMAT_UNSPECIFIED =
Illegal value, to avoid allowing a default.
0
- NONE =
No payload is included with the notification.
1
- JSON =
TransferOperation
is formatted as a JSON response, in application/json. 2