Google Cloud Functions Spoke

  • Release version: Yokohama
  • Updated May 19, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Google Cloud Functions Spoke

    The Google Cloud Functions Spoke enables ServiceNow customers to manage Google Cloud Functions directly from their ServiceNow instance. It allows automation of function-related tasks triggered by events using your Google Cloud Functions account. This integration supports handling functions for various event types including HTTP requests and general event processing.

    Show full answer Show less

    This spoke requires an Integration Hub subscription and a custom app created in the Google Cloud Platform. It is designed for Google Cloud Functions API version v1 but may be compatible with later versions.

    Key Features

    • Function Management: Create, update, delete, and retrieve Google Cloud Functions associated with events or HTTP requests.
    • URL Management: Generate signed URLs to upload or download source code for deployed functions.
    • IAM Policy Management: Retrieve and set IAM access control policies for functions to manage permissions within Google Cloud.
    • Location and Operation Management: Look up available locations and operations within your Google Cloud projects to better manage resources.
    • Connection and Credential Aliases: Use Integration Hub aliases to manage OAuth credentials and connection information efficiently, enabling seamless environment management without needing to update multiple configurations.

    Requirements and Dependencies

    • A custom app in Google Cloud Platform must be created for this spoke.
    • Several dependent plugins must be installed in ServiceNow, including plugins for Google Identity and Access, Google Cloud VPC Access, Google Cloud Storage, and several IntegrationHub components.
    • Some dependent plugins are licensable and require appropriate licenses if used outside the spoke implementation.
    • The latest spoke version is 1.0.3 as of May 2025.

    Practical Benefits for ServiceNow Customers

    By integrating Google Cloud Functions with ServiceNow through this spoke, customers can automate and streamline cloud function management, reduce manual intervention, and maintain consistent control over function deployment and security policies. The use of connection aliases simplifies managing multiple environments, enhancing operational efficiency and reducing configuration errors.

    Manage functions that are attached to events, using your Google Cloud Functions account from ServiceNow instance.

    Request apps on the Store

    Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Integration Hub subscription

    This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

    Spoke version

    Google Cloud Functions v1.0.3 is the latest version.

    Supported versions

    This spoke was built for the Google Cloud Functions API version v1, but may be compatible with later versions.

    Google Cloud Functions spoke requirements

    The Google Cloud Functions spoke requires a custom app that you create in Google Cloud Platform.

    Spoke dependencies

    If you’re having trouble installing the app, ensure that these dependent plugins are installed:
    • Google Identity and Access Spoke
    • Google Cloud VPC Access Spoke
    • Google Cloud Storage Spoke
    • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
    • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
    • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
    • Complex Object (com.glide.cobject)
    • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
    Note:
    Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

    Spoke actions

    The Google Cloud Functions spoke provides actions to automate Google Cloud Functions tasks when events occurs in the ServiceNow AI Platform. Available actions include:

    Category Action Description
    Function Management Create Function For Event Creates a function for an event.
    Create Function For HTTP Create a function to process an HTTP request.
    Delete Function Deletes the specified function.
    Generate Download URL Retrieves details of a signed URL to download source code of the deployed function.
    Generate Upload URL Retrieves details of a signed URL for uploading source code of the deployed function.
    Get Function Retrieves information about the specified function.
    Get IAM Policy Retrieves details of IAM access control policy for a function.
    Look up Functions Retrieves a list of functions available in the specified location.
    Set IAM Policy Sets the IAM access control policy for the specified function.
    Update Function Updates details of the specified function.
    Location Management Look up Locations Retrieves a list of locations available in the specified project.
    Operation Management Get Operation Retrieves details of the specified operation.
    Look up Operations Retrieves the list of operations available in the specified project.

    Connection and credential alias requirements

    Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

    For information about setting up the spoke, see Set up the Google Cloud Functions spoke.