public sealed class SetIamPolicyLicenseRequest : IMessage<SetIamPolicyLicenseRequest>, IEquatable<SetIamPolicyLicenseRequest>, IDeepCloneable<SetIamPolicyLicenseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyLicenseRequest.
A request message for Licenses.SetIamPolicy. See the method description for details.
[[["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 `SetIamPolicyLicenseRequest` class is a part of the Google Cloud Compute Engine v1 API, specifically designed for managing license policies, with the latest available version being 3.6.0."],["This class is used for requests to the `Licenses.SetIamPolicy` method, enabling the setting of Identity and Access Management (IAM) policies on licenses."],["The `SetIamPolicyLicenseRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer message operations."],["The class includes properties such as `GlobalSetPolicyRequestResource`, `Project`, and `Resource`, allowing specification of the policy to be set, the project it applies to, and the resource name or ID."],["The class supports multiple versions, from version 1.0.0 all the way to the most recent version 3.6.0, with version 2.9.0 being the primary one that is covered in the documentation."]]],[]]