public sealed class GetIamPolicyLicenseRequest : IMessage<GetIamPolicyLicenseRequest>, IEquatable<GetIamPolicyLicenseRequest>, IDeepCloneable<GetIamPolicyLicenseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyLicenseRequest.
A request message for Licenses.GetIamPolicy. 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 `GetIamPolicyLicenseRequest` class is a part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used for creating a request message for retrieving the IAM policy of a license, as per the `Licenses.GetIamPolicy` method in the API."],["The class `GetIamPolicyLicenseRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling requests, data comparisons, deep cloning and the Google Protobuf API."],["It includes properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to specify the policy version, project ID, and the resource name for the request."],["The provided documentation covers versions of the API ranging from 1.0.0 to 3.6.0, showcasing the history of the `GetIamPolicyLicenseRequest` functionality."]]],[]]