Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(longrunning): [LongRunning] enable PHP GAPIC v2 surface generation #7196

Closed
wants to merge 2 commits into from

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Apr 2, 2024

  • Regenerate this pull request now.

PiperOrigin-RevId: 621298668

Source-Link: googleapis/googleapis@1406704

Source-Link: https://github.com/googleapis/googleapis-gen/commit/faf9f396092c902a9c898c8ce2ef356522852bc5
Copy-Tag: eyJwIjoiTG9uZ1J1bm5pbmcvLk93bEJvdC55YW1sIiwiaCI6ImZhZjlmMzk2MDkyYzkwMmE5Yzg5OGM4Y2UyZWYzNTY1MjI4NTJiYzUifQ==

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 2, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 2, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review April 2, 2024 23:55
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners April 2, 2024 23:55
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 2, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 2, 2024
return $this->getMockBuilder(CredentialsWrapper::class)->disableOriginalConstructor()->getMock();
}

/** @return \Google\LongRunning\Client\OperationsClient */
Copy link
Contributor

@noahdietz noahdietz Apr 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be \Google\ApiCore\LongRunning\Client\OperationsClient I believe...

$options += [
'credentials' => $this->createCredentials(),
];
return new \Google\LongRunning\Client\OperationsClient($options);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this too, this needs to be \Google\ApiCore\LongRunning\Client\OperationsClient too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the source of the build failures

Copy link
Contributor Author

gcf-owl-bot bot commented Apr 10, 2024

Owl bot is regenerating pull request 7196...
Build name: MzM5M2I2MTctZWZiNS00NDY1LThkNTEtZjZjMGE5YTQ0M2Fh

PiperOrigin-RevId: 621298668

Source-Link: googleapis/googleapis@1406704

Source-Link: googleapis/googleapis-gen@faf9f39
Copy-Tag: eyJwIjoiTG9uZ1J1bm5pbmcvLk93bEJvdC55YW1sIiwiaCI6ImZhZjlmMzk2MDkyYzkwMmE5Yzg5OGM4Y2UyZWYzNTY1MjI4NTJiYzUifQ==
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-LongRunning branch from c05600e to 6baf62d Compare April 10, 2024 23:13
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 10, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 10, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 10, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 10, 2024
@gcf-owl-bot gcf-owl-bot bot closed this Apr 10, 2024
@gcf-owl-bot gcf-owl-bot bot deleted the owl-bot-copy-LongRunning branch April 10, 2024 23:16
@bshaffer
Copy link
Contributor

Changes generated as part of #6675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants