pulumi-gcp 7.29.0__py3-none-any.whl → 7.29.0a1719036462__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/_utilities.py +0 -35
  3. pulumi_gcp/activedirectory/domain.py +14 -14
  4. pulumi_gcp/activedirectory/domain_trust.py +14 -14
  5. pulumi_gcp/alloydb/backup.py +8 -8
  6. pulumi_gcp/alloydb/cluster.py +17 -11
  7. pulumi_gcp/alloydb/instance.py +8 -8
  8. pulumi_gcp/alloydb/user.py +8 -8
  9. pulumi_gcp/apigee/addons_config.py +4 -4
  10. pulumi_gcp/apigee/endpoint_attachment.py +2 -2
  11. pulumi_gcp/apigee/env_group.py +2 -2
  12. pulumi_gcp/apigee/environment.py +2 -2
  13. pulumi_gcp/apigee/instance.py +8 -8
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
  15. pulumi_gcp/apigee/nat_address.py +2 -2
  16. pulumi_gcp/apigee/organization.py +6 -6
  17. pulumi_gcp/apigee/sync_authorization.py +4 -4
  18. pulumi_gcp/apigee/target_server.py +10 -10
  19. pulumi_gcp/apphub/service.py +20 -20
  20. pulumi_gcp/apphub/service_project_attachment.py +8 -8
  21. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  22. pulumi_gcp/applicationintegration/client.py +18 -6
  23. pulumi_gcp/artifactregistry/__init__.py +0 -1
  24. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  25. pulumi_gcp/artifactregistry/outputs.py +6 -6
  26. pulumi_gcp/artifactregistry/repository.py +10 -10
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/bigquery/_inputs.py +6 -2
  29. pulumi_gcp/bigquery/data_transfer_config.py +4 -4
  30. pulumi_gcp/bigquery/dataset.py +0 -75
  31. pulumi_gcp/bigquery/get_dataset.py +1 -11
  32. pulumi_gcp/bigquery/job.py +6 -6
  33. pulumi_gcp/bigquery/outputs.py +6 -2
  34. pulumi_gcp/bigtable/_inputs.py +3 -1
  35. pulumi_gcp/bigtable/instance.py +9 -3
  36. pulumi_gcp/bigtable/outputs.py +3 -1
  37. pulumi_gcp/billing/_inputs.py +0 -22
  38. pulumi_gcp/billing/budget.py +0 -50
  39. pulumi_gcp/billing/outputs.py +0 -20
  40. pulumi_gcp/certificateauthority/authority.py +2 -2
  41. pulumi_gcp/certificateauthority/certificate.py +4 -4
  42. pulumi_gcp/certificatemanager/_inputs.py +6 -2
  43. pulumi_gcp/certificatemanager/certificate.py +4 -4
  44. pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
  45. pulumi_gcp/certificatemanager/outputs.py +6 -2
  46. pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
  47. pulumi_gcp/cloudbuild/trigger.py +2 -2
  48. pulumi_gcp/cloudbuild/worker_pool.py +6 -6
  49. pulumi_gcp/cloudbuildv2/connection.py +2 -2
  50. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  51. pulumi_gcp/cloudfunctionsv2/function.py +28 -28
  52. pulumi_gcp/cloudids/endpoint.py +2 -2
  53. pulumi_gcp/cloudrun/_inputs.py +9 -3
  54. pulumi_gcp/cloudrun/outputs.py +9 -3
  55. pulumi_gcp/cloudrunv2/get_job.py +1 -21
  56. pulumi_gcp/cloudrunv2/job.py +19 -163
  57. pulumi_gcp/cloudrunv2/service.py +8 -8
  58. pulumi_gcp/compute/_inputs.py +0 -83
  59. pulumi_gcp/compute/disk.py +9 -3
  60. pulumi_gcp/compute/firewall.py +9 -3
  61. pulumi_gcp/compute/forwarding_rule.py +22 -22
  62. pulumi_gcp/compute/outputs.py +1 -166
  63. pulumi_gcp/compute/packet_mirroring.py +2 -2
  64. pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
  65. pulumi_gcp/compute/region_disk.py +9 -3
  66. pulumi_gcp/compute/region_security_policy_rule.py +2 -2
  67. pulumi_gcp/compute/route.py +2 -2
  68. pulumi_gcp/compute/subnetwork.py +6 -2
  69. pulumi_gcp/compute/target_instance.py +2 -2
  70. pulumi_gcp/compute/vpn_gateway.py +2 -2
  71. pulumi_gcp/compute/vpn_tunnel.py +2 -2
  72. pulumi_gcp/container/_inputs.py +6 -2
  73. pulumi_gcp/container/outputs.py +6 -2
  74. pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
  75. pulumi_gcp/datacatalog/policy_tag.py +2 -2
  76. pulumi_gcp/datafusion/instance.py +8 -4
  77. pulumi_gcp/dataplex/asset.py +2 -2
  78. pulumi_gcp/dataplex/datascan.py +2 -2
  79. pulumi_gcp/dataproc/_inputs.py +0 -100
  80. pulumi_gcp/dataproc/metastore_service.py +0 -172
  81. pulumi_gcp/dataproc/outputs.py +1 -192
  82. pulumi_gcp/dataproc/workflow_template.py +9 -3
  83. pulumi_gcp/datastore/data_store_index.py +2 -2
  84. pulumi_gcp/datastream/stream.py +6 -6
  85. pulumi_gcp/diagflow/entity_type.py +2 -2
  86. pulumi_gcp/diagflow/fulfillment.py +2 -2
  87. pulumi_gcp/diagflow/intent.py +4 -4
  88. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  89. pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
  90. pulumi_gcp/eventarc/channel.py +2 -2
  91. pulumi_gcp/eventarc/google_channel_config.py +2 -2
  92. pulumi_gcp/filestore/instance.py +9 -3
  93. pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
  94. pulumi_gcp/firebase/app_check_debug_token.py +4 -4
  95. pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
  96. pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
  97. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
  98. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
  99. pulumi_gcp/firebase/app_check_service_config.py +6 -6
  100. pulumi_gcp/firebase/database_instance.py +2 -2
  101. pulumi_gcp/firestore/database.py +4 -4
  102. pulumi_gcp/firestore/document.py +12 -12
  103. pulumi_gcp/folder/access_approval_settings.py +2 -2
  104. pulumi_gcp/gkehub/_inputs.py +8 -4
  105. pulumi_gcp/gkehub/membership.py +9 -3
  106. pulumi_gcp/gkehub/membership_binding.py +4 -4
  107. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  108. pulumi_gcp/gkehub/namespace.py +2 -2
  109. pulumi_gcp/gkehub/outputs.py +8 -4
  110. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  111. pulumi_gcp/healthcare/fhir_store.py +9 -3
  112. pulumi_gcp/healthcare/hl7_store.py +9 -3
  113. pulumi_gcp/integrationconnectors/connection.py +2 -2
  114. pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
  115. pulumi_gcp/kms/_inputs.py +3 -1
  116. pulumi_gcp/kms/autokey_config.py +16 -16
  117. pulumi_gcp/kms/key_handle.py +22 -22
  118. pulumi_gcp/kms/outputs.py +3 -1
  119. pulumi_gcp/logging/folder_settings.py +2 -2
  120. pulumi_gcp/logging/linked_dataset.py +2 -2
  121. pulumi_gcp/logging/organization_settings.py +2 -2
  122. pulumi_gcp/logging/project_bucket_config.py +2 -2
  123. pulumi_gcp/looker/instance.py +2 -2
  124. pulumi_gcp/netapp/volume_replication.py +2 -2
  125. pulumi_gcp/netapp/volume_snapshot.py +2 -2
  126. pulumi_gcp/networkconnectivity/internal_range.py +2 -2
  127. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  128. pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
  129. pulumi_gcp/networkservices/gateway.py +6 -6
  130. pulumi_gcp/organizations/access_approval_settings.py +2 -2
  131. pulumi_gcp/parallelstore/instance.py +2 -2
  132. pulumi_gcp/projects/access_approval_settings.py +11 -5
  133. pulumi_gcp/pubsub/_inputs.py +0 -40
  134. pulumi_gcp/pubsub/outputs.py +0 -66
  135. pulumi_gcp/pubsub/schema.py +2 -2
  136. pulumi_gcp/pubsub/subscription.py +8 -174
  137. pulumi_gcp/pubsub/topic.py +2 -2
  138. pulumi_gcp/pulumi-plugin.json +1 -1
  139. pulumi_gcp/redis/cluster.py +4 -4
  140. pulumi_gcp/redis/get_instance.py +1 -11
  141. pulumi_gcp/redis/instance.py +2 -49
  142. pulumi_gcp/secretmanager/secret.py +2 -2
  143. pulumi_gcp/securesourcemanager/instance.py +6 -6
  144. pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
  145. pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
  146. pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
  147. pulumi_gcp/servicenetworking/__init__.py +0 -1
  148. pulumi_gcp/sql/_inputs.py +3 -1
  149. pulumi_gcp/sql/database_instance.py +2 -2
  150. pulumi_gcp/sql/outputs.py +3 -1
  151. pulumi_gcp/sql/user.py +7 -21
  152. pulumi_gcp/storage/get_project_service_account.py +2 -2
  153. pulumi_gcp/storage/insights_report_config.py +2 -2
  154. pulumi_gcp/storage/notification.py +2 -2
  155. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  156. pulumi_gcp/storage/transfer_job.py +4 -4
  157. pulumi_gcp/tpu/v2_vm.py +4 -4
  158. pulumi_gcp/vertex/_inputs.py +3 -1
  159. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  160. pulumi_gcp/vertex/ai_feature_online_store.py +9 -3
  161. pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
  162. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  163. pulumi_gcp/vertex/outputs.py +3 -1
  164. pulumi_gcp/vmwareengine/external_address.py +2 -2
  165. pulumi_gcp/vmwareengine/network.py +4 -4
  166. pulumi_gcp/vpcaccess/connector.py +8 -2
  167. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/METADATA +1 -1
  168. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/RECORD +170 -172
  169. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/WHEEL +1 -1
  170. pulumi_gcp/artifactregistry/get_docker_image.py +0 -244
  171. pulumi_gcp/servicenetworking/vpc_service_controls.py +0 -511
  172. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/top_level.txt +0 -0
