public sealed class GetApiSpecRequest : IMessage<GetApiSpecRequest>, IEquatable<GetApiSpecRequest>, IDeepCloneable<GetApiSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetApiSpecRequest.
[[["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 document provides reference information for the `GetApiSpecRequest` class within the Apigee Registry v1 API, specifically version 1.0.0-beta06."],["`GetApiSpecRequest` is a request message used for retrieving API specifications and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default and another that accepts another `GetApiSpecRequest` instance for copying, enabling easy object duplication."],["The `GetApiSpecRequest` class has properties, `ApiSpecName` and `Name`, allowing you to specify the target spec to retrieve by providing an `ApiSpecName`-typed view or by specifying a string formatted as `projects/*/locations/*/apis/*/versions/*/specs/*`."]]],[]]