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

Commit f383bb9

Browse files
chore: regenerate library (#259)
* docs: update comments on parameters and validation result. PiperOrigin-RevId: 348673154 Source-Author: Google APIs <[email protected]> Source-Date: Tue Dec 22 12:11:37 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 0795e3f854056696f330454023b9fa6d35053b79 Source-Link: googleapis/googleapis@0795e3f * docs: update comments on parameters and validation result. PiperOrigin-RevId: 348696929 Source-Author: Google APIs <[email protected]> Source-Date: Tue Dec 22 14:46:59 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 8a6f4d9acb1620af2156b42b37b54eae257b7cad Source-Link: googleapis/googleapis@8a6f4d9 * chore: upgrade gapic-generator-python to 0.39.1 feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Author: Google APIs <[email protected]> Source-Date: Tue Jan 5 16:44:11 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 520682435235d9c503983a360a2090025aa47cd1 Source-Link: googleapis/googleapis@5206824 * docs: clarified voice selection params names PiperOrigin-RevId: 352605952 Source-Author: Google APIs <[email protected]> Source-Date: Tue Jan 19 10:55:29 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 118fbaed3e9f323c814dc248ea127bcb281ce7be Source-Link: googleapis/googleapis@118fbae * chore: upgrade gapic-generator-python to 0.40.5 PiperOrigin-RevId: 354996675 Source-Author: Google APIs <[email protected]> Source-Date: Mon Feb 1 12:11:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 20712b8fe95001b312f62c6c5f33e3e3ec92cfaf Source-Link: googleapis/googleapis@20712b8 * chore: update gapic-generator-python PiperOrigin-RevId: 355923884 Source-Author: Google APIs <[email protected]> Source-Date: Fri Feb 5 14:04:52 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5e3dacee19405529b841b53797df799c2383536c Source-Link: googleapis/googleapis@5e3dace * feat: add additional_bindings to Dialogflow v2beta1 ListIntents API docs: update copyrights and session docs PiperOrigin-RevId: 358315006 Source-Author: Google APIs <[email protected]> Source-Date: Thu Feb 18 19:04:40 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 3b69cb23ca5f969f57bdc4001cf78659c2f7100d Source-Link: googleapis/googleapis@3b69cb2 * feat: add additional_bindings to Dialogflow v2 ListIntents API docs: update copyrights and session docs PiperOrigin-RevId: 358315519 Source-Author: Google APIs <[email protected]> Source-Date: Thu Feb 18 19:08:57 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 54020365f5a790dcff0bbcff5643adea2a199ccb Source-Link: googleapis/googleapis@5402036 * chore: update gapic-generator-python to 0.40.11 PiperOrigin-RevId: 359562873 Source-Author: Google APIs <[email protected]> Source-Date: Thu Feb 25 10:52:32 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c Source-Link: googleapis/googleapis@07932bb * feat: Add CCAI API PiperOrigin-RevId: 361000862 Source-Author: Google APIs <[email protected]> Source-Date: Thu Mar 4 14:10:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 4b4e8be384ce5d3420e3af430ca50fa72c561bfd Source-Link: googleapis/googleapis@4b4e8be * feat: Add CCAI API PiperOrigin-RevId: 361003369 Source-Author: Google APIs <[email protected]> Source-Date: Thu Mar 4 14:23:03 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 369e98ef9cbae3fcbd9623ba084af51e54ddec65 Source-Link: googleapis/googleapis@369e98e * chore: upgrade gapic-generator-python to 0.42.2 PiperOrigin-RevId: 361662015 Source-Author: Google APIs <[email protected]> Source-Date: Mon Mar 8 14:47:18 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf Source-Link: googleapis/googleapis@28a5919
1 parent 311615f commit f383bb9

File tree

304 files changed

+79898
-4921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+79898
-4921
lines changed

.coveragerc

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Copyright 2020 Google LLC
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# https://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
16-
17-
# Generated by synthtool. DO NOT EDIT!
181
[run]
192
branch = True
203

214
[report]
225
fail_under = 100
236
show_missing = True
24-
omit = google/cloud/dialogflow/__init__.py
7+
omit =
8+
google/cloud/dialogflow/__init__.py
259
exclude_lines =
2610
# Re-enable the standard pragma
2711
pragma: NO COVER
@@ -31,4 +15,4 @@ exclude_lines =
3115
# This is added at the module level as a safeguard for if someone
3216
# generates the code and tries to run it without pip installing. This
3317
# makes it virtually impossible to test properly.
34-
except pkg_resources.DistributionNotFound
18+
except pkg_resources.DistributionNotFound

docs/dialogflow_v2/agents.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Agents
2+
------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.agents
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.agents.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AnswerRecords
2+
-------------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.answer_records
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.answer_records.pagers
10+
:members:
11+
:inherited-members:

docs/dialogflow_v2/contexts.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Contexts
2+
--------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.contexts
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.contexts.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ConversationProfiles
2+
--------------------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.conversation_profiles
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.conversation_profiles.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Conversations
2+
-------------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.conversations
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.conversations.pagers
10+
:members:
11+
:inherited-members:

docs/dialogflow_v2/documents.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Documents
2+
---------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.documents
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.documents.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
EntityTypes
2+
-----------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.entity_types
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.entity_types.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Environments
2+
------------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.environments
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.environments.pagers
10+
:members:
11+
:inherited-members:

docs/dialogflow_v2/intents.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Intents
2+
-------------------------
3+
4+
.. automodule:: google.cloud.dialogflow_v2.services.intents
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.dialogflow_v2.services.intents.pagers
10+
:members:
11+
:inherited-members:

0 commit comments

Comments
 (0)