repositories_prewarmed_artifact
Creates, updates, deletes, gets or lists a repositories_prewarmed_artifact resource.
Overview
| Name | repositories_prewarmed_artifact |
| Type | Resource |
| Id | google.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
remove_prewarmed_artifact | delete | projectsId, locationsId, repositoriesId | Removes 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.
| Name | Datatype | Description |
|---|---|---|
locationsId | string | |
projectsId | string | |
repositoriesId | string |
DELETE examples
- remove_prewarmed_artifact
Removes an artifact from streaming.
DELETE FROM google.artifactregistry.repositories_prewarmed_artifact
WHERE projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND repositoriesId = '{{ repositoriesId }}' --required
;