public sealed class GetApiVersionRequest : IMessage<GetApiVersionRequest>, IEquatable<GetApiVersionRequest>, IDeepCloneable<GetApiVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetApiVersionRequest.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eGetApiVersionRequest\u003c/code\u003e class within the Google Cloud Apigee Registry v1 API, specifically version 1.0.0-beta07, which is the latest release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetApiVersionRequest\u003c/code\u003e class is a request message used for retrieving a specific API version, inheriting from the \u003ccode\u003eobject\u003c/code\u003e class and implementing several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eName\u003c/code\u003e, which is a required string representing the version's resource name, and \u003ccode\u003eApiVersionName\u003c/code\u003e, a typed view over the \u003ccode\u003eName\u003c/code\u003e property, to access and manage API version details.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors, one default and another that allows the cloning of an existing \u003ccode\u003eGetApiVersionRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt is associated with the namespace \u003ccode\u003eGoogle.Cloud.ApigeeRegistry.V1\u003c/code\u003e and is contained within the assembly \u003ccode\u003eGoogle.Cloud.ApigeeRegistry.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class GetApiVersionRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiVersionRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.GetApiVersionRequest) \n\n public sealed class GetApiVersionRequest : IMessage\u003cGetApiVersionRequest\u003e, IEquatable\u003cGetApiVersionRequest\u003e, IDeepCloneable\u003cGetApiVersionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class GetApiVersionRequest.\n\nRequest message for GetApiVersion. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetApiVersionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetApiVersionRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiVersionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetApiVersionRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiVersionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetApiVersionRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiVersionRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### GetApiVersionRequest()\n\n public GetApiVersionRequest()\n\n### GetApiVersionRequest(GetApiVersionRequest)\n\n public GetApiVersionRequest(GetApiVersionRequest other)\n\nProperties\n----------\n\n### ApiVersionName\n\n public ApiVersionName ApiVersionName { get; set; }\n\n[ApiVersionName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiVersionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiVersionRequest#Google_Cloud_ApigeeRegistry_V1_GetApiVersionRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the version to retrieve.\nFormat: `projects/*/locations/*/apis/*/versions/*`"]]