Skip to content

Commit

Permalink
chore: migrate to owl bot (#527)
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 488a4e4 commit 1e6ed45
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 121 deletions.
25 changes: 25 additions & 0 deletions packages/google-cloud-videointelligence/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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-copy-regex:
- source: /google/cloud/videointelligence/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2

begin-after-commit-hash: fb91803ccef5d7c695139b22788b309e2197856b

17 changes: 9 additions & 8 deletions packages/google-cloud-videointelligence/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "video",
"name_pretty": "Google Cloud Video Intelligence",
"product_documentation": "https://cloud.google.com/video-intelligence",
"client_documentation": "https://googleapis.dev/nodejs/video/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5084810",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-video-intelligence",
"distribution_name": "@google-cloud/video-intelligence",
"name": "video",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5084810",
"default_version": "v1",
"api_id": "videointelligence.googleapis.com",
"distribution_name": "@google-cloud/video-intelligence",
"requires_billing": true,
"codeowner_team": "@googleapis/ml-apis"
"product_documentation": "https://cloud.google.com/video-intelligence",
"codeowner_team": "@googleapis/ml-apis",
"name_pretty": "Google Cloud Video Intelligence",
"client_documentation": "https://googleapis.dev/nodejs/video/latest",
"release_level": "ga"
}
18 changes: 9 additions & 9 deletions packages/google-cloud-videointelligence/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1 from './v1';
import * as v1beta2 from './v1beta2';
import * as v1p1beta1 from './v1p1beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1p3beta1 from './v1p3beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1beta2 from './v1beta2';
import * as v1 from './v1';

const VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;
type VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;

export {
v1,
v1beta2,
v1p1beta1,
v1p2beta1,
v1p3beta1,
v1p2beta1,
v1beta2,
v1,
VideoIntelligenceServiceClient,
};
export default {
v1,
v1beta2,
v1p1beta1,
v1p2beta1,
v1p3beta1,
v1p2beta1,
v1beta2,
v1,
VideoIntelligenceServiceClient,
};
import * as protos from '../protos/protos';
Expand Down
73 changes: 0 additions & 73 deletions packages/google-cloud-videointelligence/synth.metadata

This file was deleted.

31 changes: 0 additions & 31 deletions packages/google-cloud-videointelligence/synth.py

This file was deleted.

0 comments on commit 1e6ed45

Please sign in to comment.