public sealed class GetApiSpecContentsRequest : IMessage<GetApiSpecContentsRequest>, IEquatable<GetApiSpecContentsRequest>, IDeepCloneable<GetApiSpecContentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetApiSpecContentsRequest.
[[["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 `GetApiSpecContentsRequest` class is 1.0.0-beta07, which is a part of the Google Cloud Apigee Registry v1 API."],["This class is used as a request message for retrieving the contents of an API specification within the Apigee Registry service, and it inherits from the object class while implementing multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetApiSpecContentsRequest` class has two constructors, a default and another that accepts an existing `GetApiSpecContentsRequest` object for copying, and it has two properties, `ApiSpecName` which is an ApiSpecName type, and `Name` which is a string."],["The required `Name` property, which is a string, specifies the name of the spec to be retrieved, following the format: `projects/*/locations/*/apis/*/versions/*/specs/*`."],["The class is part of the `Google.Cloud.ApigeeRegistry.V1` namespace and is contained in the `Google.Cloud.ApigeeRegistry.V1.dll` assembly."]]],[]]