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."],[[["This webpage provides reference documentation for the `GetLicenseRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The `GetLicenseRequest` class is used to create request messages for retrieving license information and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that allows passing a `GetLicenseRequest` object to be copied, along with two main properties: `License` (the name of the license resource) and `Project` (the project ID for the request)."],["The documentation lists various versions of the `GetLicenseRequest` API, ranging from version 1.0.0 up to the latest version, 3.6.0, allowing developers to access documentation specific to each release."],["The page also indicates the class inherits from the base `object` class and lists the members it inherits, as well as the namespace (`Google.Cloud.Compute.V1`) and assembly (`Google.Cloud.Compute.V1.dll`) for this class."]]],[]]