public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 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 Artifact Registry v1beta2 API, specifically for version 2.0.0-beta04."],["`GetVersionRequest` is a class used to retrieve a version from the Artifact Registry and it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, `GetVersionRequest()` and `GetVersionRequest(GetVersionRequest other)`, allowing for default instantiation or creation based on another instance."],["The `GetVersionRequest` class has two properties: `Name`, which is a string representing the name of the version, and `View`, which is of type `VersionView` and defines the response view."],["The documentation also lists previous versions of the `GetVersionRequest` class that are available, including version `2.0.0-beta05` and `1.0.0-beta06`."]]],[]]