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 reference documentation for the `GetVersionRequest` class within the Google Cloud Artifact Registry v1 API."],["The latest version of the Artifact Registry API available is 2.9.0, and documentation is available for versions ranging from 1.0.0 to 2.9.0."],["`GetVersionRequest` is used to retrieve a specific version and inherits from object, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVersionRequest` class has two constructors, one default and one that accepts another `GetVersionRequest` object, along with two properties: `Name` (string) and `View` (VersionView)."],["The implemented members of `object` include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]