@@ -684,17 +684,17 @@ class Function(pulumi.CustomResource):
684
684
  project="my-project-name",
685
685
  role="roles/run.invoker",
686
686
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
687
- opts = pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
687
+ opts=pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
688
688
  event_receiving = gcp.projects.IAMMember("event-receiving",
689
689
  project="my-project-name",
690
690
  role="roles/eventarc.eventReceiver",
691
691
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
692
- opts = pulumi.ResourceOptions(depends_on=[invoking]))
692
+ opts=pulumi.ResourceOptions(depends_on=[invoking]))
693
693
  artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
694
694
  project="my-project-name",
695
695
  role="roles/artifactregistry.reader",
696
696
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
697
- opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
697
+ opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
698
698
  function = gcp.cloudfunctionsv2.Function("function",
699
699
  name="gcf-function",
700
700
  location="us-central1",
@@ -733,7 +733,7 @@ class Function(pulumi.CustomResource):
733
733
  value=trigger_bucket.name,
734
734
  )],
735
735
  ),
736
- opts = pulumi.ResourceOptions(depends_on=[
736
+ opts=pulumi.ResourceOptions(depends_on=[
737
737
  event_receiving,
738
738
  artifactregistry_reader,
739
739
  ]))
@@ -775,12 +775,12 @@ class Function(pulumi.CustomResource):
775
775
  project="my-project-name",
776
776
  role="roles/eventarc.eventReceiver",
777
777
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
778
- opts = pulumi.ResourceOptions(depends_on=[invoking]))
778
+ opts=pulumi.ResourceOptions(depends_on=[invoking]))
779
779
  artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
