public sealed class GetLicenseRequest : IMessage<GetLicenseRequest>, IEquatable<GetLicenseRequest>, IDeepCloneable<GetLicenseRequest>, IBufferMessage, IMessage
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 latest version available for `GetLicenseRequest` is 3.6.0, with the provided documentation covering versions as far back as 1.0.0."],["`GetLicenseRequest` is a message class used in the Google Cloud Compute V1 API for requesting license details."],["The `GetLicenseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `GetLicenseRequest` class has two constructors, one being a parameterless constructor and the other one accepting another `GetLicenseRequest` as a parameter, allowing cloning of objects."],["The `GetLicenseRequest` class includes properties for specifying the `License` name and the `Project` ID, both of which are strings."]]],[]]