Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

feat: add v3 #21

Merged
merged 28 commits into from Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f998153
changes without context
yoshi-automation Dec 1, 2020
707d155
build: use gapic-generator-typescript v1.1.0.
yoshi-automation Dec 1, 2020
3265d95
feat!: Updated third_party Cloud Build clients with new Build message…
yoshi-automation Dec 1, 2020
d0dda00
chore: update python microgen version to 0.33.0
yoshi-automation Dec 1, 2020
796e85f
feat: Add Job Search v4 API
yoshi-automation Dec 1, 2020
9a1c704
feat: added Telephony Gateway DTMF events doc: added locations in res…
yoshi-automation Dec 1, 2020
edfb641
feat: Added support for field to disable default budget alerts to IAM…
yoshi-automation Dec 1, 2020
462da6c
chore: add Style to google/api/resource.proto
yoshi-automation Dec 1, 2020
1d7a4f1
feat: added support for per type and partition export for Cloud Asset…
yoshi-automation Dec 1, 2020
038bbe5
chore: move assured workloads to python microgenerator rules
yoshi-automation Dec 1, 2020
49952a3
feat: Add Java microgen rules to imports
yoshi-automation Dec 1, 2020
704ea25
Publish SLM logging proto for documentation
yoshi-automation Dec 1, 2020
bbd94f5
Update gapic-generator-python pin to 0.33.4
yoshi-automation Dec 1, 2020
e956111
chore: use Python microgenerator rules for aiplatform
yoshi-automation Dec 1, 2020
a335629
chore: use gapic-generator-python 0.33.6
yoshi-automation Dec 1, 2020
157ae0f
build: provide package name hint for Node.js
yoshi-automation Dec 1, 2020
0d60428
fix: naming style updates
yoshi-automation Dec 1, 2020
5b01f43
Add Service Direcotry v1 protos and configs
yoshi-automation Dec 1, 2020
77523b1
feat: Change LRO response for ImportAgent from Empty to ImportAgentRe…
yoshi-automation Dec 1, 2020
e156e1e
docs: clarified wording for restore APIs and query input
yoshi-automation Dec 1, 2020
e2db9a5
chore: update grpc dependency to v1.33.1
yoshi-automation Dec 1, 2020
f122225
fix!: removed ImportAgentResponse which was not ready for use yet. fe…
yoshi-automation Dec 1, 2020
9a5e4e6
chore: Remove empty proto files.
yoshi-automation Dec 1, 2020
9da38d0
feat: expose matched event in Sessions API.
yoshi-automation Dec 1, 2020
c0a9d10
chore: use python microgenerator rules for dialogflow cx
yoshi-automation Dec 1, 2020
523547a
chore: migrate video-transcoder to the Java microgenerator
yoshi-automation Dec 1, 2020
58c92ad
feat: add v3
busunkim96 Dec 7, 2020
c93a874
fix: fix namespace
busunkim96 Dec 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,17 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
10 changes: 10 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -111,6 +111,16 @@ Coding Style
should point to the official ``googleapis`` checkout and the
the branch should be the main branch on that remote (``master``).

- This repository contains configuration for the
`pre-commit <https://pre-commit.com/>`__ tool, which automates checking
our linters during a commit. If you have it installed on your ``$PATH``,
you can enable enforcing those checks via:

.. code-block:: bash

$ pre-commit install
pre-commit installed at .git/hooks/pre-commit

Exceptions to PEP8:

- Many unit tests use a helper method, ``_call_fut`` ("FUT" is short for
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -345,10 +345,10 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("http://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
"python": ("https://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
"grpc": ("https://grpc.io/grpc/python/", None),
"grpc": ("https://grpc.github.io/grpc/python/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
}

Expand Down
39 changes: 39 additions & 0 deletions docs/dialogflowcx_v3/services.rst
@@ -0,0 +1,39 @@
Services for Google Cloud Dialogflowcx v3 API
=============================================

.. automodule:: google.cloud.dialogflowcx_v3.services.agents
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.entity_types
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.environments
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.flows
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.intents
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.pages
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.security_settings_service
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.session_entity_types
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.sessions
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.transition_route_groups
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.versions
:members:
:inherited-members:
.. automodule:: google.cloud.dialogflowcx_v3.services.webhooks
:members:
:inherited-members:
6 changes: 6 additions & 0 deletions docs/dialogflowcx_v3/types.rst
@@ -0,0 +1,6 @@
Types for Google Cloud Dialogflowcx v3 API
==========================================

.. automodule:: google.cloud.dialogflowcx_v3.types
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/dialogflowcx_v3beta1/types.rst
Expand Up @@ -3,3 +3,4 @@ Types for Google Cloud Dialogflowcx v3beta1 API

.. automodule:: google.cloud.dialogflowcx_v3beta1.types
:members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/index.rst
Expand Up @@ -8,6 +8,8 @@ API Reference
.. toctree::
:maxdepth: 2

dialogflowcx_v3/services
dialogflowcx_v3/types
dialogflowcx_v3beta1/services
dialogflowcx_v3beta1/types

Expand Down
328 changes: 176 additions & 152 deletions google/cloud/dialogflowcx/__init__.py

Large diffs are not rendered by default.