Skip to content

Artifact Registry Repositories

Provider: Google Cloud
Service ID: gcp_artifact_registry
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'gcp_artifact_registry',
    provider: 'gcp',
    region: 'europe-west2',
    source: 'live',
    attributes: ['project', 'name', 'format', 'mode', 'size_bytes', 'description']
});
</script>

<div data-sd-service="gcp_artifact_registry" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['project', 'name', 'format', 'mode', 'size_bytes', 'description', 'create_time']

All Attributes

Attribute Display Name Format Description
project Project text From API field: __project_id__
name Repository Name gcp_resource_name From API field: name
format Format text From API field: format
mode Mode text From API field: mode
size_bytes Size (bytes) text From API field: size_bytes. Default: 0
description Description text From API field: description
create_time Create Time datetime From API field: create_time
update_time Update Time datetime From API field: update_time
labels Labels tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name