-
Notifications
You must be signed in to change notification settings - Fork 598
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
Language: Expose an apiVersion parameter #2203
Conversation
Changes Unknown when pulling 1848364 on lukesneeringer:nl-v1beta2 into ** on GoogleCloudPlatform:master**. |
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 by someone other than the pull request submitter. We need to confirm that they're okay 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 |
@lukesneeringer could you take a quick look at the changes? Feel free to merge if they look good 👍 |
Changes Unknown when pulling da82b12 on lukesneeringer:nl-v1beta2 into ** on GoogleCloudPlatform:master**. |
This commit adds an
apiVersion
parameter to theLanguage
constructor to provide access to the v1beta2 GAPIC client.Instantiation looks like:
The default value is
'v1'
, and anything other than'v1'
or'v1beta2'
is an error.Note that using the
'v1beta2'
version will route all calls made to the object through that endpoint, and so existing methods will also getv1beta2
behavior.