Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class ImportYumArtifactsGcsSource.
Google Cloud Storage location where the artifacts currently reside.
Generated from protobuf message google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__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 |