Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class BatchDeleteVersionsRequest.
The request to delete multiple versions across a repository.
Generated from protobuf message google.devtools.artifactregistry.v1.BatchDeleteVersionsRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
The name of the repository holding all requested versions. |
↳ names |
array
Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch. |
↳ validate_only |
bool
If true, the request is performed without deleting data, following AIP-163. |
getParent
The name of the repository holding all requested versions.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
The name of the repository holding all requested versions.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNames
Required. The names of the versions to delete.
A maximum of 10000 versions can be deleted in a batch.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNames
Required. The names of the versions to delete.
A maximum of 10000 versions can be deleted in a batch.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
If true, the request is performed without deleting data, following AIP-163.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
If true, the request is performed without deleting data, following AIP-163.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
The name of the repository holding all requested versions. |
names |
string[]
Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch. Please see Google\Cloud\ArtifactRegistry\V1\ArtifactRegistryClient::versionName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\ArtifactRegistry\V1\BatchDeleteVersionsRequest |
|