Cloud Storage Buckets¶
Provider: Google Cloud
Service ID: gcp_cloud_storage
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_cloud_storage',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'storage_class', 'location', 'location_type', 'versioning_enabled']
});
</script>
<div data-sd-service="gcp_cloud_storage" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'storage_class', 'location', 'location_type', 'versioning_enabled', 'time_created']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Bucket Name | text |
From API field: name |
storage_class |
Storage Class | text |
From API field: storage_class |
location |
Location | text |
From API field: location |
location_type |
Location Type | text |
From API field: location_type |
versioning_enabled |
Versioning | boolean |
From API field: versioning.enabled. Default: False |
time_created |
Time Created | datetime |
From API field: time_created |
updated |
Updated | datetime |
From API field: updated |
default_event_based_hold |
Event-Based Hold | boolean |
From API field: default_event_based_hold |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name