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."],[[["The `GetVersionRequest` class is used to retrieve a specific version from the Artifact Registry v1 API, with the latest version being 2.9.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support different operations."],["The `GetVersionRequest` class can be instantiated using the default constructor or by providing another `GetVersionRequest` instance as a parameter."],["It contains properties like `Name`, which specifies the version's name, and `View`, which determines the view of the response."],["Previous versions of this API are also available, going back as far as 1.0.0."]]],[]]