Skip to content

Commit 7ac4e07

Browse files
chore: use gapic-generator-python 1.2.0 (#437)
* chore: use gapic-generator-python 1.2.0 PiperOrigin-RevId: 467286830 Source-Link: googleapis/googleapis@e6e875a Source-Link: googleapis/googleapis-gen@0295ea1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI5NWVhMTRkOWNkNGQ0N2RkYjIzYjllYmQzOWEzMWUyMDM1ZTI4ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7edb811 commit 7ac4e07

32 files changed

+128
-128
lines changed

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_agents.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3678,7 +3678,7 @@ def test_cancel_operation(transport: str = "grpc"):
36783678

36793679

36803680
@pytest.mark.asyncio
3681-
async def test_cancel_operation(transport: str = "grpc"):
3681+
async def test_cancel_operation_async(transport: str = "grpc"):
36823682
client = AgentsAsyncClient(
36833683
credentials=ga_credentials.AnonymousCredentials(),
36843684
transport=transport,
@@ -3817,7 +3817,7 @@ def test_get_operation(transport: str = "grpc"):
38173817

38183818

38193819
@pytest.mark.asyncio
3820-
async def test_get_operation(transport: str = "grpc"):
3820+
async def test_get_operation_async(transport: str = "grpc"):
38213821
client = AgentsAsyncClient(
38223822
credentials=ga_credentials.AnonymousCredentials(),
38233823
transport=transport,
@@ -3962,7 +3962,7 @@ def test_list_operations(transport: str = "grpc"):
39623962

39633963

39643964
@pytest.mark.asyncio
3965-
async def test_list_operations(transport: str = "grpc"):
3965+
async def test_list_operations_async(transport: str = "grpc"):
39663966
client = AgentsAsyncClient(
39673967
credentials=ga_credentials.AnonymousCredentials(),
39683968
transport=transport,
@@ -4107,7 +4107,7 @@ def test_list_locations(transport: str = "grpc"):
41074107

41084108

41094109
@pytest.mark.asyncio
4110-
async def test_list_locations(transport: str = "grpc"):
4110+
async def test_list_locations_async(transport: str = "grpc"):
41114111
client = AgentsAsyncClient(
41124112
credentials=ga_credentials.AnonymousCredentials(),
41134113
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_changelogs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ def test_cancel_operation(transport: str = "grpc"):
20152015

20162016

20172017
@pytest.mark.asyncio
2018-
async def test_cancel_operation(transport: str = "grpc"):
2018+
async def test_cancel_operation_async(transport: str = "grpc"):
20192019
client = ChangelogsAsyncClient(
20202020
credentials=ga_credentials.AnonymousCredentials(),
20212021
transport=transport,
@@ -2154,7 +2154,7 @@ def test_get_operation(transport: str = "grpc"):
21542154

21552155

21562156
@pytest.mark.asyncio
2157-
async def test_get_operation(transport: str = "grpc"):
2157+
async def test_get_operation_async(transport: str = "grpc"):
21582158
client = ChangelogsAsyncClient(
21592159
credentials=ga_credentials.AnonymousCredentials(),
21602160
transport=transport,
@@ -2299,7 +2299,7 @@ def test_list_operations(transport: str = "grpc"):
22992299

23002300

23012301
@pytest.mark.asyncio
2302-
async def test_list_operations(transport: str = "grpc"):
2302+
async def test_list_operations_async(transport: str = "grpc"):
23032303
client = ChangelogsAsyncClient(
23042304
credentials=ga_credentials.AnonymousCredentials(),
23052305
transport=transport,
@@ -2444,7 +2444,7 @@ def test_list_locations(transport: str = "grpc"):
24442444

24452445

24462446
@pytest.mark.asyncio
2447-
async def test_list_locations(transport: str = "grpc"):
2447+
async def test_list_locations_async(transport: str = "grpc"):
24482448
client = ChangelogsAsyncClient(
24492449
credentials=ga_credentials.AnonymousCredentials(),
24502450
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_deployments.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ def test_cancel_operation(transport: str = "grpc"):
21122112

21132113

21142114
@pytest.mark.asyncio
2115-
async def test_cancel_operation(transport: str = "grpc"):
2115+
async def test_cancel_operation_async(transport: str = "grpc"):
21162116
client = DeploymentsAsyncClient(
21172117
credentials=ga_credentials.AnonymousCredentials(),
21182118
transport=transport,
@@ -2251,7 +2251,7 @@ def test_get_operation(transport: str = "grpc"):
22512251

22522252

22532253
@pytest.mark.asyncio
2254-
async def test_get_operation(transport: str = "grpc"):
2254+
async def test_get_operation_async(transport: str = "grpc"):
22552255
client = DeploymentsAsyncClient(
22562256
credentials=ga_credentials.AnonymousCredentials(),
22572257
transport=transport,
@@ -2396,7 +2396,7 @@ def test_list_operations(transport: str = "grpc"):
23962396

23972397

23982398
@pytest.mark.asyncio
2399-
async def test_list_operations(transport: str = "grpc"):
2399+
async def test_list_operations_async(transport: str = "grpc"):
24002400
client = DeploymentsAsyncClient(
24012401
credentials=ga_credentials.AnonymousCredentials(),
24022402
transport=transport,
@@ -2541,7 +2541,7 @@ def test_list_locations(transport: str = "grpc"):
25412541

25422542

25432543
@pytest.mark.asyncio
2544-
async def test_list_locations(transport: str = "grpc"):
2544+
async def test_list_locations_async(transport: str = "grpc"):
25452545
client = DeploymentsAsyncClient(
25462546
credentials=ga_credentials.AnonymousCredentials(),
25472547
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_entity_types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ def test_cancel_operation(transport: str = "grpc"):
28512851

28522852

28532853
@pytest.mark.asyncio
2854-
async def test_cancel_operation(transport: str = "grpc"):
2854+
async def test_cancel_operation_async(transport: str = "grpc"):
28552855
client = EntityTypesAsyncClient(
28562856
credentials=ga_credentials.AnonymousCredentials(),
28572857
transport=transport,
@@ -2990,7 +2990,7 @@ def test_get_operation(transport: str = "grpc"):
29902990

29912991

29922992
@pytest.mark.asyncio
2993-
async def test_get_operation(transport: str = "grpc"):
2993+
async def test_get_operation_async(transport: str = "grpc"):
29942994
client = EntityTypesAsyncClient(
29952995
credentials=ga_credentials.AnonymousCredentials(),
29962996
transport=transport,
@@ -3135,7 +3135,7 @@ def test_list_operations(transport: str = "grpc"):
31353135

31363136

31373137
@pytest.mark.asyncio
3138-
async def test_list_operations(transport: str = "grpc"):
3138+
async def test_list_operations_async(transport: str = "grpc"):
31393139
client = EntityTypesAsyncClient(
31403140
credentials=ga_credentials.AnonymousCredentials(),
31413141
transport=transport,
@@ -3280,7 +3280,7 @@ def test_list_locations(transport: str = "grpc"):
32803280

32813281

32823282
@pytest.mark.asyncio
3283-
async def test_list_locations(transport: str = "grpc"):
3283+
async def test_list_locations_async(transport: str = "grpc"):
32843284
client = EntityTypesAsyncClient(
32853285
credentials=ga_credentials.AnonymousCredentials(),
32863286
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_environments.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4201,7 +4201,7 @@ def test_cancel_operation(transport: str = "grpc"):
42014201

42024202

42034203
@pytest.mark.asyncio
4204-
async def test_cancel_operation(transport: str = "grpc"):
4204+
async def test_cancel_operation_async(transport: str = "grpc"):
42054205
client = EnvironmentsAsyncClient(
42064206
credentials=ga_credentials.AnonymousCredentials(),
42074207
transport=transport,
@@ -4340,7 +4340,7 @@ def test_get_operation(transport: str = "grpc"):
43404340

43414341

43424342
@pytest.mark.asyncio
4343-
async def test_get_operation(transport: str = "grpc"):
4343+
async def test_get_operation_async(transport: str = "grpc"):
43444344
client = EnvironmentsAsyncClient(
43454345
credentials=ga_credentials.AnonymousCredentials(),
43464346
transport=transport,
@@ -4485,7 +4485,7 @@ def test_list_operations(transport: str = "grpc"):
44854485

44864486

44874487
@pytest.mark.asyncio
4488-
async def test_list_operations(transport: str = "grpc"):
4488+
async def test_list_operations_async(transport: str = "grpc"):
44894489
client = EnvironmentsAsyncClient(
44904490
credentials=ga_credentials.AnonymousCredentials(),
44914491
transport=transport,
@@ -4630,7 +4630,7 @@ def test_list_locations(transport: str = "grpc"):
46304630

46314631

46324632
@pytest.mark.asyncio
4633-
async def test_list_locations(transport: str = "grpc"):
4633+
async def test_list_locations_async(transport: str = "grpc"):
46344634
client = EnvironmentsAsyncClient(
46354635
credentials=ga_credentials.AnonymousCredentials(),
46364636
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_experiments.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,7 +3336,7 @@ def test_cancel_operation(transport: str = "grpc"):
33363336

33373337

33383338
@pytest.mark.asyncio
3339-
async def test_cancel_operation(transport: str = "grpc"):
3339+
async def test_cancel_operation_async(transport: str = "grpc"):
33403340
client = ExperimentsAsyncClient(
33413341
credentials=ga_credentials.AnonymousCredentials(),
33423342
transport=transport,
@@ -3475,7 +3475,7 @@ def test_get_operation(transport: str = "grpc"):
34753475

34763476

34773477
@pytest.mark.asyncio
3478-
async def test_get_operation(transport: str = "grpc"):
3478+
async def test_get_operation_async(transport: str = "grpc"):
34793479
client = ExperimentsAsyncClient(
34803480
credentials=ga_credentials.AnonymousCredentials(),
34813481
transport=transport,
@@ -3620,7 +3620,7 @@ def test_list_operations(transport: str = "grpc"):
36203620

36213621

36223622
@pytest.mark.asyncio
3623-
async def test_list_operations(transport: str = "grpc"):
3623+
async def test_list_operations_async(transport: str = "grpc"):
36243624
client = ExperimentsAsyncClient(
36253625
credentials=ga_credentials.AnonymousCredentials(),
36263626
transport=transport,
@@ -3765,7 +3765,7 @@ def test_list_locations(transport: str = "grpc"):
37653765

37663766

37673767
@pytest.mark.asyncio
3768-
async def test_list_locations(transport: str = "grpc"):
3768+
async def test_list_locations_async(transport: str = "grpc"):
37693769
client = ExperimentsAsyncClient(
37703770
credentials=ga_credentials.AnonymousCredentials(),
37713771
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_flows.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ def test_cancel_operation(transport: str = "grpc"):
38253825

38263826

38273827
@pytest.mark.asyncio
3828-
async def test_cancel_operation(transport: str = "grpc"):
3828+
async def test_cancel_operation_async(transport: str = "grpc"):
38293829
client = FlowsAsyncClient(
38303830
credentials=ga_credentials.AnonymousCredentials(),
38313831
transport=transport,
@@ -3964,7 +3964,7 @@ def test_get_operation(transport: str = "grpc"):
39643964

39653965

39663966
@pytest.mark.asyncio
3967-
async def test_get_operation(transport: str = "grpc"):
3967+
async def test_get_operation_async(transport: str = "grpc"):
39683968
client = FlowsAsyncClient(
39693969
credentials=ga_credentials.AnonymousCredentials(),
39703970
transport=transport,
@@ -4109,7 +4109,7 @@ def test_list_operations(transport: str = "grpc"):
41094109

41104110

41114111
@pytest.mark.asyncio
4112-
async def test_list_operations(transport: str = "grpc"):
4112+
async def test_list_operations_async(transport: str = "grpc"):
41134113
client = FlowsAsyncClient(
41144114
credentials=ga_credentials.AnonymousCredentials(),
41154115
transport=transport,
@@ -4254,7 +4254,7 @@ def test_list_locations(transport: str = "grpc"):
42544254

42554255

42564256
@pytest.mark.asyncio
4257-
async def test_list_locations(transport: str = "grpc"):
4257+
async def test_list_locations_async(transport: str = "grpc"):
42584258
client = FlowsAsyncClient(
42594259
credentials=ga_credentials.AnonymousCredentials(),
42604260
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_intents.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2751,7 +2751,7 @@ def test_cancel_operation(transport: str = "grpc"):
27512751

27522752

27532753
@pytest.mark.asyncio
2754-
async def test_cancel_operation(transport: str = "grpc"):
2754+
async def test_cancel_operation_async(transport: str = "grpc"):
27552755
client = IntentsAsyncClient(
27562756
credentials=ga_credentials.AnonymousCredentials(),
27572757
transport=transport,
@@ -2890,7 +2890,7 @@ def test_get_operation(transport: str = "grpc"):
28902890

28912891

28922892
@pytest.mark.asyncio
2893-
async def test_get_operation(transport: str = "grpc"):
2893+
async def test_get_operation_async(transport: str = "grpc"):
28942894
client = IntentsAsyncClient(
28952895
credentials=ga_credentials.AnonymousCredentials(),
28962896
transport=transport,
@@ -3035,7 +3035,7 @@ def test_list_operations(transport: str = "grpc"):
30353035

30363036

30373037
@pytest.mark.asyncio
3038-
async def test_list_operations(transport: str = "grpc"):
3038+
async def test_list_operations_async(transport: str = "grpc"):
30393039
client = IntentsAsyncClient(
30403040
credentials=ga_credentials.AnonymousCredentials(),
30413041
transport=transport,
@@ -3180,7 +3180,7 @@ def test_list_locations(transport: str = "grpc"):
31803180

31813181

31823182
@pytest.mark.asyncio
3183-
async def test_list_locations(transport: str = "grpc"):
3183+
async def test_list_locations_async(transport: str = "grpc"):
31843184
client = IntentsAsyncClient(
31853185
credentials=ga_credentials.AnonymousCredentials(),
31863186
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_pages.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ def test_cancel_operation(transport: str = "grpc"):
28522852

28532853

28542854
@pytest.mark.asyncio
2855-
async def test_cancel_operation(transport: str = "grpc"):
2855+
async def test_cancel_operation_async(transport: str = "grpc"):
28562856
client = PagesAsyncClient(
28572857
credentials=ga_credentials.AnonymousCredentials(),
28582858
transport=transport,
@@ -2991,7 +2991,7 @@ def test_get_operation(transport: str = "grpc"):
29912991

29922992

29932993
@pytest.mark.asyncio
2994-
async def test_get_operation(transport: str = "grpc"):
2994+
async def test_get_operation_async(transport: str = "grpc"):
29952995
client = PagesAsyncClient(
29962996
credentials=ga_credentials.AnonymousCredentials(),
29972997
transport=transport,
@@ -3136,7 +3136,7 @@ def test_list_operations(transport: str = "grpc"):
31363136

31373137

31383138
@pytest.mark.asyncio
3139-
async def test_list_operations(transport: str = "grpc"):
3139+
async def test_list_operations_async(transport: str = "grpc"):
31403140
client = PagesAsyncClient(
31413141
credentials=ga_credentials.AnonymousCredentials(),
31423142
transport=transport,
@@ -3281,7 +3281,7 @@ def test_list_locations(transport: str = "grpc"):
32813281

32823282

32833283
@pytest.mark.asyncio
3284-
async def test_list_locations(transport: str = "grpc"):
3284+
async def test_list_locations_async(transport: str = "grpc"):
32853285
client = PagesAsyncClient(
32863286
credentials=ga_credentials.AnonymousCredentials(),
32873287
transport=transport,

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_security_settings_service.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,7 +3065,7 @@ def test_cancel_operation(transport: str = "grpc"):
30653065

30663066

30673067
@pytest.mark.asyncio
3068-
async def test_cancel_operation(transport: str = "grpc"):
3068+
async def test_cancel_operation_async(transport: str = "grpc"):
30693069
client = SecuritySettingsServiceAsyncClient(
30703070
credentials=ga_credentials.AnonymousCredentials(),
30713071
transport=transport,
@@ -3204,7 +3204,7 @@ def test_get_operation(transport: str = "grpc"):
32043204

32053205

32063206
@pytest.mark.asyncio
3207-
async def test_get_operation(transport: str = "grpc"):
3207+
async def test_get_operation_async(transport: str = "grpc"):
32083208
client = SecuritySettingsServiceAsyncClient(
32093209
credentials=ga_credentials.AnonymousCredentials(),
32103210
transport=transport,
@@ -3349,7 +3349,7 @@ def test_list_operations(transport: str = "grpc"):
33493349

33503350

33513351
@pytest.mark.asyncio
3352-
async def test_list_operations(transport: str = "grpc"):
3352+
async def test_list_operations_async(transport: str = "grpc"):
33533353
client = SecuritySettingsServiceAsyncClient(
33543354
credentials=ga_credentials.AnonymousCredentials(),
33553355
transport=transport,
@@ -3494,7 +3494,7 @@ def test_list_locations(transport: str = "grpc"):
34943494

34953495

34963496
@pytest.mark.asyncio
3497-
async def test_list_locations(transport: str = "grpc"):
3497+
async def test_list_locations_async(transport: str = "grpc"):
34983498
client = SecuritySettingsServiceAsyncClient(
34993499
credentials=ga_credentials.AnonymousCredentials(),
35003500
transport=transport,

0 commit comments

Comments
 (0)