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.7.0 of the .NET library."],["`GetVersionRequest` is used to retrieve a specific version from the Artifact Registry and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and offers two constructors, a default one and one that takes another `GetVersionRequest` instance as a parameter."],["Key properties of the `GetVersionRequest` class include `Name` (a string representing the version name) and `View` (a `VersionView` enum indicating the desired response view)."],["The reference documentation covers versions from 1.0.0 to the latest 2.9.0."]]],[]]