public sealed class LintSpecRequest : IMessage<LintSpecRequest>, IEquatable<LintSpecRequest>, IDeepCloneable<LintSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class LintSpecRequest.
[[["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 `LintSpecRequest` class is part of the Google Cloud API Hub v1 API, specifically for version 1.0.0-beta01 and is used to initiate requests for the `LintSpec` method."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, one default and one that takes another `LintSpecRequest` object as a parameter."],["The `LintSpecRequest` class has properties such as `Name` and `SpecName` which is a typed view over the name property, to provide information on the specification being validated, with a required format that includes project, location, API, version, and specification details."],["It is located within the `Google.Cloud.ApiHub.V1` namespace and is contained in the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]