Skip to content

Commit b78eb40

Browse files
chore: Bump gapic-generator-python version to 1.3.0 (#391)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: googleapis/googleapis@332ecf5 Source-Link: googleapis/googleapis-gen@4313d68 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
1 parent 433bc0f commit b78eb40

File tree

34 files changed

+709
-289
lines changed

34 files changed

+709
-289
lines changed

packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/services/data_transfer_service/async_client.py

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@ async def get_data_source(
235235
236236
.. code-block:: python
237237
238+
# This snippet has been automatically generated and should be regarded as a
239+
# code template only.
240+
# It will require modifications to work:
241+
# - It may require correct/in-range values for request initialization.
242+
# - It may require specifying regional endpoints when creating the service
243+
# client as shown in:
244+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
238245
from google.cloud import bigquery_datatransfer_v1
239246
240247
async def sample_get_data_source():
@@ -343,6 +350,13 @@ async def list_data_sources(
343350
344351
.. code-block:: python
345352
353+
# This snippet has been automatically generated and should be regarded as a
354+
# code template only.
355+
# It will require modifications to work:
356+
# - It may require correct/in-range values for request initialization.
357+
# - It may require specifying regional endpoints when creating the service
358+
# client as shown in:
359+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
346360
from google.cloud import bigquery_datatransfer_v1
347361
348362
async def sample_list_data_sources():
@@ -464,6 +478,13 @@ async def create_transfer_config(
464478
465479
.. code-block:: python
466480
481+
# This snippet has been automatically generated and should be regarded as a
482+
# code template only.
483+
# It will require modifications to work:
484+
# - It may require correct/in-range values for request initialization.
485+
# - It may require specifying regional endpoints when creating the service
486+
# client as shown in:
487+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
467488
from google.cloud import bigquery_datatransfer_v1
468489
469490
async def sample_create_transfer_config():
@@ -590,6 +611,13 @@ async def update_transfer_config(
590611
591612
.. code-block:: python
592613
614+
# This snippet has been automatically generated and should be regarded as a
615+
# code template only.
616+
# It will require modifications to work:
617+
# - It may require correct/in-range values for request initialization.
618+
# - It may require specifying regional endpoints when creating the service
619+
# client as shown in:
620+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
593621
from google.cloud import bigquery_datatransfer_v1
594622
595623
async def sample_update_transfer_config():
@@ -708,6 +736,13 @@ async def delete_transfer_config(
708736
709737
.. code-block:: python
710738
739+
# This snippet has been automatically generated and should be regarded as a
740+
# code template only.
741+
# It will require modifications to work:
742+
# - It may require correct/in-range values for request initialization.
743+
# - It may require specifying regional endpoints when creating the service
744+
# client as shown in:
745+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
711746
from google.cloud import bigquery_datatransfer_v1
712747
713748
async def sample_delete_transfer_config():
@@ -804,6 +839,13 @@ async def get_transfer_config(
804839
805840
.. code-block:: python
806841
842+
# This snippet has been automatically generated and should be regarded as a
843+
# code template only.
844+
# It will require modifications to work:
845+
# - It may require correct/in-range values for request initialization.
846+
# - It may require specifying regional endpoints when creating the service
847+
# client as shown in:
848+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
807849
from google.cloud import bigquery_datatransfer_v1
808850
809851
async def sample_get_transfer_config():
@@ -918,6 +960,13 @@ async def list_transfer_configs(
918960
919961
.. code-block:: python
920962
963+
# This snippet has been automatically generated and should be regarded as a
964+
# code template only.
965+
# It will require modifications to work:
966+
# - It may require correct/in-range values for request initialization.
967+
# - It may require specifying regional endpoints when creating the service
968+
# client as shown in:
969+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
921970
from google.cloud import bigquery_datatransfer_v1
922971
923972
async def sample_list_transfer_configs():
@@ -1043,6 +1092,13 @@ async def schedule_transfer_runs(
10431092
10441093
.. code-block:: python
10451094
1095+
# This snippet has been automatically generated and should be regarded as a
1096+
# code template only.
1097+
# It will require modifications to work:
1098+
# - It may require correct/in-range values for request initialization.
1099+
# - It may require specifying regional endpoints when creating the service
1100+
# client as shown in:
1101+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
10461102
from google.cloud import bigquery_datatransfer_v1
10471103
10481104
async def sample_schedule_transfer_runs():
@@ -1164,6 +1220,13 @@ async def start_manual_transfer_runs(
11641220
11651221
.. code-block:: python
11661222
1223+
# This snippet has been automatically generated and should be regarded as a
1224+
# code template only.
1225+
# It will require modifications to work:
1226+
# - It may require correct/in-range values for request initialization.
1227+
# - It may require specifying regional endpoints when creating the service
1228+
# client as shown in:
1229+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
11671230
from google.cloud import bigquery_datatransfer_v1
11681231
11691232
async def sample_start_manual_transfer_runs():
@@ -1238,6 +1301,13 @@ async def get_transfer_run(
12381301
12391302
.. code-block:: python
12401303
1304+
# This snippet has been automatically generated and should be regarded as a
1305+
# code template only.
1306+
# It will require modifications to work:
1307+
# - It may require correct/in-range values for request initialization.
1308+
# - It may require specifying regional endpoints when creating the service
1309+
# client as shown in:
1310+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
12411311
from google.cloud import bigquery_datatransfer_v1
12421312
12431313
async def sample_get_transfer_run():
@@ -1344,6 +1414,13 @@ async def delete_transfer_run(
13441414
13451415
.. code-block:: python
13461416
1417+
# This snippet has been automatically generated and should be regarded as a
1418+
# code template only.
1419+
# It will require modifications to work:
1420+
# - It may require correct/in-range values for request initialization.
1421+
# - It may require specifying regional endpoints when creating the service
1422+
# client as shown in:
1423+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
13471424
from google.cloud import bigquery_datatransfer_v1
13481425
13491426
async def sample_delete_transfer_run():
@@ -1441,6 +1518,13 @@ async def list_transfer_runs(
14411518
14421519
.. code-block:: python
14431520
1521+
# This snippet has been automatically generated and should be regarded as a
1522+
# code template only.
1523+
# It will require modifications to work:
1524+
# - It may require correct/in-range values for request initialization.
1525+
# - It may require specifying regional endpoints when creating the service
1526+
# client as shown in:
1527+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
14441528
from google.cloud import bigquery_datatransfer_v1
14451529
14461530
async def sample_list_transfer_runs():
@@ -1562,6 +1646,13 @@ async def list_transfer_logs(
15621646
15631647
.. code-block:: python
15641648
1649+
# This snippet has been automatically generated and should be regarded as a
1650+
# code template only.
1651+
# It will require modifications to work:
1652+
# - It may require correct/in-range values for request initialization.
1653+
# - It may require specifying regional endpoints when creating the service
1654+
# client as shown in:
1655+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
15651656
from google.cloud import bigquery_datatransfer_v1
15661657
15671658
async def sample_list_transfer_logs():
@@ -1683,6 +1774,13 @@ async def check_valid_creds(
16831774
16841775
.. code-block:: python
16851776
1777+
# This snippet has been automatically generated and should be regarded as a
1778+
# code template only.
1779+
# It will require modifications to work:
1780+
# - It may require correct/in-range values for request initialization.
1781+
# - It may require specifying regional endpoints when creating the service
1782+
# client as shown in:
1783+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
16861784
from google.cloud import bigquery_datatransfer_v1
16871785
16881786
async def sample_check_valid_creds():
@@ -1802,6 +1900,13 @@ async def enroll_data_sources(
18021900
18031901
.. code-block:: python
18041902
1903+
# This snippet has been automatically generated and should be regarded as a
1904+
# code template only.
1905+
# It will require modifications to work:
1906+
# - It may require correct/in-range values for request initialization.
1907+
# - It may require specifying regional endpoints when creating the service
1908+
# client as shown in:
1909+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
18051910
from google.cloud import bigquery_datatransfer_v1
18061911
18071912
async def sample_enroll_data_sources():

0 commit comments

Comments
 (0)