Skip to content

Commit 61f4efa

Browse files
committed
build: add release-please config, fix owlbot-config
1 parent a911b72 commit 61f4efa

File tree

10 files changed

+186
-29
lines changed

10 files changed

+186
-29
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@
2929
"packages/google-cloud-language": "5.1.2",
3030
"packages/google-cloud-memcache": "2.1.4",
3131
"packages/google-cloud-monitoring": "3.0.3",
32+
"packages/google-cloud-orgpolicy": "2.0.3",
3233
"packages/google-cloud-osconfig": "2.1.2",
3334
"packages/google-cloud-oslogin": "4.0.4",
3435
"packages/google-cloud-phishingprotection": "3.0.6",
3536
"packages/google-cloud-policytroubleshooter": "2.0.6",
3637
"packages/google-cloud-recommender": "5.0.4",
3738
"packages/google-cloud-redis": "3.1.5",
3839
"packages/google-cloud-resourcemanager": "4.1.3",
39-
"packages/google-cloud-secretmanager": "4.1.4",
4040
"packages/google-cloud-scheduler": "3.0.5",
41+
"packages/google-cloud-secretmanager": "4.1.4",
4142
"packages/google-cloud-security-publicca": "0.1.3",
4243
"packages/google-cloud-servicedirectory": "4.0.4",
4344
"packages/google-cloud-shell": "2.0.4",

packages/google-cloud-orgpolicy/.github/.OwlBot.yaml renamed to packages/google-cloud-orgpolicy/.OwlBot.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
docker:
15-
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
1614

1715
deep-remove-regex:
1816
- /owl-bot-staging
1917

2018
deep-copy-regex:
21-
- source: /google/cloud/orgpolicy/(.*)/.*-nodejs/(.*)
22-
dest: /owl-bot-staging/$1/$2
19+
- source: /google/cloud/orgpolicy/(.*)/.*-nodejs
20+
dest: /owl-bot-staging/google-cloud-orgpolicy/$1
2321

2422
begin-after-commit-hash: fb91803ccef5d7c695139b22788b309e2197856b
2523

packages/google-cloud-orgpolicy/.mocharc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-orgpolicy/.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-orgpolicy/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"language": "nodejs",
33
"requires_billing": true,
44
"product_documentation": "https://cloud.google.com/resource-manager/docs/organization-policy/overview",
5-
"repo": "googleapis/nodejs-org-policy",
5+
"repo": "googleapis/google-cloud-node",
66
"default_version": "v2",
77
"name_pretty": "Organization Policy",
88
"release_level": "stable",
99
"distribution_name": "@google-cloud/org-policy",
1010
"name": "org-policy",
1111
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/org-policy/latest",
1212
"api_id": "orgpolicy.googleapis.com",
13-
"issue_tracker": "https://github.com/googleapis/nodejs-org-policy/issues",
13+
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
1414
"api_shortname": "orgpolicy",
1515
"library_type": "GAPIC_AUTO"
1616
}

packages/google-cloud-orgpolicy/README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [Organization Policy: Node.js Client](https://github.com/googleapis/nodejs-org-policy)
5+
# [Organization Policy: Node.js Client](https://github.com/googleapis/google-cloud-node)
66

77
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/org-policy.svg)](https://www.npmjs.org/package/@google-cloud/org-policy)
@@ -14,11 +14,11 @@ Org policy client for Node.js
1414

1515

1616
A comprehensive list of changes in each version may be found in
17-
[the CHANGELOG](https://github.com/googleapis/nodejs-org-policy/blob/main/CHANGELOG.md).
17+
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy/CHANGELOG.md).
1818

1919
* [Organization Policy Node.js Client API Reference][client-docs]
2020
* [Organization Policy Documentation][product-docs]
21-
* [github.com/googleapis/nodejs-org-policy](https://github.com/googleapis/nodejs-org-policy)
21+
* [github.com/googleapis/google-cloud-node/packages/google-cloud-orgpolicy](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy)
2222

2323
Read more about the client libraries for Cloud APIs, including the older
2424
Google APIs Client Libraries, in [Client Libraries Explained][explained].
@@ -85,11 +85,19 @@ listConstraints();
8585

8686
## Samples
8787

88-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-org-policy/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
88+
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.
8989

9090
| Sample | Source Code | Try it |
9191
| --------------------------- | --------------------------------- | ------ |
92-
| Quickstart | [source code](https://github.com/googleapis/nodejs-org-policy/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-org-policy&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
92+
| Org_policy.create_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.create_policy.js,samples/README.md) |
93+
| Org_policy.delete_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.delete_policy.js,samples/README.md) |
94+
| Org_policy.get_effective_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.get_effective_policy.js,samples/README.md) |
95+
| Org_policy.get_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.get_policy.js,samples/README.md) |
96+
| Org_policy.list_constraints | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.list_constraints.js,samples/README.md) |
97+
| Org_policy.list_policies | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.list_policies.js,samples/README.md) |
98+
| Org_policy.update_policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/generated/v2/org_policy.update_policy.js,samples/README.md) |
99+
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/quickstart.js,samples/README.md) |
100+
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/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=/workspace/google-cloud-node/samples/test/quickstart.js,samples/README.md) |
93101

