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-02 UTC."],[[["This page provides documentation for the `GetLicenseRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The `GetLicenseRequest` class is used to request information about a specific License resource."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages, comparisons, deep cloning, and buffering."],["The class includes properties such as `License` and `Project`, which are strings used to identify the specific license and project in the request, respectively."],["Multiple versions of the documentation are accessible, ranging from version 1.0.0 to 3.6.0 (latest)."]]],[]]