public sealed class GetLicenseRequest : IMessage<GetLicenseRequest>, IEquatable<GetLicenseRequest>, IDeepCloneable<GetLicenseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetLicenseRequest.
A request message for Licenses.Get. 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 `GetLicenseRequest` class is part of the Google Cloud Compute Engine v1 API, specifically found in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["This class represents a request message used for retrieving license information, as described by its purpose in the `Licenses.Get` method."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetLicenseRequest\u003e`, `IDeepCloneable\u003cGetLicenseRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["It has two constructors, one default and one that accepts another `GetLicenseRequest` object for copying, and it also has two key properties: `License` for the name of the license resource, and `Project` for the project ID."],["The latest version available is 3.6.0, with various other versions available starting from 1.0.0 going up to 3.5.0, all providing access to the `GetLicenseRequest`."]]],[]]