Pub/Sub Topics¶
Provider: Google Cloud
Service ID: gcp_pubsub_topics
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_pubsub_topics',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'topic_id', 'kms_key_name', 'message_retention_duration']
});
</script>
<div data-sd-service="gcp_pubsub_topics" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Topic Name | gcp_resource_name |
From API field: name |
topic_id |
Topic ID | gcp_resource_name |
From API field: name |
kms_key_name |
KMS Key | text |
From API field: kms_key_name |
message_retention_duration |
Message Retention | text |
From API field: message_retention_duration |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name