Artifact Registry v1beta2 API - Class ImportAptArtifactsGcsSource (2.0.0-beta04)

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

Reference documentation and code samples for the Artifact Registry v1beta2 API class ImportAptArtifactsGcsSource.

Google Cloud Storage location where the artifacts currently reside.

Inheritance

object > ImportAptArtifactsGcsSource

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

ImportAptArtifactsGcsSource()

public ImportAptArtifactsGcsSource()

ImportAptArtifactsGcsSource(ImportAptArtifactsGcsSource)

public ImportAptArtifactsGcsSource(ImportAptArtifactsGcsSource other)
Parameter
NameDescription
otherImportAptArtifactsGcsSource

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