Skip to content

Commit

Permalink
feat: introduces CreateImportJob, ListImportJob, GetImportJob (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed Jun 24, 2019
1 parent 78e24bc commit 85d1adc
Show file tree
Hide file tree
Showing 9 changed files with 2,116 additions and 848 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha system-test/ smoke-test/ --timeout 600000",
"fix": "eslint '**/*.js' --fix",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs -r --skip cloud.google.com/kms/docs/importing-a-key",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down
409 changes: 259 additions & 150 deletions packages/google-cloud-kms/protos/google/cloud/kms/v1/resources.proto

Large diffs are not rendered by default.

540 changes: 301 additions & 239 deletions packages/google-cloud-kms/protos/google/cloud/kms/v1/service.proto

Large diffs are not rendered by default.

Loading

0 comments on commit 85d1adc

Please sign in to comment.