Google Cloud Node.js Client Libraries

repository·main·Indexed 25 days ago

https://github.com/googleapis/google-cloud-node

Official idiomatic Node.js client libraries for Google Cloud Platform services. This repository includes libraries such as @google-cloud/speech for Cloud Speech-to-Text, @google-cloud/tasks for Cloud Tasks, and gcp-metadata for retrieving instance and project-level metadata from Google Cloud environments. The libraries support current active and maintenance versions of Node.js, with legacy support available via npm dist-tags.

Tokens
109.9K
Snippets
374
Records
1K
Agent score
85%

What's inside google-cloud-node

  1. Available Google Cloud Node.js Client Libraries

    main

    The following Google Cloud client libraries are available for Node.js. You can install them via npm using their respective package names.

    • SaaS Runtime API: @google-cloud/saasservicemgmt
    • Security Compliance API: @google-cloud/cloudsecuritycompliance
    • Solar API: @googlemaps/solar
    • Storage Batch Operations API: @google-cloud/storagebatchoperations
    • Vector Search API: @google-cloud/vectorsearch
    • Vision AI API: @google-cloud/visionai
    • Workload Manager API: @google-cloud/workloadmanager
  2. Use the official @google-cloud/bigtable library instead of @google-cloud/bigtable-api

    main

    IMPORTANT: Internal API Client

    The library @google-cloud/bigtable-api is an auto-generated, lightweight GAPIC layer intended only as a dependency for the official handwritten client library.

    End users should NOT use this library directly. Instead, install and import the official client library:

    @google-cloud/bigtable

  3. Google Health API Node.js Client Samples

    main

    The repository contains various code samples for interacting with the Google Health API. Key functional areas covered by samples include:

    • Data Points Service: Create, get, list, update, delete, batch delete, reconcile, and roll up data points, as well as exporting exercise TCX files.
    • Data Subscription Service: Create, get, list, update, and delete subscriptions and subscribers.
    • Health Profile Service: Get identity, IRN profile, paired devices, settings, and profile information; update profiles and settings; and list paired devices.

    Detailed instructions for running each sample are located in the README.md file within its respective sample directory.