Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat!: migrate API to microgenerator #31

Merged
merged 104 commits into from Aug 5, 2020
Merged

feat!: migrate API to microgenerator #31

merged 104 commits into from Aug 5, 2020

Conversation

danoscarmike
Copy link
Contributor

No description provided.

jmdobry and others added 30 commits October 5, 2016 09:56
* Add tests for quickstarts
* Update secrets
Change-Id: I3779282126cdd05b047194d356932b9995484115
…samples#887)

* Remove cloud config fixture

* Fix client secrets

* Fix bigtable instance
…amples#1004)

* Auto-update dependencies.

* Fix natural language samples

* Fix pubsub iam samples

* Fix language samples

* Fix bigquery samples
…amples#1055)

* Auto-update dependencies.

* Explicitly use latest bigtable client

Change-Id: Id71e9e768f020730e4ca9514a0d7ebaa794e7d9e

* Revert language update for now

Change-Id: I8867f154e9a5aae00d0047c9caf880e5e8f50c53

* Remove pdb. smh

Change-Id: I5ff905fadc026eebbcd45512d4e76e003e3b2b43
@google-cla google-cla bot added the cla: no This human has *not* signed the Contributor License Agreement. label Aug 3, 2020
@google-cla
Copy link

google-cla bot commented Aug 3, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but 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 by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@danoscarmike danoscarmike 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 Aug 3, 2020
@google-cla
Copy link

google-cla bot commented Aug 3, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but 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 by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot 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 Aug 3, 2020
@danoscarmike
Copy link
Contributor Author

Flipping CLA to yes as this PR includes commits transferred from another org/repo.

@google-cla google-cla bot 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 Aug 3, 2020
@danoscarmike danoscarmike requested review from busunkim96 and removed request for sirtorry August 3, 2020 20:23
UPGRADING.md Outdated
from google.cloud import translate

client = translate.TranslationServiceClient()
parent = client.location_path(<PROJECT_ID>, <LOCATION>)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
parent = client.location_path(<PROJECT_ID>, <LOCATION>)
parent = client.location_path("<PROJECT_ID>", "<LOCATION>")

@google-cla
Copy link

google-cla bot commented Aug 4, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but 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 by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot 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 Aug 4, 2020
@google-cla
Copy link

google-cla bot commented Aug 4, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but 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 by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@danoscarmike danoscarmike 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 Aug 4, 2020
@danoscarmike danoscarmike merged commit 1c5b6e8 into googleapis:master Aug 5, 2020
@release-please release-please bot mentioned this pull request Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet