Skip to content

Commit 8175cb6

Browse files
chore: use gapic-generator-python 1.2.0 (#86)
* 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 c1f5a04 commit 8175cb6

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

packages/google-cloud-dataplex/tests/unit/gapic/dataplex_v1/test_content_service.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ def test_delete_operation(transport: str = "grpc"):
33983398

33993399

34003400
@pytest.mark.asyncio
3401-
async def test_delete_operation(transport: str = "grpc"):
3401+
async def test_delete_operation_async(transport: str = "grpc"):
34023402
client = ContentServiceAsyncClient(
34033403
credentials=ga_credentials.AnonymousCredentials(),
34043404
transport=transport,
@@ -3537,7 +3537,7 @@ def test_cancel_operation(transport: str = "grpc"):
35373537

35383538

35393539
@pytest.mark.asyncio
3540-
async def test_cancel_operation(transport: str = "grpc"):
3540+
async def test_cancel_operation_async(transport: str = "grpc"):
35413541
client = ContentServiceAsyncClient(
35423542
credentials=ga_credentials.AnonymousCredentials(),
35433543
transport=transport,
@@ -3676,7 +3676,7 @@ def test_get_operation(transport: str = "grpc"):
36763676

36773677

36783678
@pytest.mark.asyncio
3679-
async def test_get_operation(transport: str = "grpc"):
3679+
async def test_get_operation_async(transport: str = "grpc"):
36803680
client = ContentServiceAsyncClient(
36813681
credentials=ga_credentials.AnonymousCredentials(),
36823682
transport=transport,
@@ -3821,7 +3821,7 @@ def test_list_operations(transport: str = "grpc"):
38213821

38223822

38233823
@pytest.mark.asyncio
3824-
async def test_list_operations(transport: str = "grpc"):
3824+
async def test_list_operations_async(transport: str = "grpc"):
38253825
client = ContentServiceAsyncClient(
38263826
credentials=ga_credentials.AnonymousCredentials(),
38273827
transport=transport,
@@ -3966,7 +3966,7 @@ def test_list_locations(transport: str = "grpc"):
39663966

39673967

39683968
@pytest.mark.asyncio
3969-
async def test_list_locations(transport: str = "grpc"):
3969+
async def test_list_locations_async(transport: str = "grpc"):
39703970
client = ContentServiceAsyncClient(
39713971
credentials=ga_credentials.AnonymousCredentials(),
39723972
transport=transport,

packages/google-cloud-dataplex/tests/unit/gapic/dataplex_v1/test_dataplex_service.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11263,7 +11263,7 @@ def test_delete_operation(transport: str = "grpc"):
1126311263

1126411264

1126511265
@pytest.mark.asyncio
11266-
async def test_delete_operation(transport: str = "grpc"):
11266+
async def test_delete_operation_async(transport: str = "grpc"):
1126711267
client = DataplexServiceAsyncClient(
1126811268
credentials=ga_credentials.AnonymousCredentials(),
1126911269
transport=transport,
@@ -11402,7 +11402,7 @@ def test_cancel_operation(transport: str = "grpc"):
1140211402

1140311403

1140411404
@pytest.mark.asyncio
11405-
async def test_cancel_operation(transport: str = "grpc"):
11405+
async def test_cancel_operation_async(transport: str = "grpc"):
1140611406
client = DataplexServiceAsyncClient(
1140711407
credentials=ga_credentials.AnonymousCredentials(),
1140811408
transport=transport,
@@ -11541,7 +11541,7 @@ def test_get_operation(transport: str = "grpc"):
1154111541

1154211542

1154311543
@pytest.mark.asyncio
11544-
async def test_get_operation(transport: str = "grpc"):
11544+
async def test_get_operation_async(transport: str = "grpc"):
1154511545
client = DataplexServiceAsyncClient(
1154611546
credentials=ga_credentials.AnonymousCredentials(),
1154711547
transport=transport,
@@ -11686,7 +11686,7 @@ def test_list_operations(transport: str = "grpc"):
1168611686

1168711687

1168811688
@pytest.mark.asyncio
11689-
async def test_list_operations(transport: str = "grpc"):
11689+
async def test_list_operations_async(transport: str = "grpc"):
1169011690
client = DataplexServiceAsyncClient(
1169111691
credentials=ga_credentials.AnonymousCredentials(),
1169211692
transport=transport,
@@ -11831,7 +11831,7 @@ def test_list_locations(transport: str = "grpc"):
1183111831

1183211832

1183311833
@pytest.mark.asyncio
11834-
async def test_list_locations(transport: str = "grpc"):
11834+
async def test_list_locations_async(transport: str = "grpc"):
1183511835
client = DataplexServiceAsyncClient(
1183611836
credentials=ga_credentials.AnonymousCredentials(),
1183711837
transport=transport,

packages/google-cloud-dataplex/tests/unit/gapic/dataplex_v1/test_metadata_service.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3965,7 +3965,7 @@ def test_delete_operation(transport: str = "grpc"):
39653965

39663966

39673967
@pytest.mark.asyncio
3968-
async def test_delete_operation(transport: str = "grpc"):
3968+
async def test_delete_operation_async(transport: str = "grpc"):
39693969
client = MetadataServiceAsyncClient(
39703970
credentials=ga_credentials.AnonymousCredentials(),
39713971
transport=transport,
@@ -4104,7 +4104,7 @@ def test_cancel_operation(transport: str = "grpc"):
41044104

41054105

41064106
@pytest.mark.asyncio
4107-
async def test_cancel_operation(transport: str = "grpc"):
4107+
async def test_cancel_operation_async(transport: str = "grpc"):
41084108
client = MetadataServiceAsyncClient(
41094109
credentials=ga_credentials.AnonymousCredentials(),
41104110
transport=transport,
@@ -4243,7 +4243,7 @@ def test_get_operation(transport: str = "grpc"):
42434243

42444244

42454245
@pytest.mark.asyncio
4246-
async def test_get_operation(transport: str = "grpc"):
4246+
async def test_get_operation_async(transport: str = "grpc"):
42474247
client = MetadataServiceAsyncClient(
42484248
credentials=ga_credentials.AnonymousCredentials(),
42494249
transport=transport,
@@ -4388,7 +4388,7 @@ def test_list_operations(transport: str = "grpc"):
43884388

43894389

43904390
@pytest.mark.asyncio
4391-
async def test_list_operations(transport: str = "grpc"):
4391+
async def test_list_operations_async(transport: str = "grpc"):
43924392
client = MetadataServiceAsyncClient(
43934393
credentials=ga_credentials.AnonymousCredentials(),
43944394
transport=transport,
@@ -4533,7 +4533,7 @@ def test_list_locations(transport: str = "grpc"):
45334533

45344534

45354535
@pytest.mark.asyncio
4536-
async def test_list_locations(transport: str = "grpc"):
4536+
async def test_list_locations_async(transport: str = "grpc"):
45374537
client = MetadataServiceAsyncClient(
45384538
credentials=ga_credentials.AnonymousCredentials(),
45394539
transport=transport,

0 commit comments

Comments
 (0)