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, serving as a request message for retrieving license information."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and compatibility."],["It includes properties for `License` and `Project`, allowing you to specify the desired license and the project ID in the request."],["The documentation provides a history of versions from 1.0.0 up to the latest 3.6.0, for the `GetLicenseRequest` class, with links to each of their respective documentations."],["The `GetLicenseRequest` has two constructors: a default constructor and a copy constructor, which takes another `GetLicenseRequest` instance as input."]]],[]]