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
@@ -606,7 +606,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
606
606
  """
607
607
  :param pulumi.Input[str] repository_base: A common public repository base for Yum.
608
608
  Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
609
- :param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
609
+ :param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
610
610
  """
611
611
  pulumi.set(__self__, "repository_base", repository_base)
612
612
  pulumi.set(__self__, "repository_path", repository_path)
@@ -628,7 +628,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
628
628
  @pulumi.getter(name="repositoryPath")
629
629
  def repository_path(self) -> pulumi.Input[str]:
630
630
  """
631
- Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
631
+ Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
632
632
  """
633
633
  return pulumi.get(self, "repository_path")
634
634
 
@@ -1010,7 +1010,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs:
1010
1010
  """
1011
1011
  :param pulumi.Input[str] repository_base: A common public repository base for Yum.
1012
1012
  Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
1013
- :param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
1013
+ :param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
1014
1014
  """
1015
1015
  pulumi.set(__self__, "repository_base", repository_base)
1016
1016
  pulumi.set(__self__, "repository_path", repository_path)
@@ -1032,7 +1032,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs:
1032
1032
  @pulumi.getter(name="repositoryPath")
1033
1033
  def repository_path(self) -> pulumi.Input[str]:
1034
1034
  """
1035
- Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
1035
+ Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
1036
1036
  """
1037
1037
  return pulumi.get(self, "repository_path")
1038
1038
 
@@ -671,7 +671,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepository(dict):
671
671
  """
672
672
  :param str repository_base: A common public repository base for Yum.
673
673
  Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
674
- :param str repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
674
+ :param str repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
675
675
  """
676
676
  pulumi.set(__self__, "repository_base", repository_base)
677
677
  pulumi.set(__self__, "repository_path", repository_path)
@@ -689,7 +689,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepository(dict):
689
689
  @pulumi.getter(name="repositoryPath")
690
690
  def repository_path(self) -> str:
691
691
  """
692
- Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
692
+ Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
693
693
  """
694
694
  return pulumi.get(self, "repository_path")
695
695
 
@@ -1149,7 +1149,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository(dict):
1149
1149
  """
1150
1150
  :param str repository_base: A common public repository base for Yum.
1151
1151
  Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
1152
- :param str repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
1152
+ :param str repository_path: Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
1153
1153
  """
1154
1154
  pulumi.set(__self__, "repository_base", repository_base)
1155
1155
  pulumi.set(__self__, "repository_path", repository_path)
@@ -1167,7 +1167,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository(dict):
1167
1167
  @pulumi.getter(name="repositoryPath")
1168
1168
  def repository_path(self) -> str:
1169
1169
  """
1170
- Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
1170
+ Specific repository from the base, e.g. `"centos/8-stream/BaseOS/x86_64/os"`
1171
1171
  """
1172
1172
  return pulumi.get(self, "repository_path")
1173
1173
 
@@ -1876,7 +1876,7 @@ class GetRepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryResult(dic
1876
1876
  repository_path: str):
1877
1877
  """
1878
1878
  :param str repository_base: A common public repository base for Yum. Possible values: ["CENTOS", "CENTOS_DEBUG", "CENTOS_VAULT", "CENTOS_STREAM", "ROCKY", "EPEL"]
1879
- :param str repository_path: Specific repository from the base, e.g. '"pub/rocky/9/BaseOS/x86_64/os"'
1879
+ :param str repository_path: Specific repository from the base, e.g. '"centos/8-stream/BaseOS/x86_64/os"'
1880
1880
  """
1881
1881
  pulumi.set(__self__, "repository_base", repository_base)
1882
1882
  pulumi.set(__self__, "repository_path", repository_path)
