Skip to content

Cloud Spanner Instances

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

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'gcp_cloud_spanner',
    provider: 'gcp',
    region: 'europe-west2',
    source: 'live',
    attributes: ['project', 'name', 'display_name', 'config', 'node_count', 'state']
});
</script>

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

Default Attributes

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

attributes: ['project', 'name', 'display_name', 'config', 'node_count', 'state', 'create_time']

All Attributes

Attribute Display Name Format Description
project Project text From API field: __project_id__
name Instance Name gcp_resource_name From API field: name
display_name Display Name text From API field: display_name
config Config gcp_resource_name From API field: config
node_count Node Count text From API field: node_count
processing_units Processing Units text From API field: processing_units
state State status_badge From API field: state
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