Class: Google::Cloud::Eventarc::V1::UpdatePipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::UpdatePipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the UpdatePipeline method.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#pipeline ⇒ ::Google::Cloud::Eventarc::V1::Pipeline
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
761 762 763 764 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 761 class UpdatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline ⇒ ::Google::Cloud::Eventarc::V1::Pipeline
761 762 763 764 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 761 class UpdatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
761 762 763 764 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 761 class UpdatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
761 762 763 764 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 761 class UpdatePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |