Skip to content

Commit

Permalink
chore: migrate to owl bot (#69)
Browse files Browse the repository at this point in the history
* chore: migrate to owl bot

* chore: copy files from googleapis-gen fb91803ccef5d7c695139b22788b309e2197856b

* chore: run the post processor
  • Loading branch information
SurferJeffAtGoogle authored Apr 2, 2021
1 parent 53cc2ac commit 355d696
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 85 deletions.
28 changes: 28 additions & 0 deletions packages/google-cloud-bigquery-connection/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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
#
# 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.
docker:
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest

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

deep-preserve-regex:
- /owl-bot-staging/v1beta1

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

begin-after-commit-hash: fb91803ccef5d7c695139b22788b309e2197856b

19 changes: 10 additions & 9 deletions packages/google-cloud-bigquery-connection/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "bigqueryconnection",
"name_pretty": "Google BigQuery Connection",
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection",
"client_documentation": "https://googleapis.dev/nodejs/bigqueryconnection/latest",
"issue_tracker": "https://b.corp.google.com/savedsearches/559654",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-bigquery-connection",
"distribution_name": "@google-cloud/bigquery-connection",
"name": "bigqueryconnection",
"issue_tracker": "https://b.corp.google.com/savedsearches/559654",
"default_version": "v1",
"api_id": "bigqueryconnection.googleapis.com",
"distribution_name": "@google-cloud/bigquery-connection",
"requires_billing": true,
"codeowner_team": "@googleapis/api-bigquery"
}
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection",
"codeowner_team": "@googleapis/api-bigquery",
"name_pretty": "Google BigQuery Connection",
"client_documentation": "https://googleapis.dev/nodejs/bigqueryconnection/latest",
"release_level": "ga"
}
8 changes: 5 additions & 3 deletions packages/google-cloud-bigquery-connection/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -12,13 +12,15 @@
// 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 **
// ** This file is automatically generated by synthtool. **
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1 from './v1';

const ConnectionServiceClient = v1.ConnectionServiceClient;
type ConnectionServiceClient = v1.ConnectionServiceClient;

export {v1, ConnectionServiceClient};
export default {v1, ConnectionServiceClient};
import * as protos from '../protos/protos';
Expand Down
37 changes: 0 additions & 37 deletions packages/google-cloud-bigquery-connection/synth.metadata

This file was deleted.

36 changes: 0 additions & 36 deletions packages/google-cloud-bigquery-connection/synth.py

This file was deleted.

0 comments on commit 355d696

Please sign in to comment.