Class: Google::Cloud::Eventarc::V1::Pipeline::MessagePayloadFormat::AvroFormat
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Pipeline::MessagePayloadFormat::AvroFormat
- 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
-
#schema_definition ⇒ ::String
Optional.
Instance Attribute Details
#schema_definition ⇒ ::String
Returns 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 |