Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/data-fusion

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/data-fusion - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

2

build/src/index.js
"use strict";
// Copyright 2020 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -94,2 +94,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -96,0 +98,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -94,2 +94,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -96,0 +98,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

# Changelog
## [2.2.0](https://github.com/googleapis/google-cloud-node/compare/data-fusion-v2.1.2...data-fusion-v2.2.0) (2023-01-28)
### Features
* Added SuggestConversationSummary RPC ([#3852](https://github.com/googleapis/google-cloud-node/issues/3852)) ([d83d70a](https://github.com/googleapis/google-cloud-node/commit/d83d70a25f78812a44c4476b2149fbdef0a2baa1))
## [2.1.2](https://github.com/googleapis/nodejs-data-fusion/compare/v2.1.1...v2.1.2) (2022-11-10)

@@ -4,0 +11,0 @@

{
"name": "@google-cloud/data-fusion",
"version": "2.1.2",
"version": "2.2.0",
"description": "datafusion client for Node.js",
"repository": "googleapis/nodejs-data-fusion",
"repository": {
"type": "git",
"directory": "packages/google-cloud-datafusion",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"license": "Apache-2.0",

@@ -36,5 +40,5 @@ "author": "Google LLC",

"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"system-test": "npm run compile && c8 mocha build/system-test",
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm test",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"prelint": "cd samples; npm link ../; npm i"

@@ -58,11 +62,12 @@ },

"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"sinon": "^15.0.0",
"ts-loader": "^9.1.2",
"typescript": "^4.6.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
"webpack-cli": "^5.0.0"
},
"engines": {
"node": ">=12.0.0"
}
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datafusion"
}

@@ -5,3 +5,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

# [Cloud Data Fusion: Node.js Client](https://github.com/googleapis/nodejs-data-fusion)
# [Cloud Data Fusion: Node.js Client](https://github.com/googleapis/google-cloud-node)

@@ -18,7 +18,7 @@ [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/nodejs-data-fusion/blob/main/CHANGELOG.md).
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datafusion/CHANGELOG.md).
* [Cloud Data Fusion Node.js Client API Reference][client-docs]
* [Cloud Data Fusion Documentation][product-docs]
* [github.com/googleapis/nodejs-data-fusion](https://github.com/googleapis/nodejs-data-fusion)
* [github.com/googleapis/google-cloud-node/packages/google-cloud-datafusion](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datafusion)

@@ -37,3 +37,3 @@ Read more about the client libraries for Cloud APIs, including the older

* [Samples](#samples)
* [Versioning](#versioning)

@@ -62,3 +62,33 @@ * [Contributing](#contributing)

## Samples
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Data_fusion.create_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.create_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.create_instance.js,samples/README.md) |
| Data_fusion.delete_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.delete_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.delete_instance.js,samples/README.md) |
| Data_fusion.get_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.get_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.get_instance.js,samples/README.md) |
| Data_fusion.list_available_versions | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.list_available_versions.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.list_available_versions.js,samples/README.md) |
| Data_fusion.list_instances | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.list_instances.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.list_instances.js,samples/README.md) |
| Data_fusion.restart_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.restart_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.restart_instance.js,samples/README.md) |
| Data_fusion.update_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1/data_fusion.update_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1/data_fusion.update_instance.js,samples/README.md) |
| Data_fusion.add_dns_peering | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.add_dns_peering.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.add_dns_peering.js,samples/README.md) |
| Data_fusion.create_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.create_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.create_instance.js,samples/README.md) |
| Data_fusion.delete_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.delete_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.delete_instance.js,samples/README.md) |
| Data_fusion.get_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.get_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.get_instance.js,samples/README.md) |
| Data_fusion.list_available_versions | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_available_versions.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_available_versions.js,samples/README.md) |
| Data_fusion.list_dns_peerings | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_dns_peerings.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_dns_peerings.js,samples/README.md) |
| Data_fusion.list_instances | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_instances.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_instances.js,samples/README.md) |
| Data_fusion.list_namespaces | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_namespaces.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.list_namespaces.js,samples/README.md) |
| Data_fusion.remove_dns_peering | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.remove_dns_peering.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.remove_dns_peering.js,samples/README.md) |
| Data_fusion.remove_iam_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.remove_iam_policy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.remove_iam_policy.js,samples/README.md) |
| Data_fusion.restart_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.restart_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.restart_instance.js,samples/README.md) |
| Data_fusion.update_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.update_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.update_instance.js,samples/README.md) |
| Data_fusion.upgrade_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.upgrade_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/generated/v1beta1/data_fusion.upgrade_instance.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/quickstart.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-datafusion/samples/test/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-datafusion/samples/test/quickstart.js,samples/README.md) |
The [Cloud Data Fusion Node.js Client API Reference][client-docs] documentation

@@ -110,3 +140,3 @@ also contains samples.

Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-data-fusion/blob/main/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).

@@ -123,3 +153,3 @@ Please note that this `README.md`, the `samples/README.md`,

See [LICENSE](https://github.com/googleapis/nodejs-data-fusion/blob/main/LICENSE)
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)

@@ -126,0 +156,0 @@ [client-docs]: https://cloud.google.com/nodejs/docs/reference/data-fusion/latest

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc