Class: Google::Cloud::Eventarc::V1::CreatePipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::CreatePipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the CreatePipeline method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#pipeline ⇒ ::Google::Cloud::Eventarc::V1::Pipeline
Required.
-
#pipeline_id ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#parent ⇒ ::String
738 739 740 741 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 738 class CreatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline ⇒ ::Google::Cloud::Eventarc::V1::Pipeline
738 739 740 741 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 738 class CreatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline_id ⇒ ::String
738 739 740 741 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 738 class CreatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
738 739 740 741 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 738 class CreatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |