Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#122)
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

* remove redundant samples

* remove custom sync repo settings

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent baa6f92 commit 2efae3a
Show file tree
Hide file tree
Showing 28 changed files with 120 additions and 139 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ async def get_table(
) -> tables.Table:
r"""Gets a table. Returns NOT_FOUND if the table does not exist.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -319,7 +319,7 @@ async def list_tables(
) -> pagers.ListTablesAsyncPager:
r"""Lists tables for the user.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -393,7 +393,7 @@ async def get_workspace(
exist.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -481,7 +481,7 @@ async def list_workspaces(
) -> pagers.ListWorkspacesAsyncPager:
r"""Lists workspaces for the user.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -555,7 +555,7 @@ async def get_row(
table.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -646,7 +646,7 @@ async def list_rows(
exist.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -747,7 +747,7 @@ async def create_row(
) -> tables.Row:
r"""Creates a row.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -842,7 +842,7 @@ async def batch_create_rows(
) -> tables.BatchCreateRowsResponse:
r"""Creates multiple rows.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -916,7 +916,7 @@ async def update_row(
) -> tables.Row:
r"""Updates a row.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1007,7 +1007,7 @@ async def batch_update_rows(
) -> tables.BatchUpdateRowsResponse:
r"""Updates multiple rows.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1076,7 +1076,7 @@ async def delete_row(
) -> None:
r"""Deletes a row.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1156,7 +1156,7 @@ async def batch_delete_rows(
) -> None:
r"""Deletes multiple rows.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ def get_table(
) -> tables.Table:
r"""Gets a table. Returns NOT_FOUND if the table does not exist.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -528,8 +527,7 @@ def list_tables(
) -> pagers.ListTablesPager:
r"""Lists tables for the user.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -604,8 +602,7 @@ def get_workspace(
exist.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -693,8 +690,7 @@ def list_workspaces(
) -> pagers.ListWorkspacesPager:
r"""Lists workspaces for the user.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -769,8 +765,7 @@ def get_row(
table.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -861,8 +856,7 @@ def list_rows(
exist.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -963,8 +957,7 @@ def create_row(
) -> tables.Row:
r"""Creates a row.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1059,8 +1052,7 @@ def batch_create_rows(
) -> tables.BatchCreateRowsResponse:
r"""Creates multiple rows.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1135,8 +1127,7 @@ def update_row(
) -> tables.Row:
r"""Updates a row.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1227,8 +1218,7 @@ def batch_update_rows(
) -> tables.BatchUpdateRowsResponse:
r"""Updates multiple rows.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1298,8 +1288,7 @@ def delete_row(
) -> None:
r"""Deletes a row.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down Expand Up @@ -1379,8 +1368,7 @@ def batch_delete_rows(
) -> None:
r"""Deletes multiple rows.
.. code-block::
.. code-block:: python
from google.area120 import tables_v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_BatchCreateRows_async]
# [START area120tables_v1alpha1_generated_TablesService_BatchCreateRows_async]
from google.area120 import tables_v1alpha1


Expand All @@ -46,4 +46,4 @@ async def sample_batch_create_rows():
# Handle the response
print(response)

# [END area120tables_generated_tables_v1alpha1_TablesService_BatchCreateRows_async]
# [END area120tables_v1alpha1_generated_TablesService_BatchCreateRows_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_BatchCreateRows_sync]
# [START area120tables_v1alpha1_generated_TablesService_BatchCreateRows_sync]
from google.area120 import tables_v1alpha1


Expand All @@ -46,4 +46,4 @@ def sample_batch_create_rows():
# Handle the response
print(response)

# [END area120tables_generated_tables_v1alpha1_TablesService_BatchCreateRows_sync]
# [END area120tables_v1alpha1_generated_TablesService_BatchCreateRows_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_BatchDeleteRows_async]
# [START area120tables_v1alpha1_generated_TablesService_BatchDeleteRows_async]
from google.area120 import tables_v1alpha1


Expand All @@ -41,4 +41,4 @@ async def sample_batch_delete_rows():
await client.batch_delete_rows(request=request)


# [END area120tables_generated_tables_v1alpha1_TablesService_BatchDeleteRows_async]
# [END area120tables_v1alpha1_generated_TablesService_BatchDeleteRows_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_BatchDeleteRows_sync]
# [START area120tables_v1alpha1_generated_TablesService_BatchDeleteRows_sync]
from google.area120 import tables_v1alpha1


Expand All @@ -41,4 +41,4 @@ def sample_batch_delete_rows():
client.batch_delete_rows(request=request)


# [END area120tables_generated_tables_v1alpha1_TablesService_BatchDeleteRows_sync]
# [END area120tables_v1alpha1_generated_TablesService_BatchDeleteRows_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_BatchUpdateRows_async]
# [START area120tables_v1alpha1_generated_TablesService_BatchUpdateRows_async]
from google.area120 import tables_v1alpha1


Expand All @@ -42,4 +42,4 @@ async def sample_batch_update_rows():
# Handle the response
print(response)

# [END area120tables_generated_tables_v1alpha1_TablesService_BatchUpdateRows_async]
# [END area120tables_v1alpha1_generated_TablesService_BatchUpdateRows_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_BatchUpdateRows_sync]
# [START area120tables_v1alpha1_generated_TablesService_BatchUpdateRows_sync]
from google.area120 import tables_v1alpha1


Expand All @@ -42,4 +42,4 @@ def sample_batch_update_rows():
# Handle the response
print(response)

# [END area120tables_generated_tables_v1alpha1_TablesService_BatchUpdateRows_sync]
# [END area120tables_v1alpha1_generated_TablesService_BatchUpdateRows_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_CreateRow_async]
# [START area120tables_v1alpha1_generated_TablesService_CreateRow_async]
from google.area120 import tables_v1alpha1


Expand All @@ -42,4 +42,4 @@ async def sample_create_row():
# Handle the response
print(response)

# [END area120tables_generated_tables_v1alpha1_TablesService_CreateRow_async]
# [END area120tables_v1alpha1_generated_TablesService_CreateRow_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_CreateRow_sync]
# [START area120tables_v1alpha1_generated_TablesService_CreateRow_sync]
from google.area120 import tables_v1alpha1


Expand All @@ -42,4 +42,4 @@ def sample_create_row():
# Handle the response
print(response)

# [END area120tables_generated_tables_v1alpha1_TablesService_CreateRow_sync]
# [END area120tables_v1alpha1_generated_TablesService_CreateRow_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_DeleteRow_async]
# [START area120tables_v1alpha1_generated_TablesService_DeleteRow_async]
from google.area120 import tables_v1alpha1


Expand All @@ -40,4 +40,4 @@ async def sample_delete_row():
await client.delete_row(request=request)


# [END area120tables_generated_tables_v1alpha1_TablesService_DeleteRow_async]
# [END area120tables_v1alpha1_generated_TablesService_DeleteRow_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-area120-tables


# [START area120tables_generated_tables_v1alpha1_TablesService_DeleteRow_sync]
# [START area120tables_v1alpha1_generated_TablesService_DeleteRow_sync]
from google.area120 import tables_v1alpha1


Expand All @@ -40,4 +40,4 @@ def sample_delete_row():
client.delete_row(request=request)


# [END area120tables_generated_tables_v1alpha1_TablesService_DeleteRow_sync]
# [END area120tables_v1alpha1_generated_TablesService_DeleteRow_sync]
Loading

0 comments on commit 2efae3a

Please sign in to comment.