Skip to main content

repositories_prewarmed_artifact

Creates, updates, deletes, gets or lists a repositories_prewarmed_artifact resource.

Overview

Namerepositories_prewarmed_artifact
TypeResource
Idgoogle.artifactregistry.repositories_prewarmed_artifact

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
remove_prewarmed_artifactdeleteprojectsId, locationsId, repositoriesIdRemoves an artifact from streaming.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationsIdstring
projectsIdstring
repositoriesIdstring

DELETE examples

Removes an artifact from streaming.

DELETE FROM google.artifactregistry.repositories_prewarmed_artifact
WHERE projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND repositoriesId = '{{ repositoriesId }}' --required
;