Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::UpdateOSPolicyAssignmentRequest.
A request message to update an OS policy assignment
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#os_policy_assignment
def os_policy_assignment() -> ::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment) — Required. The updated OS policy assignment.
#os_policy_assignment=
def os_policy_assignment=(value) -> ::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment
Parameter
- value (::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment) — Required. The updated OS policy assignment.
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment) — Required. The updated OS policy assignment.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask that controls which fields of the assignment should be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Field mask that controls which fields of the assignment should be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask that controls which fields of the assignment should be updated.