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.V1 API, used for requesting license information."],["This documentation covers versions from 1.0.0 to 3.6.0 (latest) of the `GetLicenseRequest` class in the Compute Engine v1 API, including the current version of 2.4.0."],["The `GetLicenseRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherits from the base `Object` class."],["The `GetLicenseRequest` class has two constructors: a default constructor and a copy constructor, taking a `GetLicenseRequest` object as a parameter."],["Key properties within `GetLicenseRequest` include `License` (the name of the license) and `Project` (the project ID associated with the request), both of which are of type string."]]],[]]