public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetVersionRequest.
The [GetVersion][google.cloud.apihub.v1.ApiHub.GetVersion] method's request.
[[["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 covers the `GetVersionRequest` class, which is part of the Google Cloud API Hub v1 API, specifically within the namespace `Google.Cloud.ApiHub.V1`."],["The `GetVersionRequest` class is used to define the request parameters for the `GetVersion` method, allowing users to specify the API version they want to retrieve."],["`GetVersionRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetVersionRequest\u003e`, `IDeepCloneable\u003cGetVersionRequest\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `GetVersionRequest` class include `Name`, a string specifying the name of the API version to retrieve, and `VersionName`, providing a typed view over the `Name` property."],["The documentation covers two constructors for the class, one default and another allowing to pass an existing `GetVersionRequest` object."]]],[]]