Class: Google::Cloud::Eventarc::V1::Pipeline::Mediation::Transformation
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Pipeline::Mediation::Transformation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/pipeline.rb
Overview
Transformation defines the way to transform an incoming message.
Instance Attribute Summary collapse
-
#transformation_template ⇒ ::String
Optional.
Instance Attribute Details
#transformation_template ⇒ ::String
529 530 531 532 |
# File 'proto_docs/google/cloud/eventarc/v1/pipeline.rb', line 529 class Transformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |