Class: Google::Cloud::OsConfig::V1::UpdatePatchDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::UpdatePatchDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
A request message for updating a patch deployment.
Instance Attribute Summary collapse
-
#patch_deployment ⇒ ::Google::Cloud::OsConfig::V1::PatchDeployment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#patch_deployment ⇒ ::Google::Cloud::OsConfig::V1::PatchDeployment
Returns Required. The patch deployment to Update.
284 285 286 287 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 284 class UpdatePatchDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Field mask that controls which fields of the patch deployment should be updated.
284 285 286 287 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 284 class UpdatePatchDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |