Skip to content

Commit

Permalink
chore: Bump gapic-generator-python version to 1.3.0 (#191)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472561635

Source-Link: googleapis/googleapis@332ecf5

Source-Link: googleapis/googleapis-gen@4313d68
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Sep 7, 2022
1 parent 3525a51 commit bb0da53
Show file tree
Hide file tree
Showing 28 changed files with 573 additions and 237 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@ async def get_table(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_get_table():
Expand Down Expand Up @@ -328,6 +335,13 @@ async def list_tables(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_list_tables():
Expand Down Expand Up @@ -409,6 +423,13 @@ async def get_workspace(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_get_workspace():
Expand Down Expand Up @@ -502,6 +523,13 @@ async def list_workspaces(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_list_workspaces():
Expand Down Expand Up @@ -583,6 +611,13 @@ async def get_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_get_row():
Expand Down Expand Up @@ -678,6 +713,13 @@ async def list_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_list_rows():
Expand Down Expand Up @@ -787,6 +829,13 @@ async def create_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_create_row():
Expand Down Expand Up @@ -887,6 +936,13 @@ async def batch_create_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_batch_create_rows():
Expand Down Expand Up @@ -966,6 +1022,13 @@ async def update_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_update_row():
Expand Down Expand Up @@ -1062,6 +1125,13 @@ async def batch_update_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_batch_update_rows():
Expand Down Expand Up @@ -1136,6 +1206,13 @@ async def delete_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_delete_row():
Expand Down Expand Up @@ -1219,6 +1296,13 @@ async def batch_delete_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
async def sample_batch_delete_rows():
Expand All @@ -1228,7 +1312,7 @@ async def sample_batch_delete_rows():
# Initialize request argument(s)
request = tables_v1alpha1.BatchDeleteRowsRequest(
parent="parent_value",
names=['names_value_1', 'names_value_2'],
names=['names_value1', 'names_value2'],
)
# Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,13 @@ def get_table(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_get_table():
Expand Down Expand Up @@ -572,6 +579,13 @@ def list_tables(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_list_tables():
Expand Down Expand Up @@ -654,6 +668,13 @@ def get_workspace(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_get_workspace():
Expand Down Expand Up @@ -747,6 +768,13 @@ def list_workspaces(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_list_workspaces():
Expand Down Expand Up @@ -829,6 +857,13 @@ def get_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_get_row():
Expand Down Expand Up @@ -924,6 +959,13 @@ def list_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_list_rows():
Expand Down Expand Up @@ -1033,6 +1075,13 @@ def create_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_create_row():
Expand Down Expand Up @@ -1133,6 +1182,13 @@ def batch_create_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_batch_create_rows():
Expand Down Expand Up @@ -1213,6 +1269,13 @@ def update_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_update_row():
Expand Down Expand Up @@ -1309,6 +1372,13 @@ def batch_update_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_batch_update_rows():
Expand Down Expand Up @@ -1384,6 +1454,13 @@ def delete_row(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_delete_row():
Expand Down Expand Up @@ -1467,6 +1544,13 @@ def batch_delete_rows(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1
def sample_batch_delete_rows():
Expand All @@ -1476,7 +1560,7 @@ def sample_batch_delete_rows():
# Initialize request argument(s)
request = tables_v1alpha1.BatchDeleteRowsRequest(
parent="parent_value",
names=['names_value_1', 'names_value_2'],
names=['names_value1', 'names_value2'],
)
# Make the request
Expand Down
2 changes: 1 addition & 1 deletion packages/google-area120-tables/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[mypy]
python_version = 3.6
python_version = 3.7
namespace_packages = True
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@


# [START area120tables_v1alpha1_generated_TablesService_BatchCreateRows_async]
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@


# [START area120tables_v1alpha1_generated_TablesService_BatchCreateRows_sync]
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.area120 import tables_v1alpha1


Expand Down
Loading

0 comments on commit bb0da53

Please sign in to comment.