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-04-17 UTC."],[[["This documentation details the `GetVersionRequest` class, which is part of the API Hub v1 API within the `Google.Cloud.ApiHub.V1` namespace."],["The `GetVersionRequest` class is used to make requests to the `GetVersion` method in the API Hub, and it inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that takes a `GetVersionRequest` object as a parameter for cloning."],["It contains two properties: `Name`, which is a string representing the required API version name, and `VersionName`, which provides a typed view of the `Name` resource."]]],[]]