File tree Expand file tree Collapse file tree 5 files changed +39
-88
lines changed
packages/google-cloud-recommender Expand file tree Collapse file tree 5 files changed +39
-88
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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.
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
1919import * as v1 from './v1' ;
20+
2021const RecommenderClient = v1 . RecommenderClient ;
2122type RecommenderClient = v1 . RecommenderClient ;
23+
2224export { v1 , RecommenderClient } ;
2325export default { v1, RecommenderClient} ;
2426import * as protos from '../protos/protos' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments