Skip to content
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

@partheaparthea commented May 12, 2021

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
parthea requested a review from a teamMay 12, 2021 00:14
@product-auto-labelproduct-auto-labelBot added the api: dialogflow Issues related to the googleapis/python-dialogflow API. label May 12, 2021
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label May 12, 2021
@parthea
parthea requested a review from busunkim96May 12, 2021 00:14
@partheaparthea 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-greenBot 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

Copy link
Copy Markdown
ContributorAuthor

Superseded by #290

@partheaparthea closed this May 14, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: dialogflowIssues related to the googleapis/python-dialogflow API.cla: yesThis human has signed the Contributor License Agreement.do not mergeIndicates 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

@parthea@busunkim96