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-31 UTC."],[[["The `GetLicenseRequest` class is part of the Google.Cloud.Compute.V1 API and is used to request license information from the Compute Engine v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The `GetLicenseRequest` class is available in multiple versions, ranging from 1.0.0 to the latest version 3.6.0, with links provided for each version's documentation."],["It includes two constructors: a default constructor `GetLicenseRequest()` and a copy constructor `GetLicenseRequest(GetLicenseRequest other)`, facilitating the creation of new instances."],["The class has two properties, `License` and `Project`, which are strings and are used to specify the license to return and the project ID associated with the request, respectively."]]],[]]