-
Notifications
You must be signed in to change notification settings - Fork 438
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
Conversation
return $this->getMockBuilder(CredentialsWrapper::class)->disableOriginalConstructor()->getMock(); | ||
} | ||
|
||
/** @return \Google\LongRunning\Client\OperationsClient */ |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Owl bot is regenerating pull request 7196... |
PiperOrigin-RevId: 621298668 Source-Link: googleapis/googleapis@1406704 Source-Link: googleapis/googleapis-gen@faf9f39 Copy-Tag: eyJwIjoiTG9uZ1J1bm5pbmcvLk93bEJvdC55YW1sIiwiaCI6ImZhZjlmMzk2MDkyYzkwMmE5Yzg5OGM4Y2UyZWYzNTY1MjI4NTJiYzUifQ==
c05600e
to
6baf62d
Compare
Changes generated as part of #6675 |
PiperOrigin-RevId: 621298668
Source-Link: googleapis/googleapis@1406704
Source-Link: https://github.com/googleapis/googleapis-gen/commit/faf9f396092c902a9c898c8ce2ef356522852bc5
Copy-Tag: eyJwIjoiTG9uZ1J1bm5pbmcvLk93bEJvdC55YW1sIiwiaCI6ImZhZjlmMzk2MDkyYzkwMmE5Yzg5OGM4Y2UyZWYzNTY1MjI4NTJiYzUifQ==