Skip to content

Conversation

@Gormartsen
Copy link
Contributor

This changes fix next error:

  operation.onComplete(function(err, metadata) {
            ^

TypeError: operation.onComplete is not a function

Tested.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 13, 2016
@coveralls
Copy link

coveralls commented Jul 13, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 496cd73 on Zen-CI:master into 14d5cb0 on GoogleCloudPlatform:master.

README.md Outdated
// `operation` lets you check the status of long-running tasks.

operation.onComplete(function(err, metadata) {
operation.on("complete", function(err, metadata) {

This comment was marked as spam.

This comment was marked as spam.

@stephenplusplus
Copy link
Contributor

Phew, good catch. Thank you!

@coveralls
Copy link

coveralls commented Jul 14, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 74d1233 on Zen-CI:master into 14d5cb0 on GoogleCloudPlatform:master.

@stephenplusplus stephenplusplus merged commit 976cb69 into googleapis:master Jul 14, 2016
@stephenplusplus
Copy link
Contributor

Woo! Thank you for not just getting frustrated and moving on. Fellow developers who would have been confused have you to thank. Have a good night!

@stephenplusplus stephenplusplus added docs api: compute Issues related to the Compute Engine API. labels Jul 14, 2016
@Gormartsen
Copy link
Contributor Author

@stephenplusplus 👍 same to you.

sofisl pushed a commit that referenced this pull request Nov 11, 2022
#136)

* build: update auto-approve file to v2

Source-Link: googleapis/synthtool@19eb6fc
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:b9e4584a1fe3c749e3c37c92497b13dce653b2e694f0261f0610eb0e15941357

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
miguelvelezsa pushed a commit that referenced this pull request Jul 23, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: compute Issues related to the Compute Engine API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants