FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: added more Environment RPCs by parthea · Pull Request #288 · googleapis/python-dialogflow · GitHub

This repository was archived by the owner on Dec 17, 2023. It is now read-only.

feat: added more Environment RPCs - #288

Closed
parthea wants to merge 1 commit into
googleapis:masterfrom
parthea:owl-bot-manual-run
Closed

feat: added more Environment RPCs#288
parthea wants to merge 1 commit into
googleapis:masterfrom
parthea:owl-bot-manual-run

Conversation

parthea commented May 12, 2021
edited by busunkim96
Loading

Copy link
Copy Markdown
Contributor

This PR is the result of manually running owl bot to pull in changes from googleapis-gen since the begin-after-commit-hash.

I ran the following commands locally in the repo:

  1. docker pull gcr.io/repo-automation-bots/owlbot-cli:latest
  2. docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-cli:latest copy-code
  3. docker pull gcr.io/repo-automation-bots/owlbot-python:latest
  4. docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-python:latest

feat: added Versions service
feat: added Fulfillment service
feat: added TextToSpeechSettings.
feat: added location in some resource patterns
fix: removed incorrect resource annotation for UpdateEnvironmentRequest.

feat: added Versions service
feat: added Fulfillment service
feat: added TextToSpeechSettings.
feat: added location in some resource patterns
fix: removed incorrect resource annotation for UpdateEnvironmentRequest.
parthea requested a review from a team May 12, 2021 00:14
product-auto-label Bot added the api: dialogflow Issues related to the googleapis/python-dialogflow API. label May 12, 2021
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label May 12, 2021
parthea requested a review from busunkim96 May 12, 2021 00:14
parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 12, 2021
gcf-merge-on-green Bot pushed a commit to googleapis/gapic-generator-python that referenced this pull request May 12, 2021
Small change to fix bug noticed in googleapis/python-dialogflow#288.

The import was `from google.rpc import status_pb2` but code expected `gr_status`

parthea commented May 14, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #290

parthea closed this May 14, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: dialogflow Issues related to the googleapis/python-dialogflow API. cla: yes This human has signed the Contributor License Agreement. do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL