Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class ImportYumArtifactsResponse.
The response message from importing YUM artifacts.
Generated from protobuf message google.devtools.artifactregistry.v1beta2.ImportYumArtifactsResponse
Namespace
Google \ Cloud \ ArtifactRegistry \ V1beta2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ yum_artifacts |
array<Google\Cloud\ArtifactRegistry\V1beta2\YumArtifact>
The yum artifacts imported. |
↳ errors |
array<Google\Cloud\ArtifactRegistry\V1beta2\ImportYumArtifactsErrorInfo>
Detailed error info for artifacts that were not imported. |
getYumArtifacts
The yum artifacts imported.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setYumArtifacts
The yum artifacts imported.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ArtifactRegistry\V1beta2\YumArtifact>
|
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\ImportYumArtifactsErrorInfo>
|
Returns | |
---|---|
Type | Description |
$this |