Skip to content

Cloud Functions

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

Quick Example

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

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

Default Attributes

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

attributes: ['project', 'name', 'state', 'runtime', 'entry_point', 'environment', 'update_time']

All Attributes

Attribute Display Name Format Description
project Project text From API field: __project_id__
name Function Name gcp_resource_name From API field: name
state State status_badge From API field: state
runtime Runtime text From API field: build_config.runtime
entry_point Entry Point text From API field: build_config.entry_point
environment Environment text From API field: environment
build_source Build Source text From API field: build_config.source
available_memory Available Memory text From API field: service_config.available_memory
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