Class: Google::Cloud::Deploy::V1::DeleteDeliveryPipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeleteDeliveryPipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for DeleteDeliveryPipeline.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#etag ⇒ ::String
Optional.
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
630 631 632 633 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 630 class DeleteDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
630 631 632 633 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 630 class DeleteDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
630 631 632 633 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 630 class DeleteDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
630 631 632 633 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 630 class DeleteDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
630 631 632 633 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 630 class DeleteDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
630 631 632 633 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 630 class DeleteDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |