PipelineInputPayloadFormatArgs

data class PipelineInputPayloadFormatArgs(val avro: Output<PipelineInputPayloadFormatAvroArgs>? = null, val json: Output<PipelineInputPayloadFormatJsonArgs>? = null, val protobuf: Output<PipelineInputPayloadFormatProtobufArgs>? = null) : ConvertibleToJava<PipelineInputPayloadFormatArgs>

Constructors

Link copied to clipboard
constructor(avro: Output<PipelineInputPayloadFormatAvroArgs>? = null, json: Output<PipelineInputPayloadFormatJsonArgs>? = null, protobuf: Output<PipelineInputPayloadFormatProtobufArgs>? = null)

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(): PipelineInputPayloadFormatArgs