@@ -1477,6 +1477,7 @@ def test_create_transfer_job(request_type, transport: str = "grpc"):
14771477 name = "name_value" ,
14781478 description = "description_value" ,
14791479 project_id = "project_id_value" ,
1480+ service_account = "service_account_value" ,
14801481 status = transfer_types .TransferJob .Status .ENABLED ,
14811482 latest_operation_name = "latest_operation_name_value" ,
14821483 )
@@ -1493,6 +1494,7 @@ def test_create_transfer_job(request_type, transport: str = "grpc"):
14931494 assert response .name == "name_value"
14941495 assert response .description == "description_value"
14951496 assert response .project_id == "project_id_value"
1497+ assert response .service_account == "service_account_value"
14961498 assert response .status == transfer_types .TransferJob .Status .ENABLED
14971499 assert response .latest_operation_name == "latest_operation_name_value"
14981500
@@ -1627,6 +1629,7 @@ async def test_create_transfer_job_async(
16271629 name = "name_value" ,
16281630 description = "description_value" ,
16291631 project_id = "project_id_value" ,
1632+ service_account = "service_account_value" ,
16301633 status = transfer_types .TransferJob .Status .ENABLED ,
16311634 latest_operation_name = "latest_operation_name_value" ,
16321635 )
@@ -1644,6 +1647,7 @@ async def test_create_transfer_job_async(
16441647 assert response .name == "name_value"
16451648 assert response .description == "description_value"
16461649 assert response .project_id == "project_id_value"
1650+ assert response .service_account == "service_account_value"
16471651 assert response .status == transfer_types .TransferJob .Status .ENABLED
16481652 assert response .latest_operation_name == "latest_operation_name_value"
16491653
@@ -1679,6 +1683,7 @@ def test_update_transfer_job(request_type, transport: str = "grpc"):
16791683 name = "name_value" ,
16801684 description = "description_value" ,
16811685 project_id = "project_id_value" ,
1686+ service_account = "service_account_value" ,
16821687 status = transfer_types .TransferJob .Status .ENABLED ,
16831688 latest_operation_name = "latest_operation_name_value" ,
16841689 )
@@ -1695,6 +1700,7 @@ def test_update_transfer_job(request_type, transport: str = "grpc"):
16951700 assert response .name == "name_value"
16961701 assert response .description == "description_value"
16971702 assert response .project_id == "project_id_value"
1703+ assert response .service_account == "service_account_value"
16981704 assert response .status == transfer_types .TransferJob .Status .ENABLED
16991705 assert response .latest_operation_name == "latest_operation_name_value"
17001706
@@ -1835,6 +1841,7 @@ async def test_update_transfer_job_async(
18351841 name = "name_value" ,
18361842 description = "description_value" ,
18371843 project_id = "project_id_value" ,
1844+ service_account = "service_account_value" ,
18381845 status = transfer_types .TransferJob .Status .ENABLED ,
18391846 latest_operation_name = "latest_operation_name_value" ,
18401847 )
@@ -1852,6 +1859,7 @@ async def test_update_transfer_job_async(
18521859 assert response .name == "name_value"
18531860 assert response .description == "description_value"
18541861 assert response .project_id == "project_id_value"
1862+ assert response .service_account == "service_account_value"
18551863 assert response .status == transfer_types .TransferJob .Status .ENABLED
18561864 assert response .latest_operation_name == "latest_operation_name_value"
18571865
@@ -1950,6 +1958,7 @@ def test_get_transfer_job(request_type, transport: str = "grpc"):
19501958 name = "name_value" ,
19511959 description = "description_value" ,
19521960 project_id = "project_id_value" ,
1961+ service_account = "service_account_value" ,
19531962 status = transfer_types .TransferJob .Status .ENABLED ,
19541963 latest_operation_name = "latest_operation_name_value" ,
19551964 )
@@ -1966,6 +1975,7 @@ def test_get_transfer_job(request_type, transport: str = "grpc"):
19661975 assert response .name == "name_value"
19671976 assert response .description == "description_value"
19681977 assert response .project_id == "project_id_value"
1978+ assert response .service_account == "service_account_value"
19691979 assert response .status == transfer_types .TransferJob .Status .ENABLED
19701980 assert response .latest_operation_name == "latest_operation_name_value"
19711981
@@ -2100,6 +2110,7 @@ async def test_get_transfer_job_async(
21002110 name = "name_value" ,
21012111 description = "description_value" ,
21022112 project_id = "project_id_value" ,
2113+ service_account = "service_account_value" ,
21032114 status = transfer_types .TransferJob .Status .ENABLED ,
21042115 latest_operation_name = "latest_operation_name_value" ,
21052116 )
@@ -2117,6 +2128,7 @@ async def test_get_transfer_job_async(
21172128 assert response .name == "name_value"
21182129 assert response .description == "description_value"
21192130 assert response .project_id == "project_id_value"
2131+ assert response .service_account == "service_account_value"
21202132 assert response .status == transfer_types .TransferJob .Status .ENABLED
21212133 assert response .latest_operation_name == "latest_operation_name_value"
21222134
@@ -8207,6 +8219,7 @@ async def test_create_transfer_job_empty_call_grpc_asyncio():
82078219 name = "name_value" ,
82088220 description = "description_value" ,
82098221 project_id = "project_id_value" ,
8222+ service_account = "service_account_value" ,
82108223 status = transfer_types .TransferJob .Status .ENABLED ,
82118224 latest_operation_name = "latest_operation_name_value" ,
82128225 )
@@ -8240,6 +8253,7 @@ async def test_update_transfer_job_empty_call_grpc_asyncio():
82408253 name = "name_value" ,
82418254 description = "description_value" ,
82428255 project_id = "project_id_value" ,
8256+ service_account = "service_account_value" ,
82438257 status = transfer_types .TransferJob .Status .ENABLED ,
82448258 latest_operation_name = "latest_operation_name_value" ,
82458259 )
@@ -8271,6 +8285,7 @@ async def test_get_transfer_job_empty_call_grpc_asyncio():
82718285 name = "name_value" ,
82728286 description = "description_value" ,
82738287 project_id = "project_id_value" ,
8288+ service_account = "service_account_value" ,
82748289 status = transfer_types .TransferJob .Status .ENABLED ,
82758290 latest_operation_name = "latest_operation_name_value" ,
82768291 )
@@ -8744,6 +8759,7 @@ def test_create_transfer_job_rest_call_success(request_type):
87448759 "name" : "name_value" ,
87458760 "description" : "description_value" ,
87468761 "project_id" : "project_id_value" ,
8762+ "service_account" : "service_account_value" ,
87478763 "transfer_spec" : {
87488764 "gcs_data_sink" : {
87498765 "bucket_name" : "bucket_name_value" ,
@@ -8772,6 +8788,10 @@ def test_create_transfer_job_rest_call_success(request_type):
87728788 "container" : "container_value" ,
87738789 "path" : "path_value" ,
87748790 "credentials_secret" : "credentials_secret_value" ,
8791+ "federated_identity_config" : {
8792+ "client_id" : "client_id_value" ,
8793+ "tenant_id" : "tenant_id_value" ,
8794+ },
87758795 },
87768796 "aws_s3_compatible_data_source" : {
87778797 "bucket_name" : "bucket_name_value" ,
@@ -8940,6 +8960,7 @@ def get_message_fields(field):
89408960 name = "name_value" ,
89418961 description = "description_value" ,
89428962 project_id = "project_id_value" ,
8963+ service_account = "service_account_value" ,
89438964 status = transfer_types .TransferJob .Status .ENABLED ,
89448965 latest_operation_name = "latest_operation_name_value" ,
89458966 )
@@ -8961,6 +8982,7 @@ def get_message_fields(field):
89618982 assert response .name == "name_value"
89628983 assert response .description == "description_value"
89638984 assert response .project_id == "project_id_value"
8985+ assert response .service_account == "service_account_value"
89648986 assert response .status == transfer_types .TransferJob .Status .ENABLED
89658987 assert response .latest_operation_name == "latest_operation_name_value"
89668988
@@ -9076,6 +9098,7 @@ def test_update_transfer_job_rest_call_success(request_type):
90769098 name = "name_value" ,
90779099 description = "description_value" ,
90789100 project_id = "project_id_value" ,
9101+ service_account = "service_account_value" ,
90799102 status = transfer_types .TransferJob .Status .ENABLED ,
90809103 latest_operation_name = "latest_operation_name_value" ,
90819104 )
@@ -9097,6 +9120,7 @@ def test_update_transfer_job_rest_call_success(request_type):
90979120 assert response .name == "name_value"
90989121 assert response .description == "description_value"
90999122 assert response .project_id == "project_id_value"
9123+ assert response .service_account == "service_account_value"
91009124 assert response .status == transfer_types .TransferJob .Status .ENABLED
91019125 assert response .latest_operation_name == "latest_operation_name_value"
91029126
@@ -9210,6 +9234,7 @@ def test_get_transfer_job_rest_call_success(request_type):
92109234 name = "name_value" ,
92119235 description = "description_value" ,
92129236 project_id = "project_id_value" ,
9237+ service_account = "service_account_value" ,
92139238 status = transfer_types .TransferJob .Status .ENABLED ,
92149239 latest_operation_name = "latest_operation_name_value" ,
92159240 )
@@ -9231,6 +9256,7 @@ def test_get_transfer_job_rest_call_success(request_type):
92319256 assert response .name == "name_value"
92329257 assert response .description == "description_value"
92339258 assert response .project_id == "project_id_value"
9259+ assert response .service_account == "service_account_value"
92349260 assert response .status == transfer_types .TransferJob .Status .ENABLED
92359261 assert response .latest_operation_name == "latest_operation_name_value"
92369262
0 commit comments