780
780
  project="my-project-name",
781
781
  role="roles/artifactregistry.reader",
782
782
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
783
- opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
783
+ opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
784
784
  function = gcp.cloudfunctionsv2.Function("function",
785
785
  name="gcf-function",
786
786
  location="us-central1",
@@ -831,7 +831,7 @@ class Function(pulumi.CustomResource):
831
831
  ),
832
832
  ],
833
833
  ),
834
- opts = pulumi.ResourceOptions(depends_on=[
834
+ opts=pulumi.ResourceOptions(depends_on=[
835
835
  event_receiving,
836
836
  artifactregistry_reader,
837
837
  ]))
@@ -869,7 +869,7 @@ class Function(pulumi.CustomResource):
869
869
  source=pulumi.FileAsset("function-source.zip"))
870
870
  # builder permissions need to stablize before it can pull the source zip
871
871
  wait60s = time.index.Sleep("wait_60s", create_duration=60s,
872
- opts = pulumi.ResourceOptions(depends_on=[
872
+ opts=pulumi.ResourceOptions(depends_on=[
873
873
  log_writer,
874
874
  artifact_registry_writer,
875
875
  storage_object_admin,
@@ -894,7 +894,7 @@ class Function(pulumi.CustomResource):
894
894
  available_memory="256M",
895
895
  timeout_seconds=60,
896
896
  ),
897
- opts = pulumi.ResourceOptions(depends_on=[wait60s]))
897
+ opts=pulumi.ResourceOptions(depends_on=[wait60s]))
898
898
  ```
899
899
  ### Cloudfunctions2 Secret Env
900
900
 
@@ -949,7 +949,7 @@ class Function(pulumi.CustomResource):
949
949
  version="latest",
950
950
  )],
951
951
  ),
952
- opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
952
+ opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
953
953
  ```
954
954
  ### Cloudfunctions2 Secret Volume
955
955
 
@@ -1003,7 +1003,7 @@ class Function(pulumi.CustomResource):
1003
1003
  secret=secret.secret_id,
1004
1004
  )],
1005
1005
  ),
1006
- opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
1006
+ opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
1007
1007
  ```
1008
1008
  ### Cloudfunctions2 Private Workerpool
1009
1009
 
@@ -1082,13 +1082,13 @@ class Function(pulumi.CustomResource):
1082
1082
  f"serviceAccount:service-{project_get_project.number}@serverless-robot-prod.iam.gserviceaccount.com",
1083
1083
  ea_sa.email.apply(lambda email: f"serviceAccount:{email}"),
1084
1084
  ],
1085
- opts = pulumi.ResourceOptions(depends_on=[ea_sa]))
1085
+ opts=pulumi.ResourceOptions(depends_on=[ea_sa]))
1086
1086
  encoded_ar_repo = gcp.artifactregistry.Repository("encoded-ar-repo",
1087
1087
  location="us-central1",
1088
1088
  repository_id="cmek-repo",
1089
1089
  format="DOCKER",
1090
1090
  kms_key_name="cmek-key",
1091
- opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1091
+ opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1092
1092
  binding = gcp.artifactregistry.RepositoryIamBinding("binding",
1093
1093
  location=encoded_ar_repo.location,
1094
1094
  repository=encoded_ar_repo.name,
@@ -1115,7 +1115,7 @@ class Function(pulumi.CustomResource):
1115
1115
  available_memory="256M",
1116
1116
  timeout_seconds=60,
1117
1117
  ),
1118
- opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1118
+ opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1119
1119
  ```
1120
1120
 
1121
1121
  ## Import
@@ -1373,17 +1373,17 @@ class Function(pulumi.CustomResource):
1373
1373
  project="my-project-name",
1374
1374
  role="roles/run.invoker",
1375
1375
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
1376
- opts = pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
1376
+ opts=pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
1377
1377
  event_receiving = gcp.projects.IAMMember("event-receiving",
1378
1378
  project="my-project-name",
1379
1379
  role="roles/eventarc.eventReceiver",
1380
1380
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
1381
- opts = pulumi.ResourceOptions(depends_on=[invoking]))
1381
+ opts=pulumi.ResourceOptions(depends_on=[invoking]))
1382
1382
  artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
1383
1383
  project="my-project-name",
1384
1384
  role="roles/artifactregistry.reader",
1385
1385
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
1386
- opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
1386
+ opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
1387
1387
  function = gcp.cloudfunctionsv2.Function("function",
1388
1388
  name="gcf-function",
1389
1389
  location="us-central1",
@@ -1422,7 +1422,7 @@ class Function(pulumi.CustomResource):
1422
1422
  value=trigger_bucket.name,
1423
1423
  )],
1424
1424
  ),
1425
- opts = pulumi.ResourceOptions(depends_on=[
1425
+ opts=pulumi.ResourceOptions(depends_on=[
1426
1426
  event_receiving,
1427
1427
  artifactregistry_reader,
1428
1428
  ]))
@@ -1464,12 +1464,12 @@ class Function(pulumi.CustomResource):
1464
1464
  project="my-project-name",
1465
1465
  role="roles/eventarc.eventReceiver",
1466
1466
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
1467
- opts = pulumi.ResourceOptions(depends_on=[invoking]))
1467
+ opts=pulumi.ResourceOptions(depends_on=[invoking]))
1468
1468
  artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
1469
1469
  project="my-project-name",
1470
1470
  role="roles/artifactregistry.reader",
1471
1471
  member=account.email.apply(lambda email: f"serviceAccount:{email}"),
1472
- opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
1472
+ opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
1473
1473
  function = gcp.cloudfunctionsv2.Function("function",
1474
1474
  name="gcf-function",
1475
1475
  location="us-central1",
@@ -1520,7 +1520,7 @@ class Function(pulumi.CustomResource):
1520
1520
  ),
1521
1521
  ],
1522
1522
  ),
1523
- opts = pulumi.ResourceOptions(depends_on=[
1523
+ opts=pulumi.ResourceOptions(depends_on=[
1524
1524
  event_receiving,
1525
1525
  artifactregistry_reader,
1526
1526
  ]))
@@ -1558,7 +1558,7 @@ class Function(pulumi.CustomResource):
1558
1558
  source=pulumi.FileAsset("function-source.zip"))
1559
1559
  # builder permissions need to stablize before it can pull the source zip
1560
1560
  wait60s = time.index.Sleep("wait_60s", create_duration=60s,
1561
- opts = pulumi.ResourceOptions(depends_on=[
1561
+ opts=pulumi.ResourceOptions(depends_on=[
1562
1562
  log_writer,
1563
1563
  artifact_registry_writer,
1564
1564
  storage_object_admin,
@@ -1583,7 +1583,7 @@ class Function(pulumi.CustomResource):
1583
1583
  available_memory="256M",
1584
1584
  timeout_seconds=60,
1585
1585
  ),
1586
- opts = pulumi.ResourceOptions(depends_on=[wait60s]))
1586
+ opts=pulumi.ResourceOptions(depends_on=[wait60s]))
1587
1587
  ```
1588
1588
  ### Cloudfunctions2 Secret Env
1589
1589
 
@@ -1638,7 +1638,7 @@ class Function(pulumi.CustomResource):
1638
1638
  version="latest",
1639
1639
  )],
1640
1640
  ),
1641
- opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
1641
+ opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
1642
1642
  ```
1643
1643
  ### Cloudfunctions2 Secret Volume
1644
1644
 
@@ -1692,7 +1692,7 @@ class Function(pulumi.CustomResource):
1692
1692
  secret=secret.secret_id,
1693
1693
  )],
1694
1694
  ),
1695
- opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
1695
+ opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
1696
1696
  ```
1697
1697
  ### Cloudfunctions2 Private Workerpool
1698
1698
 
@@ -1771,13 +1771,13 @@ class Function(pulumi.CustomResource):
1771
1771
  f"serviceAccount:service-{project_get_project.number}@serverless-robot-prod.iam.gserviceaccount.com",
1772
1772
  ea_sa.email.apply(lambda email: f"serviceAccount:{email}"),
1773
1773
  ],
1774
- opts = pulumi.ResourceOptions(depends_on=[ea_sa]))
1774
+ opts=pulumi.ResourceOptions(depends_on=[ea_sa]))
1775
1775
  encoded_ar_repo = gcp.artifactregistry.Repository("encoded-ar-repo",
1776
1776
  location="us-central1",
1777
1777
  repository_id="cmek-repo",
1778
1778
  format="DOCKER",
1779
1779
  kms_key_name="cmek-key",
1780
- opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1780
+ opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1781
1781
  binding = gcp.artifactregistry.RepositoryIamBinding("binding",
1782
1782
  location=encoded_ar_repo.location,
1783
1783
  repository=encoded_ar_repo.name,
@@ -1804,7 +1804,7 @@ class Function(pulumi.CustomResource):
1804
1804
  available_memory="256M",
1805
1805
  timeout_seconds=60,
1806
1806
  ),
1807
- opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1807
+ opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
1808
1808
  ```
1809
1809
 
1810
1810
  ## Import
@@ -376,7 +376,7 @@ class Endpoint(pulumi.CustomResource):
376
376
  location="us-central1-f",
377
377
  network=default.id,
378
378
  severity="INFORMATIONAL",
379
- opts = pulumi.ResourceOptions(depends_on=[private_service_connection]))
379
+ opts=pulumi.ResourceOptions(depends_on=[private_service_connection]))
380
380
  ```
381
381
 
382
382
  ## Import
@@ -455,7 +455,7 @@ class Endpoint(pulumi.CustomResource):
455
455
  location="us-central1-f",
456
456
  network=default.id,
457
457
  severity="INFORMATIONAL",
458
- opts = pulumi.ResourceOptions(depends_on=[private_service_connection]))
458
+ opts=pulumi.ResourceOptions(depends_on=[private_service_connection]))
459
459
  ```
