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

Replace manual Speech library with GAPIC and helpers #1977

Merged
merged 5 commits into from
Jun 13, 2018

Conversation

geigerj
Copy link
Contributor

@geigerj geigerj commented Feb 17, 2018

This PR replaces the existing Vision client library with an
autogenerated library. The autogenerated code is supplemented with a
helper that wraps the autogenerated bidi streaming RPC in the stream
class from the old manual library. (Note that this is a divergence from
the Python library, but one that should substantially improve the
usability of bidi streaming relative to Python.)

As such, it substantially changes the public surface.

(See also #1828, #1959 for analogous changes to Language, Vision.)

cc @jbolinger

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 17, 2018
{
"title": "Result",
"type": "google/cloud/speech/result"
},
{

This comment was marked as spam.

This comment was marked as spam.

@beccasaurus
Copy link

FYI I'm trying this out with the samples!

@quartzmo quartzmo added api: speech Issues related to the Speech-to-Text API. status: blocked Resolving the issue is dependent on other work. labels Feb 21, 2018
@quartzmo
Copy link
Member

quartzmo commented Feb 26, 2018

Blocking for external delivery of additional documentation.

@jbolinger
Copy link
Contributor

@remi or @geigerj - do either of you know anything more about the documentation this is blocked on?

@blowmage
Copy link
Contributor

blowmage commented Mar 7, 2018

We have made changes since this PR was first created. Can you rebase on master and fix the conflicts?

@geigerj
Copy link
Contributor Author

geigerj commented Mar 7, 2018

Rebased.

@blowmage
Copy link
Contributor

blowmage commented Mar 7, 2018

Is the GAPIC-only Vision release also blocked by the same external documentation requirement that this PR is blocked by?

@geigerj
Copy link
Contributor Author

geigerj commented Mar 7, 2018

@blowmage That's correct.

@blowmage
Copy link
Contributor

blowmage commented May 8, 2018

Can we get a ETA on when this PR will be unblocked?

@karan101292
Copy link

Hi, any update on when this changes would be merged and when we can enable V1.1Beta1 API ?

@blowmage
Copy link
Contributor

@jbolinger @Beccca Can we get an ETA on when we can switch to the generated clients?

@blowmage blowmage removed the status: blocked Resolving the issue is dependent on other work. label Jun 12, 2018
geigerj and others added 4 commits June 12, 2018 15:38
This PR replaces the existing Vision client library with an
autogenerated library. The autogenerated code is supplemented with a
helper that wraps the autogenerated bidi streaming RPC in the stream
class from the old manual library. (Note that this is a divergence from
the Python library, but one that should substantially improve the
usability of bidi streaming relative to Python.)

As such, it substantially changes the public surface.

(See also googleapis#1828, googleapis#1959 for analogous changes to Language, Vision.)
The implementation of google-gax has changed, the mocks use that interface.
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of the commit author(s) and merge this pull request when appropriate.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Jun 12, 2018
@blowmage blowmage added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Jun 12, 2018
@googlebot googlebot removed the cla: yes This human has signed the Contributor License Agreement. label Jun 12, 2018
@googlebot
Copy link

☹️ Sorry, but only Googlers may change the label cla: yes.

@blowmage
Copy link
Contributor

I am the author and I rebased the branch to resolve conflicts and fix tests to use the new google-gax API.

These tests and the helper file are obsolete.
@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Jun 12, 2018
@jbolinger jbolinger added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Jun 12, 2018
@googlebot
Copy link

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

@blowmage blowmage merged commit 9cc2064 into googleapis:master Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: speech Issues related to the Speech-to-Text API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants