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

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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setUris

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getUseWildcards

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

Returns
Type Description
bool

setUseWildcards

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

Parameter
Name Description
var bool
Returns
Type Description
$this