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 document provides reference information for the `GetVersionRequest` class within the Google Cloud API Hub v1 API, specifically version 1.0.0-beta02."],["`GetVersionRequest` is a class used to structure requests for the `GetVersion` method, enabling users to retrieve specific API version information."],["The class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["`GetVersionRequest` has properties for managing the name of an API version, including a `Name` property of type `string` and a `VersionName` property."],["The `GetVersionRequest` class can be instantiated using either a default constructor or a copy constructor, allowing for flexible object creation."]]],[]]