Artifact Registry v1 API - Class ImportYumArtifactsGcsSource (2.6.0)

public sealed class ImportYumArtifactsGcsSource : IMessage<ImportYumArtifactsGcsSource>, IEquatable<ImportYumArtifactsGcsSource>, IDeepCloneable<ImportYumArtifactsGcsSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class ImportYumArtifactsGcsSource.

Google Cloud Storage location where the artifacts currently reside.

Inheritance

object > ImportYumArtifactsGcsSource

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ImportYumArtifactsGcsSource()

public ImportYumArtifactsGcsSource()

ImportYumArtifactsGcsSource(ImportYumArtifactsGcsSource)

public ImportYumArtifactsGcsSource(ImportYumArtifactsGcsSource other)
Parameter
NameDescription
otherImportYumArtifactsGcsSource

Properties

Uris

public RepeatedField<string> Uris { get; }

Cloud Storage paths URI (e.g., gs://my_bucket//my_object).

Property Value
TypeDescription
RepeatedFieldstring

UseWildcards

public bool UseWildcards { get; set; }

Supports URI wildcards for matching multiple objects from a single URI.

Property Value
TypeDescription
bool