Class: Google::Cloud::OsConfig::V1::UpdateOSPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::UpdateOSPolicyAssignmentRequest
- 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
-
#os_policy_assignment ⇒ ::Google::Cloud::OsConfig::V1::OSPolicyAssignment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#os_policy_assignment ⇒ ::Google::Cloud::OsConfig::V1::OSPolicyAssignment
Returns Required. The updated OS policy assignment.
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.
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 |