processors/loadbalancing.py [141:146]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            patch_response = patch_request.execute()
            if 'id' in patch_response:
                self.wait_for_operation_done(compute_service,
                                             patch_response['id'],
                                             patch_response['selfLink'],
                                             project, None, region, timeout)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



processors/loadbalancing.py [163:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            patch_response = patch_request.execute()
            if 'id' in patch_response:
                self.wait_for_operation_done(compute_service,
                                             patch_response['id'],
                                             patch_response['selfLink'],
                                             project, None, region, timeout)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



