public sealed class GetOSPolicyAssignmentRequest : IMessage<GetOSPolicyAssignmentRequest>, IEquatable<GetOSPolicyAssignmentRequest>, IDeepCloneable<GetOSPolicyAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha API class GetOSPolicyAssignmentRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GetOSPolicyAssignmentRequest` class is a request message for retrieving an OS policy assignment in the Google Cloud OS Config v1alpha API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality comparisons, deep cloning, and buffer management."],["The latest version of this class is `2.0.0-alpha06`, and it is a part of the `Google.Cloud.OsConfig.V1Alpha` namespace within the `Google.Cloud.OsConfig.V1Alpha.dll` assembly."],["The class includes constructors for default initialization and for creating a new instance from an existing `GetOSPolicyAssignmentRequest` object."],["It contains properties like `Name` (a string representing the resource name of the OS policy assignment) and `OSPolicyAssignmentName` (a typed view over the resource name)."]]],[]]