Google Cloud Artifact Registry V1 Client - Class ImportYumArtifactsResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class ImportYumArtifactsResponse.

The response message from importing YUM artifacts.

Generated from protobuf message google.devtools.artifactregistry.v1.ImportYumArtifactsResponse

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ yum_artifacts array<YumArtifact>

The yum artifacts imported.

↳ errors array<ImportYumArtifactsErrorInfo>

Detailed error info for packages 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<YumArtifact>
Returns
Type Description
$this

getErrors

Detailed error info for packages that were not imported.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrors

Detailed error info for packages that were not imported.

Parameter
Name Description
var array<ImportYumArtifactsErrorInfo>
Returns
Type Description
$this