[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eImportYumArtifactsGcsSource\u003c/code\u003e class, part of the Artifact Registry v1beta2 API, represents a source for importing Yum artifacts from Google Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing methods for message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows you to specify Cloud Storage paths using the \u003ccode\u003eUris\u003c/code\u003e property, which is a collection of strings, such as "gs://my_bucket//my_object".\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUseWildcards\u003c/code\u003e property enables matching multiple objects from a single URI by using wildcards in the specified Cloud Storage paths.\u003c/p\u003e\n"],["\u003cp\u003eThere are two different constructors for this class: \u003ccode\u003eImportYumArtifactsGcsSource()\u003c/code\u003e which constructs a new instance of this class, and \u003ccode\u003eImportYumArtifactsGcsSource(ImportYumArtifactsGcsSource other)\u003c/code\u003e, which takes an instance of this class and construct a new copy of it.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class ImportYumArtifactsGcsSource (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ImportYumArtifactsGcsSource)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.ImportYumArtifactsGcsSource)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.ImportYumArtifactsGcsSource) \n\n public sealed class ImportYumArtifactsGcsSource : IMessage\u003cImportYumArtifactsGcsSource\u003e, IEquatable\u003cImportYumArtifactsGcsSource\u003e, IDeepCloneable\u003cImportYumArtifactsGcsSource\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class ImportYumArtifactsGcsSource.\n\nGoogle Cloud Storage location where the artifacts currently reside. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportYumArtifactsGcsSource \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportYumArtifactsGcsSource](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ImportYumArtifactsGcsSource), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportYumArtifactsGcsSource](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ImportYumArtifactsGcsSource), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportYumArtifactsGcsSource](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ImportYumArtifactsGcsSource), [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.ArtifactRegistry.V1Beta2](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.ArtifactRegistry.V1Beta2.dll\n\nConstructors\n------------\n\n### ImportYumArtifactsGcsSource()\n\n public ImportYumArtifactsGcsSource()\n\n### ImportYumArtifactsGcsSource(ImportYumArtifactsGcsSource)\n\n public ImportYumArtifactsGcsSource(ImportYumArtifactsGcsSource other)\n\nProperties\n----------\n\n### Uris\n\n public RepeatedField\u003cstring\u003e Uris { get; }\n\nCloud Storage paths URI (e.g., gs://my_bucket//my_object).\n\n### UseWildcards\n\n public bool UseWildcards { get; set; }\n\nSupports URI wildcards for matching multiple objects from a single URI."]]