@google-cloud/org-policy
Advanced tools
Comparing version 2.1.2 to 3.0.0
@@ -144,5 +144,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.orgpolicy.v2.Policy | Policy}. | ||
* 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.orgpolicy.v2.Policy|Policy}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -174,5 +173,4 @@ * @example <caption>include:samples/generated/v2/org_policy.get_policy.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}. | ||
* 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.orgpolicy.v2.Policy|Policy}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -211,5 +209,4 @@ * @example <caption>include:samples/generated/v2/org_policy.get_effective_policy.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}. | ||
* 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.orgpolicy.v2.Policy|Policy}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -248,5 +245,4 @@ * @example <caption>include:samples/generated/v2/org_policy.create_policy.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy}. | ||
* 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.orgpolicy.v2.Policy|Policy}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -277,5 +273,4 @@ * @example <caption>include:samples/generated/v2/org_policy.update_policy.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}. | ||
* 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.protobuf.Empty|Empty}. | ||
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } | ||
* for more details and examples. | ||
@@ -314,3 +309,3 @@ * @example <caption>include:samples/generated/v2/org_policy.delete_policy.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of {@link google.cloud.orgpolicy.v2.Constraint | Constraint}. | ||
* The first element of the array is Array of {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -321,4 +316,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. | ||
@@ -354,3 +348,3 @@ */ | ||
* @returns {Stream} | ||
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Constraint | Constraint} on 'data' event. | ||
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -360,4 +354,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. | ||
@@ -389,8 +382,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.orgpolicy.v2.Constraint | Constraint}. The API will be called under the hood as needed, once per the page, | ||
* {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint}. 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. | ||
@@ -424,3 +416,3 @@ * @example <caption>include:samples/generated/v2/org_policy.list_constraints.js</caption> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of {@link google.cloud.orgpolicy.v2.Policy | Policy}. | ||
* The first element of the array is Array of {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -431,4 +423,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. | ||
@@ -465,3 +456,3 @@ */ | ||
* @returns {Stream} | ||
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy} on 'data' event. | ||
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -471,4 +462,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. | ||
@@ -501,8 +491,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.orgpolicy.v2.Policy | Policy}. The API will be called under the hood as needed, once per the page, | ||
* {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}. 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. | ||
@@ -509,0 +498,0 @@ * @example <caption>include:samples/generated/v2/org_policy.list_policies.js</caption> |
@@ -421,3 +421,3 @@ "use strict"; | ||
* @returns {Stream} | ||
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Constraint | Constraint} on 'data' event. | ||
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -427,4 +427,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. | ||
@@ -470,8 +469,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.orgpolicy.v2.Constraint | Constraint}. The API will be called under the hood as needed, once per the page, | ||
* {@link protos.google.cloud.orgpolicy.v2.Constraint|Constraint}. 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. | ||
@@ -539,3 +537,3 @@ * @example <caption>include:samples/generated/v2/org_policy.list_constraints.js</caption> | ||
* @returns {Stream} | ||
* An object stream which emits an object representing {@link google.cloud.orgpolicy.v2.Policy | Policy} on 'data' event. | ||
* An object stream which emits an object representing {@link protos.google.cloud.orgpolicy.v2.Policy|Policy} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -545,4 +543,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. | ||
@@ -589,8 +586,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.orgpolicy.v2.Policy | Policy}. The API will be called under the hood as needed, once per the page, | ||
* {@link protos.google.cloud.orgpolicy.v2.Policy|Policy}. 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. | ||
@@ -597,0 +593,0 @@ * @example <caption>include:samples/generated/v2/org_policy.list_policies.js</caption> |
# Changelog | ||
## [3.0.0](https://github.com/googleapis/google-cloud-node/compare/org-policy-v2.1.2...org-policy-v3.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 ([#4462](https://github.com/googleapis/google-cloud-node/issues/4462)) ([6df8854](https://github.com/googleapis/google-cloud-node/commit/6df8854fdfbf62e6374f79d785f142b2f2e6cfae)) | ||
### 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)) | ||
## [2.1.2](https://github.com/googleapis/google-cloud-node/compare/org-policy-v2.1.1...org-policy-v2.1.2) (2023-04-13) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/org-policy", | ||
"version": "2.1.2", | ||
"version": "3.0.0", | ||
"description": "Org policy client for Node.js", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
@@ -42,33 +42,32 @@ "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" | ||
}, | ||
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy" | ||
} |
@@ -5,3 +5,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
# [Organization Policy: Node.js Client](https://github.com/googleapis/google-cloud-node) | ||
# [Organization Policy: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy) | ||
@@ -89,15 +89,14 @@ [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
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-orgpolicy/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
| Sample | Source Code | Try it | | ||
| --------------------------- | --------------------------------- | ------ | | ||
| Org_policy.create_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.create_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-orgpolicy/samples/generated/v2/org_policy.create_policy.js,samples/README.md) | | ||
| Org_policy.delete_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.delete_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-orgpolicy/samples/generated/v2/org_policy.delete_policy.js,samples/README.md) | | ||
| Org_policy.get_effective_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_effective_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-orgpolicy/samples/generated/v2/org_policy.get_effective_policy.js,samples/README.md) | | ||
| Org_policy.get_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_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-orgpolicy/samples/generated/v2/org_policy.get_policy.js,samples/README.md) | | ||
| Org_policy.list_constraints | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_constraints.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-orgpolicy/samples/generated/v2/org_policy.list_constraints.js,samples/README.md) | | ||
| Org_policy.list_policies | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_policies.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-orgpolicy/samples/generated/v2/org_policy.list_policies.js,samples/README.md) | | ||
| Org_policy.update_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.update_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-orgpolicy/samples/generated/v2/org_policy.update_policy.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/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-orgpolicy/samples/quickstart.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/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-orgpolicy/samples/test/quickstart.js,samples/README.md) | | ||
| Org_policy.create_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.create_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-orgpolicy/samples/generated/v2/org_policy.create_policy.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Org_policy.delete_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.delete_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-orgpolicy/samples/generated/v2/org_policy.delete_policy.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Org_policy.get_effective_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_effective_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-orgpolicy/samples/generated/v2/org_policy.get_effective_policy.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Org_policy.get_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.get_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-orgpolicy/samples/generated/v2/org_policy.get_policy.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Org_policy.list_constraints | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_constraints.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-orgpolicy/samples/generated/v2/org_policy.list_constraints.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Org_policy.list_policies | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.list_policies.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-orgpolicy/samples/generated/v2/org_policy.list_policies.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Org_policy.update_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/samples/generated/v2/org_policy.update_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-orgpolicy/samples/generated/v2/org_policy.update_policy.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-orgpolicy/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-orgpolicy/samples/quickstart.js,packages/google-cloud-orgpolicy/samples/README.md) | | ||
@@ -111,3 +110,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 | ||
@@ -114,0 +113,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
1740979
15
29755
0
170
+ 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