94102

95103

@@ -139,7 +147,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
139147

140148
## Contributing
141149

142-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-org-policy/blob/main/CONTRIBUTING.md).
150+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).
143151

144152
Please note that this `README.md`, the `samples/README.md`,
145153
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
@@ -151,7 +159,7 @@ to its templates in
151159

152160
Apache Version 2.0
153161

154-
See [LICENSE](https://github.com/googleapis/nodejs-org-policy/blob/main/LICENSE)
162+
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
155163

156164
[client-docs]: https://cloud.google.com/nodejs/docs/reference/org-policy/latest
157165
[product-docs]: https://cloud.google.com/resource-manager/docs/organization-policy/overview

packages/google-cloud-orgpolicy/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@google-cloud/org-policy",
33
"version": "2.0.3",
44
"description": "Org policy client for Node.js",
5-
"repository": "googleapis/nodejs-org-policy",
5+
"repository": {
6+
"type": "git",
7+
"directory": "packages/google-cloud-orgpolicy",
8+
"url": "https://github.com/googleapis/google-cloud-node.git"
9+
},
610
"license": "Apache-2.0",
711
"author": "Google LLC",
812
"main": "build/src/index.js",
@@ -33,9 +37,9 @@
3337
"fix": "gts fix",
3438
"lint": "gts check",
3539
"prepare": "npm run compile-protos && npm run compile",
36-
"system-test": "c8 mocha build/system-test",
40+
"system-test": "npm run compile && c8 mocha build/system-test",
3741
"test": "c8 mocha build/test",
38-
"samples-test": "cd samples/ && npm link ../ && npm test",
42+
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
3943
"prelint": "cd samples; npm link ../; npm i"
4044
},
4145
"dependencies": {
@@ -62,5 +66,6 @@
6266
},
6367
"engines": {
6468
"node": ">=12.0.0"
65-
}
69+
},
70+
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-orgpolicy"
6671
}

packages/google-cloud-orgpolicy/samples/README.md