460
460
 
461
461
  ## Import
@@ -1549,7 +1549,6 @@ class ServiceTemplateSpecArgs:
1549
1549
 
1550
1550
  @property
1551
1551
  @pulumi.getter(name="servingState")
1552
- @_utilities.deprecated("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1553
1552
  def serving_state(self) -> Optional[pulumi.Input[str]]:
1554
1553
  """
1555
1554
  (Output, Deprecated)
@@ -1560,6 +1559,9 @@ class ServiceTemplateSpecArgs:
1560
1559
 
1561
1560
  > **Warning:** `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
1562
1561
  """
1562
+ warnings.warn("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
1563
+ pulumi.log.warn("""serving_state is deprecated: `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1564
+
1563
1565
  return pulumi.get(self, "serving_state")
1564
1566
 
1565
1567
  @serving_state.setter
@@ -1718,7 +1720,6 @@ class ServiceTemplateSpecContainerArgs:
1718
1720
 
1719
1721
  @property
1720
1722
  @pulumi.getter(name="envFroms")
1721
- @_utilities.deprecated("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1722
1723
  def env_froms(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateSpecContainerEnvFromArgs']]]]:
1723
1724
  """
1724
1725
  (Optional, Deprecated)
@@ -1731,6 +1732,9 @@ class ServiceTemplateSpecContainerArgs:
1731
1732
 
1732
1733
  > **Warning:** `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
1733
1734
  """
1735
+ warnings.warn("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
1736
+ pulumi.log.warn("""env_froms is deprecated: `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1737
+
1734
1738
  return pulumi.get(self, "env_froms")
1735
1739
 
1736
1740
  @env_froms.setter
@@ -1833,7 +1837,6 @@ class ServiceTemplateSpecContainerArgs:
1833
1837
 
1834
1838
  @property
1835
1839
  @pulumi.getter(name="workingDir")
1836
- @_utilities.deprecated("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1837
1840
  def working_dir(self) -> Optional[pulumi.Input[str]]:
1838
1841
  """
1839
1842
  (Optional, Deprecated)
@@ -1843,6 +1846,9 @@ class ServiceTemplateSpecContainerArgs:
1843
1846
 
1844
1847
  > **Warning:** `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
1845
1848
  """
1849
+ warnings.warn("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
1850
+ pulumi.log.warn("""working_dir is deprecated: `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1851
+
1846
1852
  return pulumi.get(self, "working_dir")
1847
1853
 
1848
1854
  @working_dir.setter
@@ -1484,7 +1484,6 @@ class ServiceTemplateSpec(dict):
1484
1484
 
1485
1485
  @property
1486
1486
  @pulumi.getter(name="servingState")
1487
- @_utilities.deprecated("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1488
1487
  def serving_state(self) -> Optional[str]:
1489
1488
  """
1490
1489
  (Output, Deprecated)
@@ -1495,6 +1494,9 @@ class ServiceTemplateSpec(dict):
1495
1494
 
1496
1495
  > **Warning:** `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
1497
1496
  """
1497
+ warnings.warn("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
1498
+ pulumi.log.warn("""serving_state is deprecated: `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1499
+
1498
1500
  return pulumi.get(self, "serving_state")
1499
1501
 
1500
1502
  @property
@@ -1648,7 +1650,6 @@ class ServiceTemplateSpecContainer(dict):
1648
1650
 
1649
1651
  @property
1650
1652
  @pulumi.getter(name="envFroms")
1651
- @_utilities.deprecated("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1652
1653
  def env_froms(self) -> Optional[Sequence['outputs.ServiceTemplateSpecContainerEnvFrom']]:
1653
1654
  """
1654
1655
  (Optional, Deprecated)
@@ -1661,6 +1662,9 @@ class ServiceTemplateSpecContainer(dict):
1661
1662
 
1662
1663
  > **Warning:** `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
1663
1664
  """
1665
+ warnings.warn("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
1666
+ pulumi.log.warn("""env_froms is deprecated: `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1667
+
1664
1668
  return pulumi.get(self, "env_froms")
1665
1669
 
1666
1670
  @property
@@ -1731,7 +1735,6 @@ class ServiceTemplateSpecContainer(dict):
1731
1735
 
1732
1736
  @property
1733
1737
  @pulumi.getter(name="workingDir")
1734
- @_utilities.deprecated("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1735
1738
  def working_dir(self) -> Optional[str]:
1736
1739
  """
1737
1740
  (Optional, Deprecated)
@@ -1741,6 +1744,9 @@ class ServiceTemplateSpecContainer(dict):
1741
1744
 
1742
1745
  > **Warning:** `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
1743
1746
  """
1747
+ warnings.warn("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
1748
+ pulumi.log.warn("""working_dir is deprecated: `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
1749
+
1744
1750
  return pulumi.get(self, "working_dir")
1745
1751
 
1746
1752
 
@@ -22,7 +22,7 @@ class GetJobResult:
22
22
  """
23
23
  A collection of values returned by getJob.
24
24
  """
25
- def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, delete_time=None, effective_annotations=None, effective_labels=None, etag=None, execution_count=None, expire_time=None, generation=None, id=None, labels=None, last_modifier=None, latest_created_executions=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, run_execution_token=None, start_execution_token=None, templates=None, terminal_conditions=None, uid=None, update_time=None):
25
+ def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, delete_time=None, effective_annotations=None, effective_labels=None, etag=None, execution_count=None, expire_time=None, generation=None, id=None, labels=None, last_modifier=None, latest_created_executions=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, templates=None, terminal_conditions=None, uid=None, update_time=None):
26
26
  if annotations and not isinstance(annotations, dict):
27
27
  raise TypeError("Expected argument 'annotations' to be a dict")
28
28
  pulumi.set(__self__, "annotations", annotations)
@@ -98,12 +98,6 @@ class GetJobResult:
98
98
  if reconciling and not isinstance(reconciling, bool):
99
99
  raise TypeError("Expected argument 'reconciling' to be a bool")
100
100
  pulumi.set(__self__, "reconciling", reconciling)
101
- if run_execution_token and not isinstance(run_execution_token, str):
102
- raise TypeError("Expected argument 'run_execution_token' to be a str")
103
- pulumi.set(__self__, "run_execution_token", run_execution_token)
104
- if start_execution_token and not isinstance(start_execution_token, str):
105
- raise TypeError("Expected argument 'start_execution_token' to be a str")
106
- pulumi.set(__self__, "start_execution_token", start_execution_token)
107
101
  if templates and not isinstance(templates, list):
108
102
  raise TypeError("Expected argument 'templates' to be a list")
109
103
  pulumi.set(__self__, "templates", templates)
@@ -245,16 +239,6 @@ class GetJobResult:
245
239
  def reconciling(self) -> bool:
246
240
  return pulumi.get(self, "reconciling")
247
241
 
248
- @property
249
- @pulumi.getter(name="runExecutionToken")
250
- def run_execution_token(self) -> str:
251
- return pulumi.get(self, "run_execution_token")
252
-
253
- @property
254
- @pulumi.getter(name="startExecutionToken")
255
- def start_execution_token(self) -> str:
256
- return pulumi.get(self, "start_execution_token")
257
-
258
242
  @property
259
243
  @pulumi.getter
260
244
  def templates(self) -> Sequence['outputs.GetJobTemplateResult']:
@@ -307,8 +291,6 @@ class AwaitableGetJobResult(GetJobResult):
307
291
  project=self.project,
308
292
  pulumi_labels=self.pulumi_labels,
309
293
  reconciling=self.reconciling,
310
- run_execution_token=self.run_execution_token,
311
- start_execution_token=self.start_execution_token,
312
294
  templates=self.templates,
313
295
  terminal_conditions=self.terminal_conditions,
314
296
  uid=self.uid,
@@ -375,8 +357,6 @@ def get_job(location: Optional[str] = None,
375
357
  project=pulumi.get(__ret__, 'project'),
376
358
  pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
377
359
  reconciling=pulumi.get(__ret__, 'reconciling'),
378
- run_execution_token=pulumi.get(__ret__, 'run_execution_token'),
379
- start_execution_token=pulumi.get(__ret__, 'start_execution_token'),
380
360
  templates=pulumi.get(__ret__, 'templates'),
381
361
  terminal_conditions=pulumi.get(__ret__, 'terminal_conditions'),
382
362
  uid=pulumi.get(__ret__, 'uid'),