public sealed class GetSpecContentsRequest : IMessage<GetSpecContentsRequest>, IEquatable<GetSpecContentsRequest>, IDeepCloneable<GetSpecContentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetSpecContentsRequest.
The [GetSpecContents][google.cloud.apihub.v1.ApiHub.GetSpecContents] method's
request.
Required. The name of the spec whose contents need to be retrieved.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
[[["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 documentation provides reference information for the `GetSpecContentsRequest` class within the Google Cloud API Hub v1 API, specifically for version 1.0.0-beta01 and 1.0.0-beta02."],["The `GetSpecContentsRequest` class is used to define the request parameters for the `GetSpecContents` method, enabling the retrieval of spec content."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Name` which is a required string representing the resource name of the spec to be retrieved, and a `SpecName` property which is a typed view of the `Name` resource."],["There are two constructors available for the `GetSpecContentsRequest` class: a default constructor and a copy constructor."]]],[]]