Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

feat: added more Environment RPCs #288

Closed
wants to merge 1 commit into from

Conversation

parthea
Copy link
Contributor

@parthea parthea commented May 12, 2021

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 team as a code owner May 12, 2021 00:14
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/python-dialogflow API. label May 12, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 12, 2021
@parthea parthea requested a review from busunkim96 May 12, 2021 00:14
@parthea 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
Copy link
Contributor Author

parthea commented May 14, 2021

Superseded by #290

@parthea parthea closed this May 14, 2021
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.

None yet

2 participants