Class: Google::Cloud::Eventarc::V1::Pipeline::MessagePayloadFormat::ProtobufFormat
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Pipeline::MessagePayloadFormat::ProtobufFormat
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/pipeline.rb
Overview
The format of a Protobuf 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.
122 123 124 125 |
# File 'proto_docs/google/cloud/eventarc/v1/pipeline.rb', line 122 class ProtobufFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |