messageFormat

@JvmName(name = "dpigikxmjvwgqevy")
suspend fun messageFormat(value: Output<String>)
@JvmName(name = "fuuyitmcbuvbxupd")
suspend fun messageFormat(value: String)

Parameters

value

The format of the Cloud Pub/Sub messages.

  • PROTOBUF: The message payload is a serialized protocol buffer of SourceRepoEvent.

  • JSON: The message payload is a JSON string of SourceRepoEvent. Possible values are: PROTOBUF, JSON.