View Source GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormat (google_api_eventarc v0.16.0)
Represents the format of message data.
Attributes
-
avro(type:GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat.t, default:nil) - Optional. Avro format. -
json(type:GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat.t, default:nil) - Optional. JSON format. -
protobuf(type:GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat.t, default:nil) - Optional. Protobuf format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormat{ avro: GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat.t() | nil, json: GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat.t() | nil, protobuf: GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.