Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class ExportArtifactMetadata.
The LRO metadata for exporting an artifact.
Generated from protobuf message google.devtools.artifactregistry.v1.ExportArtifactMetadata
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ exported_files |
array<ExportArtifactMetadata\ExportedFile>
The exported artifact files. |
getExportedFiles
The exported artifact files.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExportedFiles
The exported artifact files.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ExportArtifactMetadata\ExportedFile>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|