Skip to content

feat: check status of long running operation by its name#724

Merged
gcf-merge-on-green[bot] merged 1 commit intomasterfrom
get-lro-status
May 6, 2020
Merged

feat: check status of long running operation by its name#724
gcf-merge-on-green[bot] merged 1 commit intomasterfrom
get-lro-status

Conversation

@alexander-fenster
Copy link
Contributor

For each client method returning a long running operation, a separate method to check its status is added.

Added methods: checkCreateBackupProgress, checkCreateClusterProgress, checkCreateInstanceProgress, checkCreateTableFromSnapshotProgress, checkPartialUpdateInstanceProgress, checkRestoreTableProgress, checkSnapshotTableProgress, checkUpdateAppProfileProgress, checkUpdateClusterProgress.

For each client method returning a long running operation, a separate method to check its status is added.

Added methods: `checkCreateBackupProgress`, `checkCreateClusterProgress`, `checkCreateInstanceProgress`, `checkCreateTableFromSnapshotProgress`, `checkPartialUpdateInstanceProgress`, `checkRestoreTableProgress`, `checkSnapshotTableProgress`, `checkUpdateAppProfileProgress`, `checkUpdateClusterProgress`.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 6, 2020
@codecov
Copy link

codecov bot commented May 6, 2020

Codecov Report

Merging #724 into master will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #724      +/-   ##
==========================================
+ Coverage   98.99%   99.17%   +0.17%     
==========================================
  Files          15       15              
  Lines       15399    15723     +324     
  Branches      870      955      +85     
==========================================
+ Hits        15245    15594     +349     
+ Misses        151      126      -25     
  Partials        3        3              
Impacted Files Coverage Δ
src/v2/bigtable_instance_admin_client.ts 98.67% <100.00%> (+0.42%) ⬆️
src/v2/bigtable_table_admin_client.ts 98.87% <100.00%> (+0.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 998ec84...103da26. Read the comment docs.

@alexander-fenster alexander-fenster added the automerge Merge the pull request once unit tests and other checks pass. label May 6, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit f2c1675 into master May 6, 2020
@stephenplusplus stephenplusplus deleted the get-lro-status branch May 6, 2020 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants