Class: Google::Cloud::Eventarc::V1::Pipeline::MessagePayloadFormat::AvroFormat

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/pipeline.rb

Overview

The format of an AVRO message payload.

Instance Attribute Summary collapse

Instance Attribute Details

#schema_definition::String

Returns Optional. The entire schema definition is stored in this field.

Returns:

  • (::String)

    Optional. The entire schema definition is stored in this field.



131
132
133
134
# File 'proto_docs/google/cloud/eventarc/v1/pipeline.rb', line 131

class AvroFormat
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end