Open mallocash05 opened 5 months ago
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py
the code snippet runs in couple seconds but exits without a confirmation that the operation ran successfully
checked the response.status , status: RUNNING means that this code snippet is not exactly "sync"
Hi @mallocash05,
Thanks for reporting this issue. I'm going to move this issue to the repository which produces the generated code samples so we can work on a fix.
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-compute/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py
the code snippet runs in couple seconds but exits without a confirmation that the operation ran successfully
checked the response.status , status: RUNNING means that this code snippet is not exactly "sync"