@@ -1893,7 +1893,7 @@ class GetRepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryResult(dic
1893
1893
  @pulumi.getter(name="repositoryPath")
1894
1894
  def repository_path(self) -> str:
1895
1895
  """
1896
- Specific repository from the base, e.g. '"pub/rocky/9/BaseOS/x86_64/os"'
1896
+ Specific repository from the base, e.g. '"centos/8-stream/BaseOS/x86_64/os"'
1897
1897
  """
1898
1898
  return pulumi.get(self, "repository_path")
1899
1899
 
@@ -758,7 +758,7 @@ class Repository(pulumi.CustomResource):
758
758
  description="example docker repository with cmek",
759
759
  format="DOCKER",
760
760
  kms_key_name="kms-key",
761
- opts = pulumi.ResourceOptions(depends_on=[crypto_key]))
761
+ opts=pulumi.ResourceOptions(depends_on=[crypto_key]))
762
762
  ```
763
763
  ### Artifact Registry Repository Virtual
764
764
 
@@ -846,16 +846,16 @@ class Repository(pulumi.CustomResource):
846
846
 
847
847
  my_repo = gcp.artifactregistry.Repository("my-repo",
848
848
  location="us-central1",
849
- repository_id="rocky-9",
849
+ repository_id="centos-8",
850
850
  description="example remote yum repository",
851
851
  format="YUM",
852
852
  mode="REMOTE_REPOSITORY",
853
853
  remote_repository_config=gcp.artifactregistry.RepositoryRemoteRepositoryConfigArgs(
854
- description="Rocky 9 remote repository",
854
+ description="Centos 8 remote repository",
855
855
  yum_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryArgs(
856
856
  public_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs(
857
- repository_base="ROCKY",
858
- repository_path="pub/rocky/9/BaseOS/x86_64/os",
857
+ repository_base="CENTOS",
858
+ repository_path="centos/8-stream/BaseOS/x86_64/os",
859
859
  ),
860
860
  ),
861
861
  ))
@@ -1254,7 +1254,7 @@ class Repository(pulumi.CustomResource):
1254
1254
  description="example docker repository with cmek",
1255
1255
  format="DOCKER",
1256
1256
  kms_key_name="kms-key",
1257
- opts = pulumi.ResourceOptions(depends_on=[crypto_key]))
1257
+ opts=pulumi.ResourceOptions(depends_on=[crypto_key]))
1258
1258
  ```
1259
1259
  ### Artifact Registry Repository Virtual
1260
1260
 
@@ -1342,16 +1342,16 @@ class Repository(pulumi.CustomResource):
1342
1342
 
1343
1343
  my_repo = gcp.artifactregistry.Repository("my-repo",
1344
1344
  location="us-central1",
1345
- repository_id="rocky-9",
1345
+ repository_id="centos-8",
1346
1346
  description="example remote yum repository",
1347
1347
  format="YUM",
1348
1348
  mode="REMOTE_REPOSITORY",
1349
1349
  remote_repository_config=gcp.artifactregistry.RepositoryRemoteRepositoryConfigArgs(
1350
- description="Rocky 9 remote repository",
1350
+ description="Centos 8 remote repository",
1351
1351
  yum_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryArgs(
1352
1352
  public_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs(
1353
- repository_base="ROCKY",
1354
- repository_path="pub/rocky/9/BaseOS/x86_64/os",
1353
+ repository_base="CENTOS",
1354
+ repository_path="centos/8-stream/BaseOS/x86_64/os",
1355
1355
  ),
1356
1356
  ),
1357
1357
  ))
@@ -256,7 +256,7 @@ class ManagementServer(pulumi.CustomResource):
256
256
  network=default.id,
257
257
  peering_mode="PRIVATE_SERVICE_ACCESS",
258
258
  )],
259
- opts = pulumi.ResourceOptions(depends_on=[default_connection]))
259
+ opts=pulumi.ResourceOptions(depends_on=[default_connection]))
260
260
  ```
261
261
 
262
262
  ## Import
@@ -325,7 +325,7 @@ class ManagementServer(pulumi.CustomResource):
325
325
  network=default.id,
326
326
  peering_mode="PRIVATE_SERVICE_ACCESS",
327
327
  )],
328
- opts = pulumi.ResourceOptions(depends_on=[default_connection]))
328
+ opts=pulumi.ResourceOptions(depends_on=[default_connection]))
329
329
  ```
330
330
 
331
331
  ## Import
@@ -523,7 +523,6 @@ class ConnectionCloudSpannerArgs:
523
523
 
524
524
  @property
525
525
  @pulumi.getter(name="useServerlessAnalytics")
526
- @_utilities.deprecated("""`useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""")
527
526
  def use_serverless_analytics(self) -> Optional[pulumi.Input[bool]]:
528
527
  """
529
528
  (Optional, Deprecated)
@@ -531,6 +530,9 @@ class ConnectionCloudSpannerArgs:
531
530
 
532
531
  > **Warning:** `useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.
533
532
  """
533
+ warnings.warn("""`useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""", DeprecationWarning)
534
+ pulumi.log.warn("""use_serverless_analytics is deprecated: `useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""")
535
+
534
536
  return pulumi.get(self, "use_serverless_analytics")
535
537
 
536
538
  @use_serverless_analytics.setter
@@ -5674,7 +5676,6 @@ class TableTimePartitioningArgs:
5674
5676
 
5675
5677
  @property
5676
5678
  @pulumi.getter(name="requirePartitionFilter")
5677
- @_utilities.deprecated("""This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""")
5678
5679
  def require_partition_filter(self) -> Optional[pulumi.Input[bool]]:
5679
5680
  """
5680
5681
  If set to true, queries over this table
@@ -5682,6 +5683,9 @@ class TableTimePartitioningArgs:
5682
5683
  specified. `require_partition_filter` is deprecated and will be removed in
5683
5684
  a future major release. Use the top level field with the same name instead.
5684
5685
  """
5686
+ warnings.warn("""This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""", DeprecationWarning)
5687
+ pulumi.log.warn("""require_partition_filter is deprecated: This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""")
5688
+
5685
5689
  return pulumi.get(self, "require_partition_filter")
5686
5690
 
5687
5691
  @require_partition_filter.setter
@@ -674,7 +674,7 @@ class DataTransferConfig(pulumi.CustomResource):
674
674
  friendly_name="foo",
675
675
  description="bar",
676
676
  location="asia-northeast1",
677
- opts = pulumi.ResourceOptions(depends_on=[permissions]))
677
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
678
678
  query_config = gcp.bigquery.DataTransferConfig("query_config",
679
679
  display_name="my-query",
680
680
  location="asia-northeast1",
@@ -686,7 +686,7 @@ class DataTransferConfig(pulumi.CustomResource):
686
686
  "write_disposition": "WRITE_APPEND",
687
687
  "query": "SELECT name FROM tabl WHERE x = 'y'",
688
688
  },
689
- opts = pulumi.ResourceOptions(depends_on=[permissions]))
689
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
690
690
  ```
691
691
 
692
692
  ## Import
@@ -784,7 +784,7 @@ class DataTransferConfig(pulumi.CustomResource):
784
784
  friendly_name="foo",
785
785
  description="bar",
786
786
  location="asia-northeast1",
787
- opts = pulumi.ResourceOptions(depends_on=[permissions]))
787
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
788
788
  query_config = gcp.bigquery.DataTransferConfig("query_config",
789
789
  display_name="my-query",
790
790
  location="asia-northeast1",
@@ -796,7 +796,7 @@ class DataTransferConfig(pulumi.CustomResource):
796
796
  "write_disposition": "WRITE_APPEND",
797
797
  "query": "SELECT name FROM tabl WHERE x = 'y'",
798
798
  },
799
- opts = pulumi.ResourceOptions(depends_on=[permissions]))
799
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
800
800
  ```
801
801
 
802
802
  ## Import
@@ -31,7 +31,6 @@ class DatasetArgs:
31
31
  location: Optional[pulumi.Input[str]] = None,
32
32
  max_time_travel_hours: Optional[pulumi.Input[str]] = None,
33
33
  project: Optional[pulumi.Input[str]] = None,
34
- resource_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
35
34
  storage_billing_model: Optional[pulumi.Input[str]] = None):
36
35
  """
37
36
  The set of arguments for constructing a Dataset resource.
@@ -110,11 +109,6 @@ class DatasetArgs:
110
109
  :param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
111
110
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
112
111
  If it is not provided, the provider project is used.
113
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
114
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
115
- ID of the parent organization or project resource for this tag key. Tag value is expected
116
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
117
- for more details.
118
112
  :param pulumi.Input[str] storage_billing_model: Specifies the storage billing model for the dataset.
119
113
  Set this flag value to LOGICAL to use logical bytes for storage billing,
120
114
  or to PHYSICAL to use physical bytes instead.
@@ -149,8 +143,6 @@ class DatasetArgs:
149
143
  pulumi.set(__self__, "max_time_travel_hours", max_time_travel_hours)
150
144
  if project is not None:
151
145
  pulumi.set(__self__, "project", project)
152
- if resource_tags is not None:
153
- pulumi.set(__self__, "resource_tags", resource_tags)
154
146
  if storage_billing_model is not None:
155
147
  pulumi.set(__self__, "storage_billing_model", storage_billing_model)
156
148
 
@@ -394,22 +386,6 @@ class DatasetArgs:
394
386
  def project(self, value: Optional[pulumi.Input[str]]):
395
387
  pulumi.set(self, "project", value)
396
388
 
397
- @property
398
- @pulumi.getter(name="resourceTags")
399
- def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
400
- """
401
- The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
402
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
403
- ID of the parent organization or project resource for this tag key. Tag value is expected
404
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
405
- for more details.
406
- """
407
- return pulumi.get(self, "resource_tags")
408
-
409
- @resource_tags.setter
410
- def resource_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
411
- pulumi.set(self, "resource_tags", value)
412
-
413
389
  @property
414
390
  @pulumi.getter(name="storageBillingModel")
415
391
  def storage_billing_model(self) -> Optional[pulumi.Input[str]]:
@@ -449,7 +425,6 @@ class _DatasetState:
449
425
  max_time_travel_hours: Optional[pulumi.Input[str]] = None,
450
426
  project: Optional[pulumi.Input[str]] = None,
451
427
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
452
- resource_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
453
428
  self_link: Optional[pulumi.Input[str]] = None,
454
429
  storage_billing_model: Optional[pulumi.Input[str]] = None):
455
430
  """
@@ -537,11 +512,6 @@ class _DatasetState:
537
512
  If it is not provided, the provider project is used.
538
513
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
539
514
  and default labels configured on the provider.
540
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
541
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
542
- ID of the parent organization or project resource for this tag key. Tag value is expected
543
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
544
- for more details.
545
515
  :param pulumi.Input[str] self_link: The URI of the created resource.
546
516
  :param pulumi.Input[str] storage_billing_model: Specifies the storage billing model for the dataset.
547
517
  Set this flag value to LOGICAL to use logical bytes for storage billing,
@@ -588,8 +558,6 @@ class _DatasetState:
588
558
  pulumi.set(__self__, "project", project)
589
559
  if pulumi_labels is not None:
590
560
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
591
- if resource_tags is not None:
592
- pulumi.set(__self__, "resource_tags", resource_tags)
593
561
  if self_link is not None:
594
562
  pulumi.set(__self__, "self_link", self_link)
595
563
  if storage_billing_model is not None:
@@ -898,22 +866,6 @@ class _DatasetState:
898
866
  def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
899
867
  pulumi.set(self, "pulumi_labels", value)
900
868
 
901
- @property
902
- @pulumi.getter(name="resourceTags")
903
- def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
904
- """
905
- The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
906
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
907
- ID of the parent organization or project resource for this tag key. Tag value is expected
908
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
909
- for more details.
910
- """
911
- return pulumi.get(self, "resource_tags")
912
-
913
- @resource_tags.setter
914
- def resource_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
915
- pulumi.set(self, "resource_tags", value)
916
-
917
869
  @property
918
870
  @pulumi.getter(name="selfLink")
919
871
  def self_link(self) -> Optional[pulumi.Input[str]]:
@@ -962,7 +914,6 @@ class Dataset(pulumi.CustomResource):
962
914
  location: Optional[pulumi.Input[str]] = None,
963
915
  max_time_travel_hours: Optional[pulumi.Input[str]] = None,
964
916
  project: Optional[pulumi.Input[str]] = None,
965
- resource_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
966
917
  storage_billing_model: Optional[pulumi.Input[str]] = None,
967
918
  __props__=None):
968
919
  """
@@ -1238,11 +1189,6 @@ class Dataset(pulumi.CustomResource):
1238
1189
  :param pulumi.Input[str] max_time_travel_hours: Defines the time travel window in hours. The value can be from 48 to 168 hours (2 to 7 days).
1239
1190
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1240
1191
  If it is not provided, the provider project is used.
1241
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
1242
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
1243
- ID of the parent organization or project resource for this tag key. Tag value is expected
1244
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
1245
- for more details.
1246
1192
  :param pulumi.Input[str] storage_billing_model: Specifies the storage billing model for the dataset.
1247
1193
  Set this flag value to LOGICAL to use logical bytes for storage billing,
1248
1194
  or to PHYSICAL to use physical bytes instead.
@@ -1480,7 +1426,6 @@ class Dataset(pulumi.CustomResource):
1480
1426
  location: Optional[pulumi.Input[str]] = None,
1481
1427
  max_time_travel_hours: Optional[pulumi.Input[str]] = None,
1482
1428
  project: Optional[pulumi.Input[str]] = None,
1483
- resource_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1484
1429
  storage_billing_model: Optional[pulumi.Input[str]] = None,
1485
1430
  __props__=None):
1486
1431
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -1508,7 +1453,6 @@ class Dataset(pulumi.CustomResource):
1508
1453
  __props__.__dict__["location"] = location
1509
1454
  __props__.__dict__["max_time_travel_hours"] = max_time_travel_hours
1510
1455
  __props__.__dict__["project"] = project
1511
- __props__.__dict__["resource_tags"] = resource_tags
1512
1456
  __props__.__dict__["storage_billing_model"] = storage_billing_model
1513
1457
  __props__.__dict__["creation_time"] = None
1514
1458
  __props__.__dict__["effective_labels"] = None
@@ -1548,7 +1492,6 @@ class Dataset(pulumi.CustomResource):
1548
1492
  max_time_travel_hours: Optional[pulumi.Input[str]] = None,
1549
1493
  project: Optional[pulumi.Input[str]] = None,
1550
1494
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1551
- resource_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1552
1495
  self_link: Optional[pulumi.Input[str]] = None,
1553
1496
  storage_billing_model: Optional[pulumi.Input[str]] = None) -> 'Dataset':
1554
1497
  """
@@ -1641,11 +1584,6 @@ class Dataset(pulumi.CustomResource):
1641
1584
  If it is not provided, the provider project is used.
1642
1585
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
1643
1586
  and default labels configured on the provider.
1644
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
1645
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
1646
- ID of the parent organization or project resource for this tag key. Tag value is expected
1647
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
1648
- for more details.
1649
1587
  :param pulumi.Input[str] self_link: The URI of the created resource.
1650
1588
  :param pulumi.Input[str] storage_billing_model: Specifies the storage billing model for the dataset.
1651
1589
  Set this flag value to LOGICAL to use logical bytes for storage billing,
@@ -1676,7 +1614,6 @@ class Dataset(pulumi.CustomResource):
1676
1614
  __props__.__dict__["max_time_travel_hours"] = max_time_travel_hours
1677
1615
  __props__.__dict__["project"] = project
1678
1616
  __props__.__dict__["pulumi_labels"] = pulumi_labels
1679
- __props__.__dict__["resource_tags"] = resource_tags
1680
1617
  __props__.__dict__["self_link"] = self_link
1681
1618
  __props__.__dict__["storage_billing_model"] = storage_billing_model
1682
1619
  return Dataset(resource_name, opts=opts, __props__=__props__)
@@ -1904,18 +1841,6 @@ class Dataset(pulumi.CustomResource):
1904
1841
  """
1905
1842
  return pulumi.get(self, "pulumi_labels")
1906
1843
 
1907
- @property
1908
- @pulumi.getter(name="resourceTags")
1909
- def resource_tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1910
- """
1911
- The tags attached to this table. Tag keys are globally unique. Tag key is expected to be
1912
- in the namespaced format, for example "123456789012/environment" where 123456789012 is the
1913
- ID of the parent organization or project resource for this tag key. Tag value is expected
1914
- to be the short name, for example "Production". See [Tag definitions](https://www.terraform.io/iam/docs/tags-access-control#definitions)
1915
- for more details.
1916
- """
1917
- return pulumi.get(self, "resource_tags")
1918
-
1919
1844
  @property
1920
1845
  @pulumi.getter(name="selfLink")
1921
1846
  def self_link(self) -> pulumi.Output[str]:
@@ -22,7 +22,7 @@ class GetDatasetResult:
22
22
  """
23
23
  A collection of values returned by getDataset.
24
24
  """
25
- def __init__(__self__, accesses=None, creation_time=None, dataset_id=None, default_collation=None, default_encryption_configurations=None, default_partition_expiration_ms=None, default_table_expiration_ms=None, delete_contents_on_destroy=None, description=None, effective_labels=None, etag=None, external_dataset_references=None, friendly_name=None, id=None, is_case_insensitive=None, labels=None, last_modified_time=None, location=None, max_time_travel_hours=None, project=None, pulumi_labels=None, resource_tags=None, self_link=None, storage_billing_model=None):
25
+ def __init__(__self__, accesses=None, creation_time=None, dataset_id=None, default_collation=None, default_encryption_configurations=None, default_partition_expiration_ms=None, default_table_expiration_ms=None, delete_contents_on_destroy=None, description=None, effective_labels=None, etag=None, external_dataset_references=None, friendly_name=None, id=None, is_case_insensitive=None, labels=None, last_modified_time=None, location=None, max_time_travel_hours=None, project=None, pulumi_labels=None, self_link=None, storage_billing_model=None):
26
26
  if accesses and not isinstance(accesses, list):
27
27
  raise TypeError("Expected argument 'accesses' to be a list")
28
28
  pulumi.set(__self__, "accesses", accesses)
@@ -86,9 +86,6 @@ class GetDatasetResult:
86
86
  if pulumi_labels and not isinstance(pulumi_labels, dict):
87
87
  raise TypeError("Expected argument 'pulumi_labels' to be a dict")
88
88
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
89
- if resource_tags and not isinstance(resource_tags, dict):
90
- raise TypeError("Expected argument 'resource_tags' to be a dict")
91
- pulumi.set(__self__, "resource_tags", resource_tags)
92
89
  if self_link and not isinstance(self_link, str):
93
90
  raise TypeError("Expected argument 'self_link' to be a str")
94
91
  pulumi.set(__self__, "self_link", self_link)
@@ -204,11 +201,6 @@ class GetDatasetResult:
204
201
  def pulumi_labels(self) -> Mapping[str, str]:
205
202
  return pulumi.get(self, "pulumi_labels")
206
203
 
207
- @property
208
- @pulumi.getter(name="resourceTags")
209
- def resource_tags(self) -> Mapping[str, str]:
210
- return pulumi.get(self, "resource_tags")
211
-
212
204
  @property
213
205
  @pulumi.getter(name="selfLink")
214
206
  def self_link(self) -> str:
@@ -247,7 +239,6 @@ class AwaitableGetDatasetResult(GetDatasetResult):
247
239
  max_time_travel_hours=self.max_time_travel_hours,
248
240
  project=self.project,
249
241
  pulumi_labels=self.pulumi_labels,
250
- resource_tags=self.resource_tags,
251
242
  self_link=self.self_link,
252
243
  storage_billing_model=self.storage_billing_model)
253
244
 
@@ -303,7 +294,6 @@ def get_dataset(dataset_id: Optional[str] = None,
303
294
  max_time_travel_hours=pulumi.get(__ret__, 'max_time_travel_hours'),
304
295
  project=pulumi.get(__ret__, 'project'),
305
296
  pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
306
- resource_tags=pulumi.get(__ret__, 'resource_tags'),
307
297
  self_link=pulumi.get(__ret__, 'self_link'),
308
298
  storage_billing_model=pulumi.get(__ret__, 'storage_billing_model'))
309
299
 
@@ -581,7 +581,7 @@ class Job(pulumi.CustomResource):
581
581
  source_format="NEWLINE_DELIMITED_JSON",
582
582
  json_extension="GEOJSON",
583
583
  ),
584
- opts = pulumi.ResourceOptions(depends_on=[object]))
584
+ opts=pulumi.ResourceOptions(depends_on=[object]))
585
585
  ```
586
586
  ### Bigquery Job Load Parquet
587
587
 
@@ -710,7 +710,7 @@ class Job(pulumi.CustomResource):
710
710
  encryption_configuration=gcp.bigquery.TableEncryptionConfigurationArgs(
711
711
  kms_key_name=crypto_key.id,
712
712
  ),
713
- opts = pulumi.ResourceOptions(depends_on=[encrypt_role]))
713
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
714
714
  job = gcp.bigquery.Job("job",
715
715
  job_id="job_copy",
716
716
  copy=gcp.bigquery.JobCopyArgs(
@@ -735,7 +735,7 @@ class Job(pulumi.CustomResource):
735
735
  kms_key_name=crypto_key.id,
736
736
  ),
737
737
  ),
738
- opts = pulumi.ResourceOptions(depends_on=[encrypt_role]))
738
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
739
739
  ```
740
740
  ### Bigquery Job Extract
741
741
 
@@ -1009,7 +1009,7 @@ class Job(pulumi.CustomResource):
1009
1009
  source_format="NEWLINE_DELIMITED_JSON",
1010
1010
  json_extension="GEOJSON",
1011
1011
  ),
1012
- opts = pulumi.ResourceOptions(depends_on=[object]))
1012
+ opts=pulumi.ResourceOptions(depends_on=[object]))
1013
1013
  ```
1014
1014
  ### Bigquery Job Load Parquet
1015
1015
 
@@ -1138,7 +1138,7 @@ class Job(pulumi.CustomResource):
1138
1138
  encryption_configuration=gcp.bigquery.TableEncryptionConfigurationArgs(
1139
1139
  kms_key_name=crypto_key.id,
1140
1140
  ),
1141
- opts = pulumi.ResourceOptions(depends_on=[encrypt_role]))
1141
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
1142
1142
  job = gcp.bigquery.Job("job",
1143
1143
  job_id="job_copy",
1144
1144
  copy=gcp.bigquery.JobCopyArgs(
@@ -1163,7 +1163,7 @@ class Job(pulumi.CustomResource):
1163
1163
  kms_key_name=crypto_key.id,
1164
1164
  ),
1165
1165
  ),
1166
- opts = pulumi.ResourceOptions(depends_on=[encrypt_role]))
1166
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
1167
1167
  ```
1168
1168
  ### Bigquery Job Extract
1169
1169
 
@@ -581,7 +581,6 @@ class ConnectionCloudSpanner(dict):
581
581
 
582
582
  @property
583
583
  @pulumi.getter(name="useServerlessAnalytics")
584
- @_utilities.deprecated("""`useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""")
585
584
  def use_serverless_analytics(self) -> Optional[bool]:
586
585
  """
587
586
  (Optional, Deprecated)
@@ -589,6 +588,9 @@ class ConnectionCloudSpanner(dict):
589
588
 
590
589
  > **Warning:** `useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.
591
590
  """
591
+ warnings.warn("""`useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""", DeprecationWarning)
592
+ pulumi.log.warn("""use_serverless_analytics is deprecated: `useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""")
593
+
592
594
  return pulumi.get(self, "use_serverless_analytics")
593
595
 
594
596
 
@@ -5903,7 +5905,6 @@ class TableTimePartitioning(dict):
5903
5905
 
5904
5906
  @property
5905
5907
  @pulumi.getter(name="requirePartitionFilter")
5906
- @_utilities.deprecated("""This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""")
5907
5908
  def require_partition_filter(self) -> Optional[bool]:
5908
5909
  """
5909
5910
  If set to true, queries over this table
@@ -5911,6 +5912,9 @@ class TableTimePartitioning(dict):
5911
5912
  specified. `require_partition_filter` is deprecated and will be removed in
5912
5913
  a future major release. Use the top level field with the same name instead.
5913
5914
  """
5915
+ warnings.warn("""This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""", DeprecationWarning)
5916
+ pulumi.log.warn("""require_partition_filter is deprecated: This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""")
5917
+
5914
5918
  return pulumi.get(self, "require_partition_filter")
5915
5919
 
5916
5920
 
@@ -144,11 +144,13 @@ class GCPolicyMaxAgeArgs:
144
144
 
145
145
  @property
146
146
  @pulumi.getter
147
- @_utilities.deprecated("""Deprecated in favor of duration""")
148
147
  def days(self) -> Optional[pulumi.Input[int]]:
149
148
  """
150
149
  Number of days before applying GC policy.
151
150
  """
151
+ warnings.warn("""Deprecated in favor of duration""", DeprecationWarning)
152
+ pulumi.log.warn("""days is deprecated: Deprecated in favor of duration""")
153
+
152
154
  return pulumi.get(self, "days")
153
155
 
154
156
  @days.setter
@@ -123,7 +123,6 @@ class InstanceArgs:
123
123
 
124
124
  @property
125
125
  @pulumi.getter(name="instanceType")
126
- @_utilities.deprecated("""It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""")
127
126
  def instance_type(self) -> Optional[pulumi.Input[str]]:
128
127
  """
129
128
  The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults to `"PRODUCTION"`.
@@ -132,6 +131,9 @@ class InstanceArgs:
132
131
  `"PRODUCTION"` instances. It is recommended for users to use `"PRODUCTION"` instances in any case, since a 1-node `"PRODUCTION"` instance
133
132
  is functionally identical to a `"DEVELOPMENT"` instance, but without the accompanying restrictions.
134
133
  """
134
+ warnings.warn("""It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""", DeprecationWarning)
135
+ pulumi.log.warn("""instance_type is deprecated: It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""")
136
+
135
137
  return pulumi.get(self, "instance_type")
136
138
 
137
139
  @instance_type.setter
@@ -313,7 +315,6 @@ class _InstanceState:
313
315
 
314
316
  @property
315
317
  @pulumi.getter(name="instanceType")
316
- @_utilities.deprecated("""It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""")
317
318
  def instance_type(self) -> Optional[pulumi.Input[str]]:
318
319
  """
319
320
  The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults to `"PRODUCTION"`.
@@ -322,6 +323,9 @@ class _InstanceState:
322
323
  `"PRODUCTION"` instances. It is recommended for users to use `"PRODUCTION"` instances in any case, since a 1-node `"PRODUCTION"` instance
323
324
  is functionally identical to a `"DEVELOPMENT"` instance, but without the accompanying restrictions.
324
325
  """
326
+ warnings.warn("""It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""", DeprecationWarning)
327
+ pulumi.log.warn("""instance_type is deprecated: It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""")
328
+
325
329
  return pulumi.get(self, "instance_type")
326
330
 
327
331
  @instance_type.setter
@@ -769,7 +773,6 @@ class Instance(pulumi.CustomResource):
769
773
 
770
774
  @property
771
775
  @pulumi.getter(name="instanceType")
772
- @_utilities.deprecated("""It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""")
773
776
  def instance_type(self) -> pulumi.Output[Optional[str]]:
774
777
  """
775
778
  The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults to `"PRODUCTION"`.
@@ -778,6 +781,9 @@ class Instance(pulumi.CustomResource):
778
781
  `"PRODUCTION"` instances. It is recommended for users to use `"PRODUCTION"` instances in any case, since a 1-node `"PRODUCTION"` instance
779
782
  is functionally identical to a `"DEVELOPMENT"` instance, but without the accompanying restrictions.
780
783
  """
784
+ warnings.warn("""It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""", DeprecationWarning)
785
+ pulumi.log.warn("""instance_type is deprecated: It is recommended to leave this field unspecified since the distinction between \"DEVELOPMENT\" and \"PRODUCTION\" instances is going away, and all instances will become \"PRODUCTION\" instances. This means that new and existing \"DEVELOPMENT\" instances will be converted to \"PRODUCTION\" instances. It is recommended for users to use \"PRODUCTION\" instances in any case, since a 1-node \"PRODUCTION\" instance is functionally identical to a \"DEVELOPMENT\" instance, but without the accompanying restrictions.""")
786
+
781
787
  return pulumi.get(self, "instance_type")
782
788
 
783
789
  @property