Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class ImportAptArtifactsResponse.
The response message from importing APT artifacts.
Generated from protobuf message google.devtools.artifactregistry.v1beta2.ImportAptArtifactsResponse
Namespace
Google \ Cloud \ ArtifactRegistry \ V1beta2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ apt_artifacts |
array<Google\Cloud\ArtifactRegistry\V1beta2\AptArtifact>
The Apt artifacts imported. |
↳ errors |
array<Google\Cloud\ArtifactRegistry\V1beta2\ImportAptArtifactsErrorInfo>
Detailed error info for artifacts that were not imported. |
getAptArtifacts
The Apt artifacts imported.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAptArtifacts
The Apt artifacts imported.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\ArtifactRegistry\V1beta2\AptArtifact>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrors
Detailed error info for artifacts that were not imported.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setErrors
Detailed error info for artifacts that were not imported.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\ArtifactRegistry\V1beta2\ImportAptArtifactsErrorInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|