Lines changed: 150 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [Organization Policy: Node.js Samples](https://github.com/googleapis/nodejs-org-policy)
5+
# [Organization Policy: Node.js Samples](https://github.com/googleapis/google-cloud-node)
66

77
[![Open in Cloud Shell][shell_img]][shell_link]
88

@@ -12,12 +12,20 @@
1212

1313
* [Before you begin](#before-you-begin)
1414
* [Samples](#samples)
15+
* [Org_policy.create_policy](#org_policy.create_policy)
16+
* [Org_policy.delete_policy](#org_policy.delete_policy)
17+
* [Org_policy.get_effective_policy](#org_policy.get_effective_policy)
18+
* [Org_policy.get_policy](#org_policy.get_policy)
19+
* [Org_policy.list_constraints](#org_policy.list_constraints)
20+
* [Org_policy.list_policies](#org_policy.list_policies)
21+
* [Org_policy.update_policy](#org_policy.update_policy)
22+
* [Quickstart](#quickstart)
1523
* [Quickstart](#quickstart)
1624

1725
## Before you begin
1826

1927
Before running the samples, make sure you've followed the steps outlined in
20-
[Using the client library](https://github.com/googleapis/nodejs-org-policy#using-the-client-library).
28+
[Using the client library](https://github.com/googleapis/google-cloud-node#using-the-client-library).
2129

2230
`cd samples`
2331

@@ -29,22 +37,158 @@ Before running the samples, make sure you've followed the steps outlined in
2937

3038

3139

40+
### Org_policy.create_policy
41+
42+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.create_policy.js).
43+
44+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.create_policy.js,samples/README.md)
45+
46+
__Usage:__
47+
48+
49+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.create_policy.js`
50+
51+
52+
-----
53+
54+
55+
56+
57+
### Org_policy.delete_policy
58+
59+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.delete_policy.js).
60+
61+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.delete_policy.js,samples/README.md)
62+
63+
__Usage:__
64+
65+
66+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.delete_policy.js`
67+
68+
69+
-----
70+
71+
72+
73+
74+
### Org_policy.get_effective_policy
75+
76+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.get_effective_policy.js).
77+
78+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.get_effective_policy.js,samples/README.md)
79+
80+
__Usage:__
81+
82+
83+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.get_effective_policy.js`
84+
85+
86+
-----
87+
88+
89+
90+
91+
### Org_policy.get_policy
92+
93+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.get_policy.js).
94+
95+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.get_policy.js,samples/README.md)
96+
97+
__Usage:__
98+
99+
100+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.get_policy.js`
101+
102+
103+
-----
104+
105+
106+
107+
108+
### Org_policy.list_constraints
109+
110+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.list_constraints.js).
111+
112+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.list_constraints.js,samples/README.md)
113+
114+
__Usage:__
115+
116+
117+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.list_constraints.js`
118+
119+
120+
-----
121+
122+
123+
124+
125+
### Org_policy.list_policies
126+
127+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.list_policies.js).
128+
129+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.list_policies.js,samples/README.md)
130+
131+
__Usage:__
132+
133+
134+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.list_policies.js`
135+
136+
137+
-----
138+
139+
140+
141+
142+
### Org_policy.update_policy
143+
144+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/generated/v2/org_policy.update_policy.js).
145+
146+
[![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=/workspace/google-cloud-node/samples/generated/v2/org_policy.update_policy.js,samples/README.md)
147+
148+
__Usage:__
149+
150+
151+
`node /workspace/google-cloud-node/samples/generated/v2/org_policy.update_policy.js`
152+
153+
154+
-----
155+
156+
157+
158+
159+
### Quickstart
160+
161+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/quickstart.js).
162+
163+
[![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=/workspace/google-cloud-node/samples/quickstart.js,samples/README.md)
164+
165+
__Usage:__
166+
167+
168+
`node /workspace/google-cloud-node/samples/quickstart.js`
169+
170+
171+
-----
172+
173+
174+
175+
32176
### Quickstart
33177

34-
View the [source code](https://github.com/googleapis/nodejs-org-policy/blob/main/samples/quickstart.js).
178+
View the [source code](https://github.com/googleapis/google-cloud-node/blob/main//workspace/google-cloud-node/samples/test/quickstart.js).
35179

36-
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-org-policy&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
180+
[![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=/workspace/google-cloud-node/samples/test/quickstart.js,samples/README.md)
37181

38182
__Usage:__
39183

40184

41-
`node samples/quickstart.js`
185+
`node /workspace/google-cloud-node/samples/test/quickstart.js`
42186

43187

44188

45189

46190

47191

48192
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
49-
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-org-policy&page=editor&open_in_editor=samples/README.md
193+
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=samples/README.md
50194
[product-docs]: https://cloud.google.com/resource-manager/docs/organization-policy/overview

packages/google-cloud-orgpolicy/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@
3030
"packages/google-cloud-language": {},
3131
"packages/google-cloud-memcache": {},
3232
"packages/google-cloud-monitoring": {},
33+
"packages/google-cloud-orgpolicy": {},
3334
"packages/google-cloud-osconfig": {},
3435
"packages/google-cloud-oslogin": {},
3536
"packages/google-cloud-phishingprotection": {},
3637
"packages/google-cloud-policytroubleshooter": {},
3738
"packages/google-cloud-recommender": {},
3839
"packages/google-cloud-redis": {},
3940
"packages/google-cloud-resourcemanager": {},
40-
"packages/google-cloud-secretmanager": {},
4141
"packages/google-cloud-scheduler": {},
42+
"packages/google-cloud-secretmanager": {},
4243
"packages/google-cloud-security-publicca": {},
4344
"packages/google-cloud-servicedirectory": {},
4445
"packages/google-cloud-shell": {},
@@ -61,4 +62,4 @@
6162
}
6263
],
6364
"release-type": "node"
64-
}
65+
}

0 commit comments

Comments
 (0)