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 document provides reference documentation for the `GetVersionRequest` class within the Google Cloud Artifact Registry v1 API."],["The `GetVersionRequest` class is used to retrieve a specific version from the Artifact Registry and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`GetVersionRequest()`) and a copy constructor (`GetVersionRequest(GetVersionRequest other)`), with the copy constructor taking another `GetVersionRequest` instance as a parameter."],["The `GetVersionRequest` class includes two properties: `Name`, which is a string representing the name of the version, and `View`, which is of type `VersionView` and defines the view returned in the response."],["The latest version of the Artifact Registry API provided is version 2.9.0 and this page covers 12 different versions including 2.1.0."]]],[]]