@google-cloud/clientconnectorservices
Advanced tools
Comparing version 0.3.2 to 2.0.0
@@ -133,5 +133,4 @@ /// <reference types="node" /> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService | ClientConnectorService}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* The first element of the array is an object representing {@link protos.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService|ClientConnectorService}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -158,3 +157,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.get_client_connector_service.js</caption> | ||
* * Must start with a letter. | ||
* * Must contain between 4-63 characters from `/{@link 0-9|a-z}-/`. | ||
* * Must contain between 4-63 characters from `/{@link protos.0-9|a-z}-/`. | ||
* * Must end with a number or a letter. | ||
@@ -189,4 +188,3 @@ * | ||
* you can `await` for. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -209,4 +207,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.create_client_connector_service.js</caption> | ||
* The decoded operation object has result and metadata field to get information from. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -257,4 +254,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.create_client_connector_service.js</caption> | ||
* you can `await` for. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -277,4 +273,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.update_client_connector_service.js</caption> | ||
* The decoded operation object has result and metadata field to get information from. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -315,4 +310,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.update_client_connector_service.js</caption> | ||
* you can `await` for. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -335,4 +329,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.delete_client_connector_service.js</caption> | ||
* The decoded operation object has result and metadata field to get information from. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -362,3 +355,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.delete_client_connector_service.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of {@link google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService | ClientConnectorService}. | ||
* The first element of the array is Array of {@link protos.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService|ClientConnectorService}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -369,4 +362,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* method described below for async iteration which you can stop as needed. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -399,3 +391,3 @@ */ | ||
* @returns {Stream} | ||
* An object stream which emits an object representing {@link google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService | ClientConnectorService} on 'data' event. | ||
* An object stream which emits an object representing {@link protos.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService|ClientConnectorService} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -405,4 +397,3 @@ * times as needed. Note that it can affect your quota. | ||
* method described below for async iteration which you can stop as needed. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -431,8 +422,7 @@ */ | ||
* @returns {Object} | ||
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). | ||
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* {@link google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService | ClientConnectorService}. The API will be called under the hood as needed, once per the page, | ||
* {@link protos.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService|ClientConnectorService}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -468,3 +458,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.list_client_connector_services.js</caption> | ||
*/ | ||
getIamPolicy(request: IamProtos.google.iam.v1.GetIamPolicyRequest, options?: gax.CallOptions | Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.GetIamPolicyRequest | null | undefined, {} | null | undefined>, callback?: Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.GetIamPolicyRequest | null | undefined, {} | null | undefined>): Promise<IamProtos.google.iam.v1.Policy>; | ||
getIamPolicy(request: IamProtos.google.iam.v1.GetIamPolicyRequest, options?: gax.CallOptions | Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.GetIamPolicyRequest | null | undefined, {} | null | undefined>, callback?: Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.GetIamPolicyRequest | null | undefined, {} | null | undefined>): Promise<[IamProtos.google.iam.v1.Policy]>; | ||
/** | ||
@@ -487,4 +477,3 @@ * Returns permissions that a caller has on the specified resource. If the | ||
* wildcards (such as '*' or 'storage.*') are not allowed. For more | ||
* information see | ||
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). | ||
* information see {@link https://cloud.google.com/iam/docs/overview#permissions | IAM Overview }. | ||
* @param {Object} [options] | ||
@@ -501,3 +490,3 @@ * Optional parameters. You can override the default settings for this call, e.g, timeout, | ||
*/ | ||
setIamPolicy(request: IamProtos.google.iam.v1.SetIamPolicyRequest, options?: gax.CallOptions | Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.SetIamPolicyRequest | null | undefined, {} | null | undefined>, callback?: Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.SetIamPolicyRequest | null | undefined, {} | null | undefined>): Promise<IamProtos.google.iam.v1.Policy>; | ||
setIamPolicy(request: IamProtos.google.iam.v1.SetIamPolicyRequest, options?: gax.CallOptions | Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.SetIamPolicyRequest | null | undefined, {} | null | undefined>, callback?: Callback<IamProtos.google.iam.v1.Policy, IamProtos.google.iam.v1.SetIamPolicyRequest | null | undefined, {} | null | undefined>): Promise<[IamProtos.google.iam.v1.Policy]>; | ||
/** | ||
@@ -520,4 +509,3 @@ * Returns permissions that a caller has on the specified resource. If the | ||
* wildcards (such as '*' or 'storage.*') are not allowed. For more | ||
* information see | ||
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). | ||
* information see {@link https://cloud.google.com/iam/docs/overview#permissions | IAM Overview }. | ||
* @param {Object} [options] | ||
@@ -535,3 +523,3 @@ * Optional parameters. You can override the default settings for this call, e.g, timeout, | ||
*/ | ||
testIamPermissions(request: IamProtos.google.iam.v1.TestIamPermissionsRequest, options?: gax.CallOptions | Callback<IamProtos.google.iam.v1.TestIamPermissionsResponse, IamProtos.google.iam.v1.TestIamPermissionsRequest | null | undefined, {} | null | undefined>, callback?: Callback<IamProtos.google.iam.v1.TestIamPermissionsResponse, IamProtos.google.iam.v1.TestIamPermissionsRequest | null | undefined, {} | null | undefined>): Promise<IamProtos.google.iam.v1.TestIamPermissionsResponse>; | ||
testIamPermissions(request: IamProtos.google.iam.v1.TestIamPermissionsRequest, options?: gax.CallOptions | Callback<IamProtos.google.iam.v1.TestIamPermissionsResponse, IamProtos.google.iam.v1.TestIamPermissionsRequest | null | undefined, {} | null | undefined>, callback?: Callback<IamProtos.google.iam.v1.TestIamPermissionsResponse, IamProtos.google.iam.v1.TestIamPermissionsRequest | null | undefined, {} | null | undefined>): Promise<[IamProtos.google.iam.v1.TestIamPermissionsResponse]>; | ||
/** | ||
@@ -548,4 +536,3 @@ * Gets information about a location. | ||
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -575,8 +562,7 @@ * @example | ||
* @returns {Object} | ||
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). | ||
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -583,0 +569,0 @@ * @example |
@@ -428,4 +428,3 @@ "use strict"; | ||
* The decoded operation object has result and metadata field to get information from. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -468,4 +467,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.create_client_connector_service.js</caption> | ||
* The decoded operation object has result and metadata field to get information from. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -508,4 +506,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.update_client_connector_service.js</caption> | ||
* The decoded operation object has result and metadata field to get information from. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation } | ||
* for more details and examples. | ||
@@ -560,3 +557,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.delete_client_connector_service.js</caption> | ||
* @returns {Stream} | ||
* An object stream which emits an object representing {@link google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService | ClientConnectorService} on 'data' event. | ||
* An object stream which emits an object representing {@link protos.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService|ClientConnectorService} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -566,4 +563,3 @@ * times as needed. Note that it can affect your quota. | ||
* method described below for async iteration which you can stop as needed. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -606,8 +602,7 @@ */ | ||
* @returns {Object} | ||
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). | ||
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* {@link google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService | ClientConnectorService}. The API will be called under the hood as needed, once per the page, | ||
* {@link protos.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService|ClientConnectorService}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -677,4 +672,3 @@ * @example <caption>include:samples/generated/v1/client_connector_services_service.list_client_connector_services.js</caption> | ||
* wildcards (such as '*' or 'storage.*') are not allowed. For more | ||
* information see | ||
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). | ||
* information see {@link https://cloud.google.com/iam/docs/overview#permissions | IAM Overview }. | ||
* @param {Object} [options] | ||
@@ -711,4 +705,3 @@ * Optional parameters. You can override the default settings for this call, e.g, timeout, | ||
* wildcards (such as '*' or 'storage.*') are not allowed. For more | ||
* information see | ||
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). | ||
* information see {@link https://cloud.google.com/iam/docs/overview#permissions | IAM Overview }. | ||
* @param {Object} [options] | ||
@@ -740,4 +733,3 @@ * Optional parameters. You can override the default settings for this call, e.g, timeout, | ||
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -769,8 +761,7 @@ * @example | ||
* @returns {Object} | ||
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). | ||
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
* Please see the | ||
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation } | ||
* for more details and examples. | ||
@@ -777,0 +768,0 @@ * @example |
# Changelog | ||
## [2.0.0](https://github.com/googleapis/google-cloud-node/compare/clientconnectorservices-v1.0.0...clientconnectorservices-v2.0.0) (2023-08-09) | ||
### ⚠ BREAKING CHANGES | ||
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) | ||
### Bug Fixes | ||
* [Many APIs] changing format of the jsdoc links ([#3985](https://github.com/googleapis/google-cloud-node/issues/3985)) ([fb2a6fd](https://github.com/googleapis/google-cloud-node/commit/fb2a6fdbd9dcf2ae91b3767629d71f0970d0712c)) | ||
* [Many APIs] fix typings for IAM methods ([#4459](https://github.com/googleapis/google-cloud-node/issues/4459)) ([1d510be](https://github.com/googleapis/google-cloud-node/commit/1d510bef5bd7b0ac3552b4729ef3d9ebe1ac3dc4)) | ||
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029)) | ||
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc)) | ||
### Miscellaneous Chores | ||
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770)) | ||
## [1.0.0](https://github.com/googleapis/google-cloud-node/compare/clientgateways-v0.3.2...clientgateways-v1.0.0) (2023-08-06) | ||
### ⚠ BREAKING CHANGES | ||
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) | ||
### Bug Fixes | ||
* [Many APIs] fix typings for IAM methods ([#4459](https://github.com/googleapis/google-cloud-node/issues/4459)) ([1d510be](https://github.com/googleapis/google-cloud-node/commit/1d510bef5bd7b0ac3552b4729ef3d9ebe1ac3dc4)) | ||
### Miscellaneous Chores | ||
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770)) | ||
## [0.3.2](https://github.com/googleapis/google-cloud-node/compare/clientconnectorservices-v0.3.1...clientconnectorservices-v0.3.2) (2023-04-13) | ||
@@ -4,0 +39,0 @@ |
{ | ||
"name": "@google-cloud/clientconnectorservices", | ||
"version": "0.3.2", | ||
"version": "2.0.0", | ||
"description": "BeyondCorp API client for Node.js", | ||
@@ -8,5 +8,5 @@ "repository": { | ||
"url": "https://github.com/googleapis/google-cloud-node.git", | ||
"directory": "packages/google-cloud-beyondcorp-clientconnectorservices" | ||
"directory": "packages/google-cloud-beyondcorp-clientgateways" | ||
}, | ||
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientconnectorservices", | ||
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientgateways", | ||
"license": "Apache-2.0", | ||
@@ -29,4 +29,4 @@ "author": "Google LLC", | ||
"cloud", | ||
"google clientconnectorservices", | ||
"clientconnectorservices", | ||
"google clientgateways", | ||
"clientgateways", | ||
"" | ||
@@ -36,3 +36,3 @@ ], | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
@@ -45,32 +45,31 @@ "docs": "jsdoc -c .jsdoc.js", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "npm run compile && c8 mocha build/system-test", | ||
"test": "c8 mocha build/test", | ||
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test", | ||
"prelint": "cd samples; npm link ../; npm i" | ||
"prelint": "cd samples; npm link ../; npm i", | ||
"postpack": "minifyProtoJson", | ||
"samples-test": "cd samples/ && npm link ../ && npm i && npm test", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^3.5.8" | ||
"google-gax": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.4.5", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.3.5", | ||
"gts": "^3.1.0", | ||
"c8": "^8.0.1", | ||
"gapic-tools": "^0.1.8", | ||
"gts": "^5.0.0", | ||
"jsdoc": "^4.0.0", | ||
"jsdoc-fresh": "^2.0.0", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"linkinator": "4.1.2", | ||
"long": "^5.2.3", | ||
"mocha": "^9.2.2", | ||
"null-loader": "^4.0.1", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^15.0.0", | ||
"ts-loader": "^9.0.0", | ||
"typescript": "^4.6.4", | ||
"webpack": "^5.9.0", | ||
"webpack-cli": "^5.0.0" | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
# [BeyondCorp API: Node.js Client](https://github.com/googleapis/google-cloud-node) | ||
# [BeyondCorp API: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientgateways) | ||
@@ -18,7 +18,7 @@ [![release level](https://img.shields.io/badge/release%20level-preview-yellow.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/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientconnectorservices/CHANGELOG.md). | ||
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientgateways/CHANGELOG.md). | ||
* [BeyondCorp API Node.js Client API Reference][client-docs] | ||
* [github.com/googleapis/google-cloud-node/packages/google-cloud-beyondcorp-clientconnectorservices](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientconnectorservices) | ||
* [github.com/googleapis/google-cloud-node/packages/google-cloud-beyondcorp-clientgateways](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientgateways) | ||
@@ -119,13 +119,12 @@ Read more about the client libraries for Cloud APIs, including the older | ||
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. | ||
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-beyondcorp-clientgateways/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
| Sample | Source Code | Try it | | ||
| --------------------------- | --------------------------------- | ------ | | ||
| Client_connector_services_service.create_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.create_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.create_client_connector_service.js,samples/README.md) | | ||
| Client_connector_services_service.delete_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.delete_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.delete_client_connector_service.js,samples/README.md) | | ||
| Client_connector_services_service.get_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.get_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.get_client_connector_service.js,samples/README.md) | | ||
| Client_connector_services_service.list_client_connector_services | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.list_client_connector_services.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.list_client_connector_services.js,samples/README.md) | | ||
| Client_connector_services_service.update_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.update_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.update_client_connector_service.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/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-beyondcorp-clientconnectorservices/samples/quickstart.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/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-beyondcorp-clientconnectorservices/samples/test/quickstart.js,samples/README.md) | | ||
| Client_connector_services_service.create_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.create_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.create_client_connector_service.js,packages/google-cloud-beyondcorp-clientgateways/samples/README.md) | | ||
| Client_connector_services_service.delete_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.delete_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.delete_client_connector_service.js,packages/google-cloud-beyondcorp-clientgateways/samples/README.md) | | ||
| Client_connector_services_service.get_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.get_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.get_client_connector_service.js,packages/google-cloud-beyondcorp-clientgateways/samples/README.md) | | ||
| Client_connector_services_service.list_client_connector_services | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.list_client_connector_services.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.list_client_connector_services.js,packages/google-cloud-beyondcorp-clientgateways/samples/README.md) | | ||
| Client_connector_services_service.update_client_connector_service | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.update_client_connector_service.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-beyondcorp-clientconnectorservices/samples/generated/v1/client_connector_services_service.update_client_connector_service.js,packages/google-cloud-beyondcorp-clientgateways/samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-beyondcorp-clientconnectorservices/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-beyondcorp-clientconnectorservices/samples/quickstart.js,packages/google-cloud-beyondcorp-clientgateways/samples/README.md) | | ||
@@ -139,3 +138,3 @@ | ||
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). | ||
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). | ||
Libraries are compatible with all current _active_ and _maintenance_ versions of | ||
@@ -142,0 +141,0 @@ Node.js. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1936555
15
32308
0
196
+ Added@grpc/grpc-js@1.12.2(transitive)
+ Added@js-sdsl/ordered-map@4.4.2(transitive)
+ Added@tootallnate/once@2.0.0(transitive)
+ Added@types/caseless@0.12.5(transitive)
+ Added@types/request@2.48.12(transitive)
+ Added@types/tough-cookie@4.0.5(transitive)
+ Addedagent-base@7.1.1(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@2.5.2(transitive)
+ Addedgaxios@6.7.1(transitive)
+ Addedgcp-metadata@6.1.0(transitive)
+ Addedgoogle-auth-library@9.15.0(transitive)
+ Addedgoogle-gax@4.4.1(transitive)
+ Addedgtoken@7.1.0(transitive)
+ Addedhttp-proxy-agent@5.0.0(transitive)
+ Addedhttps-proxy-agent@7.0.5(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproto3-json-serializer@2.0.2(transitive)
+ Addedretry-request@7.0.2(transitive)
+ Addedstream-events@1.0.5(transitive)
+ Addedstubs@3.0.0(transitive)
+ Addedteeny-request@9.0.0(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@grpc/grpc-js@1.8.22(transitive)
- Removed@jsdoc/salty@0.2.8(transitive)
- Removed@types/glob@8.1.0(transitive)
- Removed@types/linkify-it@5.0.0(transitive)
- Removed@types/markdown-it@14.1.2(transitive)
- Removed@types/mdurl@2.0.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removed@types/rimraf@3.0.2(transitive)
- Removedacorn@8.14.0(transitive)
- Removedacorn-jsx@5.3.2(transitive)
- Removedargparse@2.0.1(transitive)
- Removedarrify@2.0.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedcatharsis@0.9.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removeddeep-is@0.1.4(transitive)
- Removedentities@4.5.0(transitive)
- Removedescape-string-regexp@2.0.0(transitive)
- Removedescodegen@1.14.3(transitive)
- Removedeslint-visitor-keys@3.4.3(transitive)
- Removedespree@9.6.1(transitive)
- Removedesprima@4.0.1(transitive)
- Removedestraverse@4.3.05.3.0(transitive)
- Removedesutils@2.0.3(transitive)
- Removedfast-levenshtein@2.0.6(transitive)
- Removedfast-text-encoding@1.0.6(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgaxios@5.1.3(transitive)
- Removedgcp-metadata@5.3.0(transitive)
- Removedglob@8.1.0(transitive)
- Removedgoogle-auth-library@8.9.0(transitive)
- Removedgoogle-gax@3.6.1(transitive)
- Removedgoogle-p12-pem@4.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedgtoken@6.1.2(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedis-stream-ended@0.1.4(transitive)
- Removedjs2xmlparser@4.0.2(transitive)
- Removedjsdoc@4.0.4(transitive)
- Removedklaw@3.0.0(transitive)
- Removedlevn@0.3.0(transitive)
- Removedlinkify-it@5.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removedmarkdown-it@14.1.0(transitive)
- Removedmarkdown-it-anchor@8.6.7(transitive)
- Removedmarked@4.3.0(transitive)
- Removedmdurl@2.0.0(transitive)
- Removedminimatch@5.1.6(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removednode-forge@1.3.1(transitive)
- Removedoptionator@0.8.3(transitive)
- Removedprelude-ls@1.1.2(transitive)
- Removedproto3-json-serializer@1.1.1(transitive)
- Removedprotobufjs@7.2.4(transitive)
- Removedprotobufjs-cli@1.1.1(transitive)
- Removedpunycode.js@2.3.1(transitive)
- Removedrequizzle@0.2.4(transitive)
- Removedretry-request@5.0.2(transitive)
- Removedsemver@7.6.3(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedstrip-json-comments@3.1.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtmp@0.2.3(transitive)
- Removedtype-check@0.3.2(transitive)
- Removeduc.micro@2.1.0(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedword-wrap@1.2.5(transitive)
- Removedxmlcreate@2.0.4(transitive)
- Removedyallist@4.0.0(transitive)
Updatedgoogle-gax@^4.0.3