Skip to content

Commit 7256cdf

Browse files
feat: Update Compute Engine API to revision 20240407 (#890)
Source-Link: googleapis/googleapis@018c0e3 Source-Link: googleapis/googleapis-gen@dad8476 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImRhZDg0NzZjOTRlYjFlY2IyZmQ3MmYyOTY4MjVlOTYyMWVhOGI0NWQifQ==
1 parent 5841968 commit 7256cdf

File tree

1,216 files changed

+1346673
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,216 files changed

+1346673
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**/node_modules
2+
**/.coverage
3+
build/
4+
docs/
5+
protos/
6+
system-test/
7+
samples/generated/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./node_modules/gts"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**/*.log
2+
**/node_modules
3+
/.coverage
4+
/coverage
5+
/.nyc_output
6+
/docs/
7+
/out/
8+
/build/
9+
system-test/secrets.js
10+
system-test/*key.json
11+
*.lock
12+
.DS_Store
13+
package-lock.json
14+
__pycache__
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
// Copyright 2024 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
'use strict';
20+
21+
module.exports = {
22+
opts: {
23+
readme: './README.md',
24+
package: './package.json',
25+
template: './node_modules/jsdoc-fresh',
26+
recurse: true,
27+
verbose: true,
28+
destination: './docs/'
29+
},
30+
plugins: [
31+
'plugins/markdown',
32+
'jsdoc-region-tag'
33+
],
34+
source: {
35+
excludePattern: '(^|\\/|\\\\)[._]',
36+
include: [
37+
'build/src',
38+
'protos'
39+
],
40+
includePattern: '\\.js$'
41+
},
42+
templates: {
43+
copyright: 'Copyright 2024 Google LLC',
44+
includeDate: false,
45+
sourceFiles: false,
46+
systemName: '@google-cloud/compute',
47+
theme: 'lumen',
48+
default: {
49+
outputSourceFiles: false
50+
}
51+
},
52+
markdown: {
53+
idInHeadings: true
54+
}
55+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Copyright 2024 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
const config = {
20+
"enable-source-maps": true,
21+
"throw-deprecation": true,
22+
"timeout": 10000
23+
}
24+
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
25+
delete config['throw-deprecation'];
26+
}
27+
if (process.env.MOCHA_REPORTER) {
28+
config.reporter = process.env.MOCHA_REPORTER;
29+
}
30+
if (process.env.MOCHA_REPORTER_OUTPUT) {
31+
config['reporter-option'] = `output=${process.env.MOCHA_REPORTER_OUTPUT}`;
32+
}
33+
module.exports = config
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// Copyright 2024 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
20+
module.exports = {
21+
...require('gts/.prettierrc.json')
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Compute: Nodejs Client
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
{
2+
"name": "@google-cloud/compute",
3+
"version": "0.1.0",
4+
"description": "Compute client for Node.js",
5+
"repository": "googleapis/nodejs-compute",
6+
"license": "Apache-2.0",
7+
"author": "Google LLC",
8+
"main": "build/src/index.js",
9+
"files": [
10+
"build/src",
11+
"build/protos"
12+
],
13+
"keywords": [
14+
"google apis client",
15+
"google api client",
16+
"google apis",
17+
"google api",
18+
"google",
19+
"google cloud platform",
20+
"google cloud",
21+
"cloud",
22+
"google compute",
23+
"compute",
24+
"accelerator types",
25+
"addresses",
26+
"autoscalers",
27+
"backend buckets",
28+
"backend services",
29+
"disks",
30+
"disk types",
31+
"external vpn gateways",
32+
"firewall policies",
33+
"firewalls",
34+
"forwarding rules",
35+
"global addresses",
36+
"global forwarding rules",
37+
"global network endpoint groups",
38+
"global operations",
39+
"global organization operations",
40+
"global public delegated prefixes",
41+
"health checks",
42+
"image family views",
43+
"images",
44+
"instance group manager resize requests",
45+
"instance group managers",
46+
"instance groups",
47+
"instances",
48+
"instance settings service",
49+
"instance templates",
50+
"instant snapshots",
51+
"interconnect attachments",
52+
"interconnect locations",
53+
"interconnect remote locations",
54+
"interconnects",
55+
"license codes",
56+
"licenses",
57+
"machine images",
58+
"machine types",
59+
"network attachments",
60+
"network edge security services",
61+
"network endpoint groups",
62+
"network firewall policies",
63+
"networks",
64+
"node groups",
65+
"node templates",
66+
"node types",
67+
"packet mirrorings",
68+
"projects",
69+
"public advertised prefixes",
70+
"public delegated prefixes",
71+
"region autoscalers",
72+
"region backend services",
73+
"region commitments",
74+
"region disks",
75+
"region disk types",
76+
"region health checks",
77+
"region health check services",
78+
"region instance group managers",
79+
"region instance groups",
80+
"region instances",
81+
"region instance templates",
82+
"region instant snapshots",
83+
"region network endpoint groups",
84+
"region network firewall policies",
85+
"region notification endpoints",
86+
"region operations",
87+
"regions",
88+
"region security policies",
89+
"region ssl certificates",
90+
"region ssl policies",
91+
"region target http proxies",
92+
"region target https proxies",
93+
"region target tcp proxies",
94+
"region url maps",
95+
"region zones",
96+
"reservations",
97+
"resource policies",
98+
"routers",
99+
"routes",
100+
"security policies",
101+
"service attachments",
102+
"snapshots",
103+
"snapshot settings service",
104+
"ssl certificates",
105+
"ssl policies",
106+
"storage pools",
107+
"storage pool types",
108+
"subnetworks",
109+
"target grpc proxies",
110+
"target http proxies",
111+
"target https proxies",
112+
"target instances",
113+
"target pools",
114+
"target ssl proxies",
115+
"target tcp proxies",
116+
"target vpn gateways",
117+
"url maps",
118+
"vpn gateways",
119+
"vpn tunnels",
120+
"zone operations",
121+
"zones"
122+
],
123+
"scripts": {
124+
"clean": "gts clean",
125+
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
126+
"compile-protos": "compileProtos src",
127+
"docs": "jsdoc -c .jsdoc.js",
128+
"fix": "gts fix",
129+
"lint": "gts check",
130+
"prepare": "npm run compile-protos && npm run compile",
131+
"system-test": "c8 mocha build/system-test",
132+
"test": "c8 mocha build/test"
133+
},
134+
"dependencies": {
135+
"google-gax": "^4.3.1"
136+
},
137+
"devDependencies": {
138+
"@types/mocha": "^10.0.6",
139+
"@types/node": "^20.11.26",
140+
"@types/sinon": "^10.0.20",
141+
"c8": "^8.0.1",
142+
"gapic-tools": "^0.4.0",
143+
"gts": "5.2.0",
144+
"jsdoc": "^4.0.2",
145+
"jsdoc-fresh": "^3.0.0",
146+
"jsdoc-region-tag": "^3.0.0",
147+
"mocha": "^10.3.0",
148+
"pack-n-play": "^2.0.3",
149+
"sinon": "^15.2.0",
150+
"typescript": "5.1.6"
151+
},
152+
"engines": {
153+
"node": ">=v14"
154+
}
155+
}

0 commit comments

Comments
 (0)