messageFormat property
The format of the Cloud Pub/Sub messages. Possible string values are:
- "MESSAGE_FORMAT_UNSPECIFIED" : Unspecified.
- "PROTOBUF" : The message payload is a serialized protocol buffer of SourceRepoEvent.
- "JSON" : The message payload is a JSON string of SourceRepoEvent.
Implementation
core.String? messageFormat;