inputPayloadFormat property

GoogleCloudEventarcV1PipelineMessagePayloadFormat? inputPayloadFormat
getter/setter pair

The payload format expected for the messages received by the Pipeline.

If input_payload_format is set then any messages not matching this format will be treated as persistent errors. If input_payload_format is not set, then the message data will be treated as an opaque binary and no output format can be set on the Pipeline through the Pipeline.Destination.output_payload_format field. Any Mediations on the Pipeline that involve access to the data field will fail as persistent errors.

Optional.

Implementation

GoogleCloudEventarcV1PipelineMessagePayloadFormat? inputPayloadFormat;