public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetVersionRequest.
[[["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 page provides documentation for the `GetVersionRequest` class within the Google Cloud Artifact Registry v1 API for .NET."],["The `GetVersionRequest` class is used to retrieve a specific version from the Artifact Registry, and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the available versions of the API, ranging from version 1.0.0 to the latest 2.9.0, with the current documentation focused on version 2.8.0."],["Key properties of the `GetVersionRequest` class include `Name` (the name of the version to retrieve) and `View` (the desired view of the version in the response)."],["The page provides the constructors of the `GetVersionRequest` class as well as the namespace and assembly information."]]],[]]