public sealed class ImportAptArtifactsGcsSource : IMessage<ImportAptArtifactsGcsSource>, IEquatable<ImportAptArtifactsGcsSource>, IDeepCloneable<ImportAptArtifactsGcsSource>, IBufferMessage, IMessage
Google Cloud Storage location where the artifacts currently reside.
Implements
IMessage<ImportAptArtifactsGcsSource>, IEquatable<ImportAptArtifactsGcsSource>, IDeepCloneable<ImportAptArtifactsGcsSource>, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Beta2Assembly
Google.Cloud.ArtifactRegistry.V1Beta2.dll
Constructors
ImportAptArtifactsGcsSource()
public ImportAptArtifactsGcsSource()
ImportAptArtifactsGcsSource(ImportAptArtifactsGcsSource)
public ImportAptArtifactsGcsSource(ImportAptArtifactsGcsSource other)
Parameter | |
---|---|
Name | Description |
other | ImportAptArtifactsGcsSource |
Properties
Uris
public RepeatedField<string> Uris { get; }
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
UseWildcards
public bool UseWildcards { get; set; }
Supports URI wildcards for matching multiple objects from a single URI.
Property Value | |
---|---|
Type | Description |
Boolean |