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

feat: add environments client #217

Merged
merged 28 commits into from Aug 26, 2020
Merged

feat: add environments client #217

merged 28 commits into from Aug 26, 2020

Commits on Aug 13, 2020

  1. Integrate Python GAPIC Microgenerator in googleapis. This PR uses usi…

    …ng documentai as an example. Depends on googleapis/gapic-generator-python#402
    
    PiperOrigin-RevId: 309824146
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon May 4 15:06:44 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: e0f9d9e1f9de890db765be46f45ca8490723e3eb
    Source-Link: googleapis/googleapis@e0f9d9e
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    3ad188d View commit details
    Browse the repository at this point in the history
  2. fix: restore GAPIC v2 retry configs

    Restores GAPIC v2 retry config overrides that were
    mistakenly removed during migration.
    
    PiperOrigin-RevId: 312088359
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon May 18 08:57:12 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 5a90d467aa65e7f038f87585e8fbb45d74475e7c
    Source-Link: googleapis/googleapis@5a90d46
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    639fcdf View commit details
    Browse the repository at this point in the history
  3. Dialogflow weekly v2 library update: - Minor comment updates.

    PiperOrigin-RevId: 312123588
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon May 18 11:49:18 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: cd3ce2651c3921670217e664303976cdf76e9fe2
    Source-Link: googleapis/googleapis@cd3ce26
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    5c1b6e6 View commit details
    Browse the repository at this point in the history
  4. feat!: additional client library annotations feat: reload information…

    … in the Document resource BREAKING CHANGE: additional long-running operation annotations BREAKING CHANGE: some existing request fields are now explicitly required BREAKING CHANGE: the order of the Session resource patterns has changed
    
    PiperOrigin-RevId: 312345206
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue May 19 13:46:01 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 7a8875d4bcf51993f6f7aa181066cc5ec95539d5
    Source-Link: googleapis/googleapis@7a8875d
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    68b9a8e View commit details
    Browse the repository at this point in the history
  5. Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings.

    PiperOrigin-RevId: 312689208
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu May 21 10:00:47 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: dec3204175104cef49bf21d685d5517caaf0058f
    Source-Link: googleapis/googleapis@dec3204
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    6ead8c7 View commit details
    Browse the repository at this point in the history
  6. feat: add one additional binding for SearchAgents API; clean up deps;…

    … update Go library. docs: update doc links for intent.
    
    PiperOrigin-RevId: 313408465
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed May 27 09:53:46 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 576234f179d2e8dde1e629888afafb59abec7e6c
    Source-Link: googleapis/googleapis@576234f
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    b01cbbb View commit details
    Browse the repository at this point in the history
  7. bazel: update protobuf, rules_go, gazelle, and gapic-generator-go ver…

    …sions - protobuf v3.12.1 - rules_go v0.23.0 - gazelle v0.21.0 - gapic-generator-go v0.14.1
    
    PiperOrigin-RevId: 313460921
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed May 27 14:10:16 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: c4e37010d74071851ff24121f522e802231ac86e
    Source-Link: googleapis/googleapis@c4e3701
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    34908bc View commit details
    Browse the repository at this point in the history
  8. chore: update gapic-generator and go microgen

    changes include:
    - build_gen: go lro gapic used as dep
    - go_gapic_library: fixes shading of go_library importpath
    
    PiperOrigin-RevId: 314363155
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jun 2 10:56:09 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 3a4894c4f0da3e763aca2c67bd280ae915177450
    Source-Link: googleapis/googleapis@3a4894c
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    07c1382 View commit details
    Browse the repository at this point in the history
  9. docs: cleaned docs for the Agents service and resource.

    PiperOrigin-RevId: 314879617
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Jun 5 00:27:22 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: cd804bab06e46dd1a4f16c32155fd3cddb931b52
    Source-Link: googleapis/googleapis@cd804ba
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    f0dc260 View commit details
    Browse the repository at this point in the history
  10. fix: use protoc-docs-plugin 0.8.0

    Fixes issue with missing newline before 'Attributes' in Python docstrings.
    
    PiperOrigin-RevId: 316182409
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Jun 12 14:52:11 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 184661793fbe3b89f2b485c303e7466cef9d21a1
    Source-Link: googleapis/googleapis@1846617
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    f6ce5e6 View commit details
    Browse the repository at this point in the history
  11. - Update grpc config for retry mechanism. - Update ImportAgent/Export…

    …Agent external documentation.
    
    PiperOrigin-RevId: 317214667
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Jun 18 17:24:42 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 4bb127d2cfe943bd2813da3d66dce9e0b9ccb179
    Source-Link: googleapis/googleapis@4bb127d
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    59250bd View commit details
    Browse the repository at this point in the history
  12. - Update grpc config for retry mechanism. - Update ImportAgent/Export…

    …Agent external documentation.
    
    PiperOrigin-RevId: 317902626
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jun 23 11:09:31 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 4e8f1142ff921de8d5ad757bce9f2c09dab6ff1b
    Source-Link: googleapis/googleapis@4e8f114
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    5f5b574 View commit details
    Browse the repository at this point in the history
  13. chore: update grpc to v1.30.0

    PiperOrigin-RevId: 317949519
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jun 23 15:22:22 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 7157f9552747421572cf1ab3aec1105c05ebd4f9
    Source-Link: googleapis/googleapis@7157f95
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    6250c25 View commit details
    Browse the repository at this point in the history
  14. Updates to build Google Ads API build files.

    PiperOrigin-RevId: 318028816
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jun 24 02:32:38 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: b882b8e6bfcd708042ff00f7adc67ce750817dd0
    Source-Link: googleapis/googleapis@b882b8e
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    0cd49b4 View commit details
    Browse the repository at this point in the history
  15. chore: dialogflow/v2 clean up gapic config

    PiperOrigin-RevId: 318164649
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jun 24 16:33:31 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: b5549ea16a12ed36493101cc5fd45198e7124d68
    Source-Link: googleapis/googleapis@b5549ea
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    e83066a View commit details
    Browse the repository at this point in the history
  16. - Fix client library environment resource annotation.

    PiperOrigin-RevId: 318303567
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Jun 25 10:50:03 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: dc3682a7075d3028f00de866446fd0543ebc6079
    Source-Link: googleapis/googleapis@dc3682a
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    2e91081 View commit details
    Browse the repository at this point in the history
  17. feat: add Location parent to Environment resource

    PiperOrigin-RevId: 320004023
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jul 7 09:56:15 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 4139410a6b2a3ce9df083c3d97f98498cefbfd78
    Source-Link: googleapis/googleapis@4139410
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    ce29dfe View commit details
    Browse the repository at this point in the history
  18. Update protobuf and gapic-generator-csharp versions.

    PiperOrigin-RevId: 320411362
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Jul 9 09:26:49 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: db69b46790b55a82ab7cfa473d031da787bc7591
    Source-Link: googleapis/googleapis@db69b46
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    908b626 View commit details
    Browse the repository at this point in the history
  19. docs: more detailed docs on APIs such as Environment, Intents, Sessions.

    PiperOrigin-RevId: 321243814
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jul 14 15:08:49 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 84ebe7c62f4c0875e001752fa84e87e629a1d418
    Source-Link: googleapis/googleapis@84ebe7c
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    c12eb2a View commit details
    Browse the repository at this point in the history
  20. fix: publish missing client config annotations

    PiperOrigin-RevId: 322420178
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jul 21 12:43:47 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: be0c5a9b1b88ca3bb8ad993ae7b2e6affde7fee2
    Source-Link: googleapis/googleapis@be0c5a9
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    022bbf7 View commit details
    Browse the repository at this point in the history
  21. fix!: migrate dialogflow/v2beta1 to gapic v2

    PiperOrigin-RevId: 322667213
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jul 22 15:22:03 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 1d3ca22734bfd1c00d229e49009547c43f2d7a48
    Source-Link: googleapis/googleapis@1d3ca22
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    63aa9a2 View commit details
    Browse the repository at this point in the history
  22. docs: more detailed docs on APIs such as Environment, Intents, Sessions.

    PiperOrigin-RevId: 323086730
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Jul 24 15:42:41 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: a6b2dac798ed266136e990a2319b2e2e96f3bdbe
    Source-Link: googleapis/googleapis@a6b2dac
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    38671a2 View commit details
    Browse the repository at this point in the history
  23. feat: added support for custom content types docs: clarified wording …

    …around quota usage
    
    PiperOrigin-RevId: 323397413
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Jul 27 11:04:11 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: ca22cfe3477f1c0095fba606d5a18c52d918a0dd
    Source-Link: googleapis/googleapis@ca22cfe
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    c606f8d View commit details
    Browse the repository at this point in the history
  24. feat: added support for custom content types docs: clarified wording …

    …around quota usage
    
    PiperOrigin-RevId: 323436667
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Jul 27 14:05:51 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 546f389d95dbbc88d9d5a00fae25b29d49a0d5b6
    Source-Link: googleapis/googleapis@546f389
    yoshi-automation committed Aug 13, 2020
    Copy the full SHA
    7413e43 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Copy the full SHA
    12a85b9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    618a77f View commit details
    Browse the repository at this point in the history
  3. test: fix test

    busunkim96 committed Aug 26, 2020
    Copy the full SHA
    7ecac62 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e3c1426 View commit details
    Browse the repository at this point in the history