Skip to content

Commit 3694db4

Browse files
chore: migrate to owl bot (#155)
* chore: migrate to owl bot * chore: run the post processor
1 parent a66b6ff commit 3694db4

File tree

5 files changed

+39
-88
lines changed

5 files changed

+39
-88
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 2021 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+
# http://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+
docker:
15+
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
16+
17+
deep-remove-regex:
18+
- /owl-bot-staging
19+
20+
deep-copy-regex:
21+
- source: /recommender/(.*)/.*-nodejs/(.*)
22+
dest: /owl-bot-staging/$1/$2
23+
24+
begin-after-commit-hash: fb91803ccef5d7c695139b22788b309e2197856b
25+
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "recommender",
3-
"name_pretty": "Recommender",
4-
"product_documentation": "https://cloud.google.com/recommender/docs",
5-
"client_documentation": "https://googleapis.dev/nodejs/recommender/latest/index.html",
6-
"issue_tracker": "",
7-
"release_level": "ga",
82
"language": "nodejs",
93
"repo": "googleapis/nodejs-recommender",
10-
"distribution_name": "@google-cloud/recommender",
4+
"name": "recommender",
5+
"issue_tracker": "",
6+
"default_version": "v1",
117
"api_id": "recommender.googleapis.com",
8+
"distribution_name": "@google-cloud/recommender",
129
"requires_billing": true,
13-
"codeowner_team": "@googleapis/ml-apis"
10+
"product_documentation": "https://cloud.google.com/recommender/docs",
11+
"codeowner_team": "@googleapis/ml-apis",
12+
"name_pretty": "Recommender",
13+
"client_documentation": "https://googleapis.dev/nodejs/recommender/latest/index.html",
14+
"release_level": "ga"
1415
}

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2020 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.
@@ -12,13 +12,15 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
//
15-
// ** This file is automatically generated by gapic-generator-typescript. **
16-
// ** https://github.com/googleapis/gapic-generator-typescript **
15+
// ** This file is automatically generated by synthtool. **
16+
// ** https://github.com/googleapis/synthtool **
1717
// ** All changes to this file may be overwritten. **
1818

1919
import * as v1 from './v1';
20+
2021
const RecommenderClient = v1.RecommenderClient;
2122
type RecommenderClient = v1.RecommenderClient;
23+
2224
export {v1, RecommenderClient};
2325
export default {v1, RecommenderClient};
2426
import * as protos from '../protos/protos';

packages/google-cloud-recommender/synth.metadata

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/google-cloud-recommender/synth.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)