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-09-04 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eGetArtifactContentsRequest\u003c/code\u003e class, which is part of the Apigee Registry v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetArtifactContentsRequest\u003c/code\u003e is used to request the contents of an artifact and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class features two constructors, one default and one that copies from another \u003ccode\u003eGetArtifactContentsRequest\u003c/code\u003e instance, and it inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two key properties: \u003ccode\u003eArtifactName\u003c/code\u003e, which provides a typed view of the artifact name, and \u003ccode\u003eName\u003c/code\u003e, a string representing the required artifact's name in a specified format.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class GetArtifactContentsRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetArtifactContentsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.GetArtifactContentsRequest) \n\n public sealed class GetArtifactContentsRequest : IMessage\u003cGetArtifactContentsRequest\u003e, IEquatable\u003cGetArtifactContentsRequest\u003e, IDeepCloneable\u003cGetArtifactContentsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class GetArtifactContentsRequest.\n\nRequest message for GetArtifactContents. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetArtifactContentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetArtifactContentsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetArtifactContentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetArtifactContentsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetArtifactContentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetArtifactContentsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetArtifactContentsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### GetArtifactContentsRequest()\n\n public GetArtifactContentsRequest()\n\n### GetArtifactContentsRequest(GetArtifactContentsRequest)\n\n public GetArtifactContentsRequest(GetArtifactContentsRequest other)\n\nProperties\n----------\n\n### ArtifactName\n\n public ArtifactName ArtifactName { get; set; }\n\n[ArtifactName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ArtifactName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetArtifactContentsRequest#Google_Cloud_ApigeeRegistry_V1_GetArtifactContentsRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the artifact whose contents should be retrieved.\nFormat: `{parent}/artifacts/*`"]]