public sealed class GetArtifactContentsRequest : IMessage<GetArtifactContentsRequest>, IEquatable<GetArtifactContentsRequest>, IDeepCloneable<GetArtifactContentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetArtifactContentsRequest.
[[["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 document provides reference information for the `GetArtifactContentsRequest` class within the Google Cloud Apigee Registry v1 API, specifically for version 1.0.0-beta06."],["The `GetArtifactContentsRequest` class is a request message used to retrieve the contents of an artifact, and it inherits from the base `object` class while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a constructor that accepts another `GetArtifactContentsRequest` object, used for creating copies."],["Key properties of the class include `ArtifactName`, which is a strongly-typed view over the resource name, and `Name`, a string that represents the required name of the artifact to be retrieved, following the format: `{parent}/artifacts/*`."],["The latest version available is `1.0.0-beta07` which can also be accessed for reference."]]],[]]