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."],["The `GetVersionRequest` class is used to retrieve a specific version from the Artifact Registry, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Artifact Registry v1 API is 2.9.0, with the displayed version on the current webpage being 2.4.0, and the page also provides links to other versions from 1.0.0 to 2.8.0."],["The `GetVersionRequest` class includes properties such as `Name` (string) for the version's name and `View` (VersionView) for specifying the response view."],["The `GetVersionRequest` class has two constructors: one default and one that accepts another `GetVersionRequest` as a parameter."]]],[]]