Class: Google::Cloud::OsConfig::V1::UpdateOSPolicyAssignmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb

Overview

A request message to update an OS policy assignment

Instance Attribute Summary collapse

Instance Attribute Details

#os_policy_assignment::Google::Cloud::OsConfig::V1::OSPolicyAssignment

Returns Required. The updated OS policy assignment.

Returns:



305
306
307
308
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 305

class UpdateOSPolicyAssignmentRequest
  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 assignment should be updated.

Returns:



305
306
307
308
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 305

class UpdateOSPolicyAssignmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end