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-04-01 UTC."],[[["This page provides reference documentation for the `GetLicenseRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.5.0."],["The latest version of the `GetLicenseRequest` documentation is for version 3.6.0, and links are provided for prior versions back to version 1.0.0."],["`GetLicenseRequest` is a request message used for retrieving details about a specific license via the Compute Engine API, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors and two properties, `License` and `Project`, which are both of string type and used to specify the license and project ID respectively."],["This documentation also details the class's inheritance from `Object` and a list of inherited members from `Object`."]]],[]]