Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: re-run generator post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 31, 2020
1 parent ed43707 commit 19688aa
Show file tree
Hide file tree
Showing 47 changed files with 21 additions and 13,505 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
**/package-lock.json
.DS_Store
package-lock.json
__pycache__
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ option java_multiple_files = true;
option java_package = "com.google.cloud.securitycenter.v1p1beta1";
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1p1beta1";
option ruby_package = "Google::Cloud::SecurityCenter::V1p1Beta1";

// The Pub/Sub Topic resource definition is in google/cloud/pubsub/v1/,
// but we do not import that proto directly; therefore, we redefine the
// pattern here.
Expand Down
642 changes: 11 additions & 631 deletions protos/protos.d.ts

Large diffs are not rendered by default.

104 changes: 0 additions & 104 deletions src/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ const SecurityCenterClient = v1.SecurityCenterClient;

// For compatibility with JavaScript libraries we need to provide this default export:
// tslint:disable-next-line no-default-export
export default {v1, SecurityCenterClient};
export default {v1, v1beta1, v1p1beta1, SecurityCenterClient};
133 changes: 0 additions & 133 deletions src/v1/doc/google/cloud/securitycenter/v1/doc_asset.js

This file was deleted.

119 changes: 0 additions & 119 deletions src/v1/doc/google/cloud/securitycenter/v1/doc_finding.js

This file was deleted.

Loading

0 comments on commit 19688aa

Please sign in to comment.