Google Cloud Artifact Registry V1beta2 Client - Class ImportAptArtifactsGcsSource (0.4.4)

Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class ImportAptArtifactsGcsSource.

Google Cloud Storage location where the artifacts currently reside.

Generated from protobuf message google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uris array

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

↳ use_wildcards bool

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

getUris

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUris

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getUseWildcards

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

Returns
TypeDescription
bool

setUseWildcards

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this