Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#252)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.4

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: googleapis/googleapis-gen@ca893ff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: delete duplicates

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
4 people authored Feb 26, 2022
1 parent a2831fd commit 10b6b40
Show file tree
Hide file tree
Showing 454 changed files with 1,940 additions and 2,134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ async def list_agents(
location.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -331,7 +331,7 @@ async def get_agent(
) -> agent.Agent:
r"""Retrieves the specified agent.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -439,7 +439,7 @@ async def create_agent(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -560,7 +560,7 @@ async def update_agent(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -677,7 +677,7 @@ async def delete_agent(
) -> None:
r"""Deletes the specified agent.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -767,7 +767,7 @@ async def export_agent(
[ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -870,7 +870,7 @@ async def restore_agent(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -968,7 +968,7 @@ async def validate_agent(
completed to get the complete validation results.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -1039,7 +1039,7 @@ async def get_agent_validation_result(
validation is performed when ValidateAgent is called.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ def list_agents(
location.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -605,8 +604,7 @@ def get_agent(
) -> agent.Agent:
r"""Retrieves the specified agent.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -714,8 +712,7 @@ def create_agent(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -836,8 +833,7 @@ def update_agent(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -954,8 +950,7 @@ def delete_agent(
) -> None:
r"""Deletes the specified agent.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -1045,8 +1040,7 @@ def export_agent(
[ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -1150,8 +1144,7 @@ def restore_agent(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -1250,8 +1243,7 @@ def validate_agent(
completed to get the complete validation results.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -1323,8 +1315,7 @@ def get_agent_validation_result(
validation is performed when ValidateAgent is called.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async def list_changelogs(
) -> pagers.ListChangelogsAsyncPager:
r"""Returns the list of Changelogs.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -310,7 +310,7 @@ async def get_changelog(
) -> changelog.Changelog:
r"""Retrieves the specified Changelog.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,7 @@ def list_changelogs(
) -> pagers.ListChangelogsPager:
r"""Returns the list of Changelogs.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -512,8 +511,7 @@ def get_changelog(
) -> changelog.Changelog:
r"""Retrieves the specified Changelog.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def list_deployments(
[Environment][google.cloud.dialogflow.cx.v3.Environment].
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -326,7 +326,7 @@ async def get_deployment(
[Deployment][google.cloud.dialogflow.cx.v3.Deployment].
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,7 @@ def list_deployments(
[Environment][google.cloud.dialogflow.cx.v3.Environment].
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -586,8 +585,7 @@ def get_deployment(
[Deployment][google.cloud.dialogflow.cx.v3.Deployment].
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def list_entity_types(
agent.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -316,7 +316,7 @@ async def get_entity_type(
) -> entity_type.EntityType:
r"""Retrieves the specified entity type.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -444,7 +444,7 @@ async def create_entity_type(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -584,7 +584,7 @@ async def update_entity_type(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -724,7 +724,7 @@ async def delete_entity_type(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ def list_entity_types(
agent.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -518,8 +517,7 @@ def get_entity_type(
) -> entity_type.EntityType:
r"""Retrieves the specified entity type.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -647,8 +645,7 @@ def create_entity_type(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -788,8 +785,7 @@ def update_entity_type(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down Expand Up @@ -929,8 +925,7 @@ def delete_entity_type(
documentation <https://cloud.google.com/dialogflow/cx/docs/concept/training>`__.
.. code-block::
.. code-block:: python
from google.cloud import dialogflowcx_v3
Expand Down
Loading

0 comments on commit 10b6b40

Please sign in to comment.