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
Returns Optional. If set to true, and the Pipeline is not found, the request will succeed but no action will be taken on the server.
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
Returns Optional. If provided, the Pipeline will only be deleted if the etag matches the current etag on the resource.
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
Returns Required. The name of the Pipeline to be deleted.
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
Returns Optional. If set, validate the request and preview the review, but do not post it.
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 |