Class: Google::Cloud::OsConfig::V1alpha::UpdateOSPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::UpdateOSPolicyAssignmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb
Overview
A request message to update an OS policy assignment
Instance Attribute Summary collapse
-
#os_policy_assignment ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#os_policy_assignment ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment
Returns Required. The updated OS policy assignment.
309 310 311 312 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 309 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.
309 310 311 312 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 309 class UpdateOSPolicyAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |