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 webpage provides documentation for the `GetVersionRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.6.0, and provides access to older versions."],["`GetVersionRequest` is used to retrieve a specific version from the Artifact Registry and inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetVersionRequest` class has two constructors: a default constructor and another that takes a `GetVersionRequest` object as a parameter for copying."],["The class includes two properties, `Name` (a string) and `View` (a `VersionView`), which are used to specify the version to retrieve and the view of the version that should be returned in the response, respectively."],["The documentation covers versions from 1.0.0 up to 2.9.0 (latest)."]]],[]]