Gathering detailed insights and metrics for @google-cloud/datastream
Gathering detailed insights and metrics for @google-cloud/datastream
Gathering detailed insights and metrics for @google-cloud/datastream
Gathering detailed insights and metrics for @google-cloud/datastream
Google Cloud Client Library for Node.js
npm install @google-cloud/datastream
Typescript
Module System
Min. Node Version
Node Version
NPM Version
maintenance-api: v0.1.0
Updated on Jul 10, 2025
subscriptions: v0.1.0
Updated on Jul 10, 2025
storagebatchoperations: v0.1.0
Updated on Jul 10, 2025
lustre: v0.1.0
Updated on Jul 10, 2025
devicestreaming: v0.2.0
Updated on Jul 10, 2025
chronicle: v0.2.0
Updated on Jul 10, 2025
TypeScript (89.53%)
JavaScript (10.44%)
Shell (0.01%)
Python (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
3,037 Stars
25,205 Commits
626 Forks
189 Watchers
255 Branches
348 Contributors
Updated on Jul 13, 2025
Latest Version
4.2.0
Package Id
@google-cloud/datastream@4.2.0
Unpacked Size
6.97 MB
Size
408.07 kB
File Count
26
NPM Version
10.8.2
Node Version
18.20.8
Published on
Jul 10, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
datastream client for Node.js
A comprehensive list of changes in each version may be found in the CHANGELOG.
Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.
Table of contents:
1npm install @google-cloud/datastream
1/** 2 * TODO(developer): Uncomment these variables before running the sample. 3 */ 4/** 5 * Required. The parent that owns the collection of connection profiles. 6 */ 7// const parent = 'abc123' 8/** 9 * Maximum number of connection profiles to return. 10 * If unspecified, at most 50 connection profiles will be returned. 11 * The maximum value is 1000; values above 1000 will be coerced to 1000. 12 */ 13// const pageSize = 1234 14/** 15 * Page token received from a previous `ListConnectionProfiles` call. 16 * Provide this to retrieve the subsequent page. 17 * When paginating, all other parameters provided to `ListConnectionProfiles` 18 * must match the call that provided the page token. 19 */ 20// const pageToken = 'abc123' 21/** 22 * Filter request. 23 */ 24// const filter = 'abc123' 25/** 26 * Order by fields for the result. 27 */ 28// const orderBy = 'abc123' 29 30// Imports the Datastream library 31const {DatastreamClient} = require('@google-cloud/datastream').v1; 32 33// Instantiates a client 34const datastreamClient = new DatastreamClient(); 35 36async function listConnectionProfiles() { 37 // Construct request 38 const request = { 39 parent, 40 }; 41 42 // Run request 43 const iterable = 44 await datastreamClient.listConnectionProfilesAsync(request); 45 for await (const response of iterable) { 46 console.log(response); 47 } 48} 49 50listConnectionProfiles(); 51
Samples are in the samples/
directory. Each sample's README.md
has instructions for running its sample.
Sample | Source Code | Try it |
---|---|---|
Datastream.create_connection_profile | source code | ![]() |
Datastream.create_private_connection | source code | ![]() |
Datastream.create_route | source code | ![]() |
Datastream.create_stream | source code | ![]() |
Datastream.delete_connection_profile | source code | ![]() |
Datastream.delete_private_connection | source code | ![]() |
Datastream.delete_route | source code | ![]() |
Datastream.delete_stream | source code | ![]() |
Datastream.discover_connection_profile | source code | ![]() |
Datastream.fetch_static_ips | source code | ![]() |
Datastream.get_connection_profile | source code | ![]() |
Datastream.get_private_connection | source code | ![]() |
Datastream.get_route | source code | ![]() |
Datastream.get_stream | source code | ![]() |
Datastream.get_stream_object | source code | ![]() |
Datastream.list_connection_profiles | source code | ![]() |
Datastream.list_private_connections | source code | ![]() |
Datastream.list_routes | source code | ![]() |
Datastream.list_stream_objects | source code | ![]() |
Datastream.list_streams | source code | ![]() |
Datastream.lookup_stream_object | source code | ![]() |
Datastream.run_stream | source code | ![]() |
Datastream.start_backfill_job | source code | ![]() |
Datastream.stop_backfill_job | source code | ![]() |
Datastream.update_connection_profile | source code | ![]() |
Datastream.update_stream | source code | ![]() |
Datastream.create_connection_profile | source code | ![]() |
Datastream.create_private_connection | source code | ![]() |
Datastream.create_route | source code | ![]() |
Datastream.create_stream | source code | ![]() |
Datastream.delete_connection_profile | source code | ![]() |
Datastream.delete_private_connection | source code | ![]() |
Datastream.delete_route | source code | ![]() |
Datastream.delete_stream | source code | ![]() |
Datastream.discover_connection_profile | source code | ![]() |
Datastream.fetch_errors | source code | ![]() |
Datastream.fetch_static_ips | source code | ![]() |
Datastream.get_connection_profile | source code | ![]() |
Datastream.get_private_connection | source code | ![]() |
Datastream.get_route | source code | ![]() |
Datastream.get_stream | source code | ![]() |
Datastream.list_connection_profiles | source code | ![]() |
Datastream.list_private_connections | source code | ![]() |
Datastream.list_routes | source code | ![]() |
Datastream.list_streams | source code | ![]() |
Datastream.update_connection_profile | source code | ![]() |
Datastream.update_stream | source code | ![]() |
Quickstart | source code | ![]() |
The Datastream Node.js Client API Reference documentation also contains samples.
Our client libraries follow the Node.js release schedule. Libraries are compatible with all current active and maintenance versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update as soon as possible to an actively supported LTS version.
Google's client libraries support legacy versions of Node.js runtimes on a best-efforts basis with the following warnings:
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed through npm dist-tags.
The dist-tags follow the naming convention legacy-(version)
.
For example, npm install @google-cloud/datastream@legacy-8
installs client libraries
for versions compatible with Node.js 8.
This library follows Semantic Versioning.
This library is considered to be stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against stable libraries are addressed with the highest priority.
More Information: Google Cloud Platform Launch Stages
Contributions welcome! See the Contributing Guide.
Please note that this README.md
, the samples/README.md
,
and a variety of configuration files in this repository (including .nycrc
and tsconfig.json
)
are generated from a central template. To edit one of these files, make an edit
to its templates in
directory.
Apache Version 2.0
See LICENSE
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More