Class: Google::Cloud::OsConfig::V1::UpdatePatchDeploymentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#patch_deployment::Google::Cloud::OsConfig::V1::PatchDeployment

Returns Required. The patch deployment to Update.

Returns:



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.

Returns:



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