Class: Google::Cloud::Deploy::V1::UpdateDeliveryPipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::UpdateDeliveryPipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for UpdateDeliveryPipeline.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#delivery_pipeline ⇒ ::Google::Cloud::Deploy::V1::DeliveryPipeline
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
641 642 643 644 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 641 class UpdateDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delivery_pipeline ⇒ ::Google::Cloud::Deploy::V1::DeliveryPipeline
641 642 643 644 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 641 class UpdateDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
641 642 643 644 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 641 class UpdateDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
641 642 643 644 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 641 class UpdateDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
641 642 643 644 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 641 class UpdateDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |