Skip to content

Commit

Permalink
refactor: remove retired API surface v1beta1 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Dec 22, 2020
1 parent 0422b2c commit 2221522
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 5,260 deletions.
1,103 changes: 0 additions & 1,103 deletions packages/google-cloud-asset/protos/protos.d.ts

Large diffs are not rendered by default.

2,645 changes: 0 additions & 2,645 deletions packages/google-cloud-asset/protos/protos.js

Large diffs are not rendered by default.

281 changes: 0 additions & 281 deletions packages/google-cloud-asset/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions packages/google-cloud-asset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1beta1 from './v1beta1';
import * as v1p1beta1 from './v1p1beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1p4beta1 from './v1p4beta1';
Expand All @@ -26,17 +25,8 @@ import * as v1 from './v1';
const AssetServiceClient = v1.AssetServiceClient;
type AssetServiceClient = v1.AssetServiceClient;

export {
v1beta1,
v1p1beta1,
v1p2beta1,
v1p4beta1,
v1p5beta1,
v1,
AssetServiceClient,
};
export {v1p1beta1, v1p2beta1, v1p4beta1, v1p5beta1, v1, AssetServiceClient};
export default {
v1beta1,
v1p1beta1,
v1p2beta1,
v1p4beta1,
Expand Down
Loading

0 comments on commit 2221522

Please sign in to comment.