PipelineDestinationOutputPayloadFormatArgs

data class PipelineDestinationOutputPayloadFormatArgs(val avro: Output<PipelineDestinationOutputPayloadFormatAvroArgs>? = null, val json: Output<PipelineDestinationOutputPayloadFormatJsonArgs>? = null, val protobuf: Output<PipelineDestinationOutputPayloadFormatProtobufArgs>? = null) : ConvertibleToJava<PipelineDestinationOutputPayloadFormatArgs>

Constructors

Properties

Link copied to clipboard

The format of an AVRO message payload. Structure is documented below.

Link copied to clipboard

The format of a JSON message payload.

Link copied to clipboard

The format of a Protobuf message payload. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): PipelineDestinationOutputPayloadFormatArgs