Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
build: automate generation and updates with OwlBot (#651)
Browse files Browse the repository at this point in the history
refactor!: IPProtocol enum has been renamed to IPProtocolEnum
samples: adds generated samples
Release-As: v3.1.0
  • Loading branch information
summer-ji-eng authored Dec 8, 2021
1 parent b170c29 commit 2b925fa
Show file tree
Hide file tree
Showing 688 changed files with 393,494 additions and 343,101 deletions.
6 changes: 6 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest

deep-remove-regex:
- /owl-bot-staging

deep-copy-regex:
- source: /google/cloud/compute/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2

begin-after-commit-hash: efb563da184f479fabf98da24f969494944d059b

12 changes: 8 additions & 4 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
// Copyright 2020 Google LLC
// Copyright 2021 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
//
// http://www.apache.org/licenses/LICENSE-2.0
// 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,
"recursive": true
"timeout": 10000
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
Expand Down
3 changes: 2 additions & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"api_id": "compute.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"codeowner_team": "@googleapis/api-compute"
"codeowner_team": "@googleapis/api-compute",
"default_version": "v1"
}
6 changes: 1 addition & 5 deletions linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"img.shields.io"
],
"silent": true,
"concurrency": 5,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000
"concurrency": 5
}
36,992 changes: 18,162 additions & 18,830 deletions protos/google/cloud/compute/v1/compute.proto

Large diffs are not rendered by default.

Loading

0 comments on commit 2b925fa

Please sign in to comment.