Skip to content

Commit

Permalink
chore: new owl bot post processor docker image (#551)
Browse files Browse the repository at this point in the history
gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:f4734af778c3d0eb58a6db0078907a87f2e53f3c7a6422363fc37ee52e02b25a
  • Loading branch information
gcf-owl-bot[bot] authored May 19, 2021
1 parent 09eaabd commit 62daa05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/google-cloud-videointelligence/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

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

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

export {
v1p1beta1,
v1p3beta1,
v1beta2,
v1p3beta1,
v1p2beta1,
v1p1beta1,
v1,
VideoIntelligenceServiceClient,
};
export default {
v1p1beta1,
v1p3beta1,
v1beta2,
v1p3beta1,
v1p2beta1,
v1p1beta1,
v1,
VideoIntelligenceServiceClient,
};
Expand Down

0 comments on commit 62daa05

Please sign in to comment.