Class: Google::Cloud::Eventarc::V1::DeletePipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::DeletePipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the DeletePipeline method.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
781 782 783 784 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 781 class DeletePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
781 782 783 784 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 781 class DeletePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
781 782 783 784 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 781 class DeletePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
781 782 783 784 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 781 class DeletePipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |