Google Cloud Artifact Registry V1 Client - Class BatchDeleteVersionsMetadata (0.5.1)

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

The metadata of an LRO from deleting multiple versions.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ failed_versions array

The versions the operation failed to delete.

getFailedVersions

The versions the operation failed to delete.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailedVersions

The versions the operation failed to delete.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this