Skip to content

Commit

Permalink
feat: Update Compute Engine API to revision 20240130 (#881)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/googleapis@6953fd7

Source-Link: googleapis/googleapis-gen@5ba472f
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjViYTQ3MmY3OTI0NWU0MjAwNDljNjBmMGMzMjRlNDQ1NzhmMjcyYTMifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Feb 8, 2024
1 parent 09e59ad commit f9c0b45
Show file tree
Hide file tree
Showing 1,154 changed files with 1,282,020 additions and 0 deletions.
7 changes: 7 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/node_modules
**/.coverage
build/
docs/
protos/
system-test/
samples/generated/
3 changes: 3 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/gts"
}
14 changes: 14 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/*.log
**/node_modules
/.coverage
/coverage
/.nyc_output
/docs/
/out/
/build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
package-lock.json
__pycache__
55 changes: 55 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

'use strict';

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
verbose: true,
destination: './docs/'
},
plugins: [
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
],
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2024 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/compute',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
33 changes: 33 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
}
if (process.env.MOCHA_REPORTER) {
config.reporter = process.env.MOCHA_REPORTER;
}
if (process.env.MOCHA_REPORTER_OUTPUT) {
config['reporter-option'] = `output=${process.env.MOCHA_REPORTER_OUTPUT}`;
}
module.exports = config
22 changes: 22 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **


module.exports = {
...require('gts/.prettierrc.json')
}
1 change: 1 addition & 0 deletions owl-bot-staging/google-cloud-compute/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Compute: Nodejs Client
149 changes: 149 additions & 0 deletions owl-bot-staging/google-cloud-compute/v1/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
{
"name": "@google-cloud/compute",
"version": "0.1.0",
"description": "Compute client for Node.js",
"repository": "googleapis/nodejs-compute",
"license": "Apache-2.0",
"author": "Google LLC",
"main": "build/src/index.js",
"files": [
"build/src",
"build/protos"
],
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google compute",
"compute",
"accelerator types",
"addresses",
"autoscalers",
"backend buckets",
"backend services",
"disks",
"disk types",
"external vpn gateways",
"firewall policies",
"firewalls",
"forwarding rules",
"global addresses",
"global forwarding rules",
"global network endpoint groups",
"global operations",
"global organization operations",
"global public delegated prefixes",
"health checks",
"image family views",
"images",
"instance group managers",
"instance groups",
"instances",
"instance templates",
"interconnect attachments",
"interconnect locations",
"interconnect remote locations",
"interconnects",
"license codes",
"licenses",
"machine images",
"machine types",
"network attachments",
"network edge security services",
"network endpoint groups",
"network firewall policies",
"networks",
"node groups",
"node templates",
"node types",
"packet mirrorings",
"projects",
"public advertised prefixes",
"public delegated prefixes",
"region autoscalers",
"region backend services",
"region commitments",
"region disks",
"region disk types",
"region health checks",
"region health check services",
"region instance group managers",
"region instance groups",
"region instances",
"region instance templates",
"region network endpoint groups",
"region network firewall policies",
"region notification endpoints",
"region operations",
"regions",
"region security policies",
"region ssl certificates",
"region ssl policies",
"region target http proxies",
"region target https proxies",
"region target tcp proxies",
"region url maps",
"region zones",
"reservations",
"resource policies",
"routers",
"routes",
"security policies",
"service attachments",
"snapshots",
"snapshot settings service",
"ssl certificates",
"ssl policies",
"subnetworks",
"target grpc proxies",
"target http proxies",
"target https proxies",
"target instances",
"target pools",
"target ssl proxies",
"target tcp proxies",
"target vpn gateways",
"url maps",
"vpn gateways",
"vpn tunnels",
"zone operations",
"zones"
],
"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"fix": "gts fix",
"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"mocha": "^10.2.0",
"pack-n-play": "^2.0.3",
"sinon": "^15.2.0",
"typescript": "5.1.6"
},
"engines": {
"node": ">=v14"
}
}

0 comments on commit f9c0b45

Please sign in to comment.