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 of the `GetLicenseRequest` documentation is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetLicenseRequest` is a request message for retrieving license information as outlined in the method description, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetLicenseRequest` inherits from `Object` and provides constructors for creating instances, including a copy constructor that accepts another `GetLicenseRequest` object."],["The class `GetLicenseRequest` has properties for `License` and `Project`, both strings, to specify the license resource name and the project ID."],["The namespace for the class `GetLicenseRequest` is `Google.Cloud.Compute.V1` and is located in the assembly `Google.Cloud.Compute.V1.dll`."]]],[]]