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-09 UTC."],[[["The latest version of the `GetLicenseRequest` class is 3.6.0, as shown by the provided link, and this webpage is specifically detailing version 3.2.0."],["This document covers the `GetLicenseRequest` class within the `Google.Cloud.Compute.V1` namespace and includes a list of all available versions, ranging from 1.0.0 to 3.6.0."],["The `GetLicenseRequest` class is a request message for the `Licenses.Get` method in the Compute Engine v1 API, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `GetLicenseRequest()` constructor and a `GetLicenseRequest(GetLicenseRequest other)` copy constructor, enabling the creation of new instances and copies."],["The class properties include License, which is a string representing the name of the License resource, and Project, also a string, for the project ID associated with the request."]]],[]]