pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711740254__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 (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,6 @@ class MetastoreServiceArgs:
30
30
  project: Optional[pulumi.Input[str]] = None,
31
31
  release_channel: Optional[pulumi.Input[str]] = None,
32
32
  scaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']] = None,
33
- scheduled_backup: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']] = None,
34
33
  telemetry_config: Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']] = None,
35
34
  tier: Optional[pulumi.Input[str]] = None):
36
35
  """
@@ -72,8 +71,6 @@ class MetastoreServiceArgs:
72
71
  Possible values are: `CANARY`, `STABLE`.
73
72
  :param pulumi.Input['MetastoreServiceScalingConfigArgs'] scaling_config: Represents the scaling configuration of a metastore service.
74
73
  Structure is documented below.
75
- :param pulumi.Input['MetastoreServiceScheduledBackupArgs'] scheduled_backup: The configuration of scheduled backup for the metastore service.
76
- Structure is documented below.
77
74
  :param pulumi.Input['MetastoreServiceTelemetryConfigArgs'] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
78
75
  Structure is documented below.
79
76
  :param pulumi.Input[str] tier: The tier of the service.
@@ -106,8 +103,6 @@ class MetastoreServiceArgs:
106
103
  pulumi.set(__self__, "release_channel", release_channel)
107
104
  if scaling_config is not None:
108
105
  pulumi.set(__self__, "scaling_config", scaling_config)
109
- if scheduled_backup is not None:
110
- pulumi.set(__self__, "scheduled_backup", scheduled_backup)
111
106
  if telemetry_config is not None:
112
107
  pulumi.set(__self__, "telemetry_config", telemetry_config)
113
108
  if tier is not None:
@@ -304,19 +299,6 @@ class MetastoreServiceArgs:
304
299
  def scaling_config(self, value: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']]):
305
300
  pulumi.set(self, "scaling_config", value)
306
301
 
307
- @property
308
- @pulumi.getter(name="scheduledBackup")
309
- def scheduled_backup(self) -> Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']]:
310
- """
311
- The configuration of scheduled backup for the metastore service.
312
- Structure is documented below.
313
- """
314
- return pulumi.get(self, "scheduled_backup")
315
-
316
- @scheduled_backup.setter
317
- def scheduled_backup(self, value: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']]):
318
- pulumi.set(self, "scheduled_backup", value)
319
-
320
302
  @property
321
303
  @pulumi.getter(name="telemetryConfig")
322
304
  def telemetry_config(self) -> Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']]:
@@ -365,7 +347,6 @@ class _MetastoreServiceState:
365
347
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
366
348
  release_channel: Optional[pulumi.Input[str]] = None,
367
349
  scaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']] = None,
368
- scheduled_backup: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']] = None,
369
350
  service_id: Optional[pulumi.Input[str]] = None,
370
351
  state: Optional[pulumi.Input[str]] = None,
371
352
  state_message: Optional[pulumi.Input[str]] = None,
@@ -412,8 +393,6 @@ class _MetastoreServiceState:
412
393
  Possible values are: `CANARY`, `STABLE`.
413
394
  :param pulumi.Input['MetastoreServiceScalingConfigArgs'] scaling_config: Represents the scaling configuration of a metastore service.
414
395
  Structure is documented below.
415
- :param pulumi.Input['MetastoreServiceScheduledBackupArgs'] scheduled_backup: The configuration of scheduled backup for the metastore service.
416
- Structure is documented below.
417
396
  :param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
418
397
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
419
398
  3 and 63 characters.
@@ -464,8 +443,6 @@ class _MetastoreServiceState:
464
443
  pulumi.set(__self__, "release_channel", release_channel)
465
444
  if scaling_config is not None:
466
445
  pulumi.set(__self__, "scaling_config", scaling_config)
467
- if scheduled_backup is not None:
468
- pulumi.set(__self__, "scheduled_backup", scheduled_backup)
469
446
  if service_id is not None:
470
447
  pulumi.set(__self__, "service_id", service_id)
471
448
  if state is not None:
@@ -715,19 +692,6 @@ class _MetastoreServiceState:
715
692
  def scaling_config(self, value: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']]):
716
693
  pulumi.set(self, "scaling_config", value)
717
694
 
718
- @property
719
- @pulumi.getter(name="scheduledBackup")
720
- def scheduled_backup(self) -> Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']]:
721
- """
722
- The configuration of scheduled backup for the metastore service.
723
- Structure is documented below.
724
- """
725
- return pulumi.get(self, "scheduled_backup")
726
-
727
- @scheduled_backup.setter
728
- def scheduled_backup(self, value: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']]):
729
- pulumi.set(self, "scheduled_backup", value)
730
-
731
695
  @property
732
696
  @pulumi.getter(name="serviceId")
733
697
  def service_id(self) -> Optional[pulumi.Input[str]]:
@@ -826,7 +790,6 @@ class MetastoreService(pulumi.CustomResource):
826
790
  project: Optional[pulumi.Input[str]] = None,
827
791
  release_channel: Optional[pulumi.Input[str]] = None,
828
792
  scaling_config: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceScalingConfigArgs']]] = None,
829
- scheduled_backup: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceScheduledBackupArgs']]] = None,
830
793
  service_id: Optional[pulumi.Input[str]] = None,
831
794
  telemetry_config: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceTelemetryConfigArgs']]] = None,
832
795
  tier: Optional[pulumi.Input[str]] = None,
@@ -988,39 +951,6 @@ class MetastoreService(pulumi.CustomResource):
988
951
  ))
989
952
  ```
990
953
  <!--End PulumiCodeChooser -->
991
- ### Dataproc Metastore Service Scheduled Backup
992
-
993
- <!--Start PulumiCodeChooser -->
994
- ```python
995
- import pulumi
996
- import pulumi_gcp as gcp
997
-
998
- bucket = gcp.storage.Bucket("bucket",
999
- name="backup",
1000
- location="us-central1")
1001
- backup = gcp.dataproc.MetastoreService("backup",
1002
- service_id="backup",
1003
- location="us-central1",
1004
- port=9080,
1005
- tier="DEVELOPER",
1006
- maintenance_window=gcp.dataproc.MetastoreServiceMaintenanceWindowArgs(
1007
- hour_of_day=2,
1008
- day_of_week="SUNDAY",
1009
- ),
1010
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1011
- version="2.3.6",
1012
- ),
1013
- scheduled_backup=gcp.dataproc.MetastoreServiceScheduledBackupArgs(
1014
- enabled=True,
1015
- cron_schedule="0 0 * * *",
1016
- time_zone="UTC",
1017
- backup_location=bucket.name.apply(lambda name: f"gs://{name}"),
1018
- ),
1019
- labels={
1020
- "env": "test",
1021
- })
1022
- ```
1023
- <!--End PulumiCodeChooser -->
1024
954
 
1025
955
  ## Import
1026
956
 
@@ -1079,8 +1009,6 @@ class MetastoreService(pulumi.CustomResource):
1079
1009
  Possible values are: `CANARY`, `STABLE`.
1080
1010
  :param pulumi.Input[pulumi.InputType['MetastoreServiceScalingConfigArgs']] scaling_config: Represents the scaling configuration of a metastore service.
1081
1011
  Structure is documented below.
1082
- :param pulumi.Input[pulumi.InputType['MetastoreServiceScheduledBackupArgs']] scheduled_backup: The configuration of scheduled backup for the metastore service.
1083
- Structure is documented below.
1084
1012
  :param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
1085
1013
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
1086
1014
  3 and 63 characters.
@@ -1255,39 +1183,6 @@ class MetastoreService(pulumi.CustomResource):
1255
1183
  ))
1256
1184
  ```
1257
1185
  <!--End PulumiCodeChooser -->
1258
- ### Dataproc Metastore Service Scheduled Backup
1259
-
1260
- <!--Start PulumiCodeChooser -->
1261
- ```python
1262
- import pulumi
1263
- import pulumi_gcp as gcp
1264
-
1265
- bucket = gcp.storage.Bucket("bucket",
1266
- name="backup",
1267
- location="us-central1")
1268
- backup = gcp.dataproc.MetastoreService("backup",
1269
- service_id="backup",
1270
- location="us-central1",
1271
- port=9080,
1272
- tier="DEVELOPER",
1273
- maintenance_window=gcp.dataproc.MetastoreServiceMaintenanceWindowArgs(
1274
- hour_of_day=2,
1275
- day_of_week="SUNDAY",
1276
- ),
1277
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1278
- version="2.3.6",
1279
- ),
1280
- scheduled_backup=gcp.dataproc.MetastoreServiceScheduledBackupArgs(
1281
- enabled=True,
1282
- cron_schedule="0 0 * * *",
1283
- time_zone="UTC",
1284
- backup_location=bucket.name.apply(lambda name: f"gs://{name}"),
1285
- ),
1286
- labels={
1287
- "env": "test",
1288
- })
1289
- ```
1290
- <!--End PulumiCodeChooser -->
1291
1186
 
1292
1187
  ## Import
1293
1188
 
@@ -1341,7 +1236,6 @@ class MetastoreService(pulumi.CustomResource):
1341
1236
  project: Optional[pulumi.Input[str]] = None,
1342
1237
  release_channel: Optional[pulumi.Input[str]] = None,
1343
1238
  scaling_config: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceScalingConfigArgs']]] = None,
1344
- scheduled_backup: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceScheduledBackupArgs']]] = None,
1345
1239
  service_id: Optional[pulumi.Input[str]] = None,
1346
1240
  telemetry_config: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceTelemetryConfigArgs']]] = None,
1347
1241
  tier: Optional[pulumi.Input[str]] = None,
@@ -1367,7 +1261,6 @@ class MetastoreService(pulumi.CustomResource):
1367
1261
  __props__.__dict__["project"] = project
1368
1262
  __props__.__dict__["release_channel"] = release_channel
1369
1263
  __props__.__dict__["scaling_config"] = scaling_config
1370
- __props__.__dict__["scheduled_backup"] = scheduled_backup
1371
1264
  if service_id is None and not opts.urn:
1372
1265
  raise TypeError("Missing required property 'service_id'")
1373
1266
  __props__.__dict__["service_id"] = service_id
@@ -1411,7 +1304,6 @@ class MetastoreService(pulumi.CustomResource):
1411
1304
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1412
1305
  release_channel: Optional[pulumi.Input[str]] = None,
1413
1306
  scaling_config: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceScalingConfigArgs']]] = None,
1414
- scheduled_backup: Optional[pulumi.Input[pulumi.InputType['MetastoreServiceScheduledBackupArgs']]] = None,
1415
1307
  service_id: Optional[pulumi.Input[str]] = None,
1416
1308
  state: Optional[pulumi.Input[str]] = None,
1417
1309
  state_message: Optional[pulumi.Input[str]] = None,
@@ -1463,8 +1355,6 @@ class MetastoreService(pulumi.CustomResource):
1463
1355
  Possible values are: `CANARY`, `STABLE`.
1464
1356
  :param pulumi.Input[pulumi.InputType['MetastoreServiceScalingConfigArgs']] scaling_config: Represents the scaling configuration of a metastore service.
1465
1357
  Structure is documented below.
1466
- :param pulumi.Input[pulumi.InputType['MetastoreServiceScheduledBackupArgs']] scheduled_backup: The configuration of scheduled backup for the metastore service.
1467
- Structure is documented below.
1468
1358
  :param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
1469
1359
  and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
1470
1360
  3 and 63 characters.
@@ -1501,7 +1391,6 @@ class MetastoreService(pulumi.CustomResource):
1501
1391
  __props__.__dict__["pulumi_labels"] = pulumi_labels
1502
1392
  __props__.__dict__["release_channel"] = release_channel
1503
1393
  __props__.__dict__["scaling_config"] = scaling_config
1504
- __props__.__dict__["scheduled_backup"] = scheduled_backup
1505
1394
  __props__.__dict__["service_id"] = service_id
1506
1395
  __props__.__dict__["state"] = state
1507
1396
  __props__.__dict__["state_message"] = state_message
@@ -1674,15 +1563,6 @@ class MetastoreService(pulumi.CustomResource):
1674
1563
  """
1675
1564
  return pulumi.get(self, "scaling_config")
1676
1565
 
1677
- @property
1678
- @pulumi.getter(name="scheduledBackup")
1679
- def scheduled_backup(self) -> pulumi.Output[Optional['outputs.MetastoreServiceScheduledBackup']]:
1680
- """
1681
- The configuration of scheduled backup for the metastore service.
1682
- Structure is documented below.
1683
- """
1684
- return pulumi.get(self, "scheduled_backup")
1685
-
1686
1566
  @property
1687
1567
  @pulumi.getter(name="serviceId")
1688
1568
  def service_id(self) -> pulumi.Output[str]:
@@ -97,7 +97,6 @@ __all__ = [
97
97
  'MetastoreServiceNetworkConfig',
98
98
  'MetastoreServiceNetworkConfigConsumer',
99
99
  'MetastoreServiceScalingConfig',
100
- 'MetastoreServiceScheduledBackup',
101
100
  'MetastoreServiceTelemetryConfig',
102
101
  'WorkflowTemplateJob',
103
102
  'WorkflowTemplateJobHadoopJob',
@@ -166,7 +165,6 @@ __all__ = [
166
165
  'GetMetastoreServiceNetworkConfigResult',
167
166
  'GetMetastoreServiceNetworkConfigConsumerResult',
168
167
  'GetMetastoreServiceScalingConfigResult',
169
- 'GetMetastoreServiceScheduledBackupResult',
170
168
  'GetMetastoreServiceTelemetryConfigResult',
171
169
  ]
172
170
 
@@ -655,9 +653,7 @@ class ClusterClusterConfig(dict):
655
653
  Structure defined below.
656
654
  :param Sequence['ClusterClusterConfigAuxiliaryNodeGroupArgs'] auxiliary_node_groups: A Dataproc NodeGroup resource is a group of Dataproc cluster nodes that execute an assigned role.
657
655
  Structure defined below.
658
- :param str bucket: The name of the cloud storage bucket ultimately used to house the staging data
659
- for the cluster. If `staging_bucket` is specified, it will contain this value, otherwise
660
- it will be the auto generated name.
656
+ :param str bucket: The name of the cloud storage bucket ultimately used to house the staging data for the cluster. If staging_bucket is specified, it will contain this value, otherwise it will be the auto generated name.
661
657
  :param 'ClusterClusterConfigDataprocMetricConfigArgs' dataproc_metric_config: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
662
658
  Structure defined below.
663
659
  :param 'ClusterClusterConfigEncryptionConfigArgs' encryption_config: The Customer managed encryption keys settings for the cluster.
@@ -755,9 +751,7 @@ class ClusterClusterConfig(dict):
755
751
  @pulumi.getter
756
752
  def bucket(self) -> Optional[str]:
757
753
  """
758
- The name of the cloud storage bucket ultimately used to house the staging data
759
- for the cluster. If `staging_bucket` is specified, it will contain this value, otherwise
760
- it will be the auto generated name.
754
+ The name of the cloud storage bucket ultimately used to house the staging data for the cluster. If staging_bucket is specified, it will contain this value, otherwise it will be the auto generated name.
761
755
  """
762
756
  return pulumi.get(self, "bucket")
763
757
 
@@ -5311,10 +5305,10 @@ class JobStatus(dict):
5311
5305
  state_start_time: Optional[str] = None,
5312
5306
  substate: Optional[str] = None):
5313
5307
  """
5314
- :param str details: Optional job state details, such as an error description if the state is ERROR.
5315
- :param str state: A state message specifying the overall job state.
5316
- :param str state_start_time: The time when this state was entered.
5317
- :param str substate: Additional state information, which includes status reported by the agent.
5308
+ :param str details: Output-only. Optional job state details, such as an error description if the state is ERROR
5309
+ :param str state: Output-only. A state message specifying the overall job state
5310
+ :param str state_start_time: Output-only. The time when this state was entered
5311
+ :param str substate: Output-only. Additional state information, which includes status reported by the agent
5318
5312
  """
5319
5313
  if details is not None:
5320
5314
  pulumi.set(__self__, "details", details)
@@ -5329,7 +5323,7 @@ class JobStatus(dict):
5329
5323
  @pulumi.getter
5330
5324
  def details(self) -> Optional[str]:
5331
5325
  """
5332
- Optional job state details, such as an error description if the state is ERROR.
5326
+ Output-only. Optional job state details, such as an error description if the state is ERROR
5333
5327
  """
5334
5328
  return pulumi.get(self, "details")
5335
5329
 
@@ -5337,7 +5331,7 @@ class JobStatus(dict):
5337
5331
  @pulumi.getter
5338
5332
  def state(self) -> Optional[str]:
5339
5333
  """
5340
- A state message specifying the overall job state.
5334
+ Output-only. A state message specifying the overall job state
5341
5335
  """
5342
5336
  return pulumi.get(self, "state")
5343
5337
 
@@ -5345,7 +5339,7 @@ class JobStatus(dict):
5345
5339
  @pulumi.getter(name="stateStartTime")
5346
5340
  def state_start_time(self) -> Optional[str]:
5347
5341
  """
5348
- The time when this state was entered.
5342
+ Output-only. The time when this state was entered
5349
5343
  """
5350
5344
  return pulumi.get(self, "state_start_time")
5351
5345
 
@@ -5353,7 +5347,7 @@ class JobStatus(dict):
5353
5347
  @pulumi.getter
5354
5348
  def substate(self) -> Optional[str]:
5355
5349
  """
5356
- Additional state information, which includes status reported by the agent.
5350
+ Output-only. Additional state information, which includes status reported by the agent
5357
5351
  """
5358
5352
  return pulumi.get(self, "substate")
5359
5353
 
@@ -6090,81 +6084,6 @@ class MetastoreServiceScalingConfig(dict):
6090
6084
  return pulumi.get(self, "scaling_factor")
6091
6085
 
6092
6086
 
6093
- @pulumi.output_type
6094
- class MetastoreServiceScheduledBackup(dict):
6095
- @staticmethod
6096
- def __key_warning(key: str):
6097
- suggest = None
6098
- if key == "backupLocation":
6099
- suggest = "backup_location"
6100
- elif key == "cronSchedule":
6101
- suggest = "cron_schedule"
6102
- elif key == "timeZone":
6103
- suggest = "time_zone"
6104
-
6105
- if suggest:
6106
- pulumi.log.warn(f"Key '{key}' not found in MetastoreServiceScheduledBackup. Access the value via the '{suggest}' property getter instead.")
6107
-
6108
- def __getitem__(self, key: str) -> Any:
6109
- MetastoreServiceScheduledBackup.__key_warning(key)
6110
- return super().__getitem__(key)
6111
-
6112
- def get(self, key: str, default = None) -> Any:
6113
- MetastoreServiceScheduledBackup.__key_warning(key)
6114
- return super().get(key, default)
6115
-
6116
- def __init__(__self__, *,
6117
- backup_location: str,
6118
- cron_schedule: Optional[str] = None,
6119
- enabled: Optional[bool] = None,
6120
- time_zone: Optional[str] = None):
6121
- """
6122
- :param str backup_location: A Cloud Storage URI of a folder, in the format gs://<bucket_name>/<path_inside_bucket>. A sub-folder <backup_folder> containing backup files will be stored below it.
6123
- :param str cron_schedule: The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
6124
- :param bool enabled: Defines whether the scheduled backup is enabled. The default value is false.
6125
- :param str time_zone: Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.
6126
- """
6127
- pulumi.set(__self__, "backup_location", backup_location)
6128
- if cron_schedule is not None:
6129
- pulumi.set(__self__, "cron_schedule", cron_schedule)
6130
- if enabled is not None:
6131
- pulumi.set(__self__, "enabled", enabled)
6132
- if time_zone is not None:
6133
- pulumi.set(__self__, "time_zone", time_zone)
6134
-
6135
- @property
6136
- @pulumi.getter(name="backupLocation")
6137
- def backup_location(self) -> str:
6138
- """
6139
- A Cloud Storage URI of a folder, in the format gs://<bucket_name>/<path_inside_bucket>. A sub-folder <backup_folder> containing backup files will be stored below it.
6140
- """
6141
- return pulumi.get(self, "backup_location")
6142
-
6143
- @property
6144
- @pulumi.getter(name="cronSchedule")
6145
- def cron_schedule(self) -> Optional[str]:
6146
- """
6147
- The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
6148
- """
6149
- return pulumi.get(self, "cron_schedule")
6150
-
6151
- @property
6152
- @pulumi.getter
6153
- def enabled(self) -> Optional[bool]:
6154
- """
6155
- Defines whether the scheduled backup is enabled. The default value is false.
6156
- """
6157
- return pulumi.get(self, "enabled")
6158
-
6159
- @property
6160
- @pulumi.getter(name="timeZone")
6161
- def time_zone(self) -> Optional[str]:
6162
- """
6163
- Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.
6164
- """
6165
- return pulumi.get(self, "time_zone")
6166
-
6167
-
6168
6087
  @pulumi.output_type
6169
6088
  class MetastoreServiceTelemetryConfig(dict):
6170
6089
  @staticmethod
@@ -10566,57 +10485,6 @@ class GetMetastoreServiceScalingConfigResult(dict):
10566
10485
  return pulumi.get(self, "scaling_factor")
10567
10486
 
10568
10487
 
10569
- @pulumi.output_type
10570
- class GetMetastoreServiceScheduledBackupResult(dict):
10571
- def __init__(__self__, *,
10572
- backup_location: str,
10573
- cron_schedule: str,
10574
- enabled: bool,
10575
- time_zone: str):
10576
- """
10577
- :param str backup_location: A Cloud Storage URI of a folder, in the format gs://<bucket_name>/<path_inside_bucket>. A sub-folder <backup_folder> containing backup files will be stored below it.
10578
- :param str cron_schedule: The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
10579
- :param bool enabled: Defines whether the scheduled backup is enabled. The default value is false.
10580
- :param str time_zone: Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.
10581
- """
10582
- pulumi.set(__self__, "backup_location", backup_location)
10583
- pulumi.set(__self__, "cron_schedule", cron_schedule)
10584
- pulumi.set(__self__, "enabled", enabled)
10585
- pulumi.set(__self__, "time_zone", time_zone)
10586
-
10587
- @property
10588
- @pulumi.getter(name="backupLocation")
10589
- def backup_location(self) -> str:
10590
- """
10591
- A Cloud Storage URI of a folder, in the format gs://<bucket_name>/<path_inside_bucket>. A sub-folder <backup_folder> containing backup files will be stored below it.
10592
- """
10593
- return pulumi.get(self, "backup_location")
10594
-
10595
- @property
10596
- @pulumi.getter(name="cronSchedule")
10597
- def cron_schedule(self) -> str:
10598
- """
10599
- The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
10600
- """
10601
- return pulumi.get(self, "cron_schedule")
10602
-
10603
- @property
10604
- @pulumi.getter
10605
- def enabled(self) -> bool:
10606
- """
10607
- Defines whether the scheduled backup is enabled. The default value is false.
10608
- """
10609
- return pulumi.get(self, "enabled")
10610
-
10611
- @property
10612
- @pulumi.getter(name="timeZone")
10613
- def time_zone(self) -> str:
10614
- """
10615
- Specifies the time zone to be used when interpreting cronSchedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.
10616
- """
10617
- return pulumi.get(self, "time_zone")
10618
-
10619
-
10620
10488
  @pulumi.output_type
10621
10489
  class GetMetastoreServiceTelemetryConfigResult(dict):
10622
10490
  def __init__(__self__, *,
@@ -300,7 +300,7 @@ class AppCheckServiceConfig(pulumi.CustomResource):
300
300
  disable_on_destroy=False)
301
301
  default = gcp.firebase.AppCheckServiceConfig("default",
302
302
  project="my-project-name",
303
- service_id="identitytoolkit.googleapis.com",
303
+ service_id="firebasedatabase.googleapis.com",
304
304
  enforcement_mode="UNENFORCED")
305
305
  ```
306
306
  <!--End PulumiCodeChooser -->
@@ -422,7 +422,7 @@ class AppCheckServiceConfig(pulumi.CustomResource):
422
422
  disable_on_destroy=False)
423
423
  default = gcp.firebase.AppCheckServiceConfig("default",
424
424
  project="my-project-name",
425
- service_id="identitytoolkit.googleapis.com",
425
+ service_id="firebasedatabase.googleapis.com",
426
426
  enforcement_mode="UNENFORCED")
427
427
  ```
428
428
  <!--End PulumiCodeChooser -->
@@ -29,11 +29,11 @@ class BackupScheduleArgs:
29
29
 
30
30
 
31
31
  - - -
32
- :param pulumi.Input['BackupScheduleDailyRecurrenceArgs'] daily_recurrence: For a schedule that runs daily.
32
+ :param pulumi.Input['BackupScheduleDailyRecurrenceArgs'] daily_recurrence: For a schedule that runs daily at a specified time.
33
33
  :param pulumi.Input[str] database: The Firestore database id. Defaults to `"(default)"`.
34
34
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
35
35
  If it is not provided, the provider project is used.
36
- :param pulumi.Input['BackupScheduleWeeklyRecurrenceArgs'] weekly_recurrence: For a schedule that runs weekly on a specific day.
36
+ :param pulumi.Input['BackupScheduleWeeklyRecurrenceArgs'] weekly_recurrence: For a schedule that runs weekly on a specific day and time.
37
37
  Structure is documented below.
38
38
  """
39
39
  pulumi.set(__self__, "retention", retention)
@@ -67,7 +67,7 @@ class BackupScheduleArgs:
67
67
  @pulumi.getter(name="dailyRecurrence")
68
68
  def daily_recurrence(self) -> Optional[pulumi.Input['BackupScheduleDailyRecurrenceArgs']]:
69
69
  """
70
- For a schedule that runs daily.
70
+ For a schedule that runs daily at a specified time.
71
71
  """
72
72
  return pulumi.get(self, "daily_recurrence")
73
73
 
@@ -104,7 +104,7 @@ class BackupScheduleArgs:
104
104
  @pulumi.getter(name="weeklyRecurrence")
105
105
  def weekly_recurrence(self) -> Optional[pulumi.Input['BackupScheduleWeeklyRecurrenceArgs']]:
106
106
  """
107
- For a schedule that runs weekly on a specific day.
107
+ For a schedule that runs weekly on a specific day and time.
108
108
  Structure is documented below.
109
109
  """
110
110
  return pulumi.get(self, "weekly_recurrence")
@@ -125,7 +125,7 @@ class _BackupScheduleState:
125
125
  weekly_recurrence: Optional[pulumi.Input['BackupScheduleWeeklyRecurrenceArgs']] = None):
126
126
  """
127
127
  Input properties used for looking up and filtering BackupSchedule resources.
128
- :param pulumi.Input['BackupScheduleDailyRecurrenceArgs'] daily_recurrence: For a schedule that runs daily.
128
+ :param pulumi.Input['BackupScheduleDailyRecurrenceArgs'] daily_recurrence: For a schedule that runs daily at a specified time.
129
129
  :param pulumi.Input[str] database: The Firestore database id. Defaults to `"(default)"`.
130
130
  :param pulumi.Input[str] name: The unique backup schedule identifier across all locations and databases for the given project. Format:
131
131
  `projects/{{project}}/databases/{{database}}/backupSchedules/{{backupSchedule}}`
@@ -137,7 +137,7 @@ class _BackupScheduleState:
137
137
 
138
138
 
139
139
  - - -
140
- :param pulumi.Input['BackupScheduleWeeklyRecurrenceArgs'] weekly_recurrence: For a schedule that runs weekly on a specific day.
140
+ :param pulumi.Input['BackupScheduleWeeklyRecurrenceArgs'] weekly_recurrence: For a schedule that runs weekly on a specific day and time.
141
141
  Structure is documented below.
142
142
  """
143
143
  if daily_recurrence is not None:
@@ -157,7 +157,7 @@ class _BackupScheduleState:
157
157
  @pulumi.getter(name="dailyRecurrence")
158
158
  def daily_recurrence(self) -> Optional[pulumi.Input['BackupScheduleDailyRecurrenceArgs']]:
159
159
  """
160
- For a schedule that runs daily.
160
+ For a schedule that runs daily at a specified time.
161
161
  """
162
162
  return pulumi.get(self, "daily_recurrence")
163
163
 
@@ -224,7 +224,7 @@ class _BackupScheduleState:
224
224
  @pulumi.getter(name="weeklyRecurrence")
225
225
  def weekly_recurrence(self) -> Optional[pulumi.Input['BackupScheduleWeeklyRecurrenceArgs']]:
226
226
  """
227
- For a schedule that runs weekly on a specific day.
227
+ For a schedule that runs weekly on a specific day and time.
228
228
  Structure is documented below.
229
229
  """
230
230
  return pulumi.get(self, "weekly_recurrence")
@@ -334,7 +334,7 @@ class BackupSchedule(pulumi.CustomResource):
334
334
 
335
335
  :param str resource_name: The name of the resource.
336
336
  :param pulumi.ResourceOptions opts: Options for the resource.
337
- :param pulumi.Input[pulumi.InputType['BackupScheduleDailyRecurrenceArgs']] daily_recurrence: For a schedule that runs daily.
337
+ :param pulumi.Input[pulumi.InputType['BackupScheduleDailyRecurrenceArgs']] daily_recurrence: For a schedule that runs daily at a specified time.
338
338
  :param pulumi.Input[str] database: The Firestore database id. Defaults to `"(default)"`.
339
339
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
340
340
  If it is not provided, the provider project is used.
@@ -344,7 +344,7 @@ class BackupSchedule(pulumi.CustomResource):
344
344
 
345
345
 
346
346
  - - -
347
- :param pulumi.Input[pulumi.InputType['BackupScheduleWeeklyRecurrenceArgs']] weekly_recurrence: For a schedule that runs weekly on a specific day.
347
+ :param pulumi.Input[pulumi.InputType['BackupScheduleWeeklyRecurrenceArgs']] weekly_recurrence: For a schedule that runs weekly on a specific day and time.
348
348
  Structure is documented below.
349
349
  """
350
350
  ...
@@ -500,7 +500,7 @@ class BackupSchedule(pulumi.CustomResource):
500
500
  :param str resource_name: The unique name of the resulting resource.
501
501
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
502
502
  :param pulumi.ResourceOptions opts: Options for the resource.
503
- :param pulumi.Input[pulumi.InputType['BackupScheduleDailyRecurrenceArgs']] daily_recurrence: For a schedule that runs daily.
503
+ :param pulumi.Input[pulumi.InputType['BackupScheduleDailyRecurrenceArgs']] daily_recurrence: For a schedule that runs daily at a specified time.
504
504
  :param pulumi.Input[str] database: The Firestore database id. Defaults to `"(default)"`.
505
505
  :param pulumi.Input[str] name: The unique backup schedule identifier across all locations and databases for the given project. Format:
506
506
  `projects/{{project}}/databases/{{database}}/backupSchedules/{{backupSchedule}}`
@@ -512,7 +512,7 @@ class BackupSchedule(pulumi.CustomResource):
512
512
 
513
513
 
514
514
  - - -
515
- :param pulumi.Input[pulumi.InputType['BackupScheduleWeeklyRecurrenceArgs']] weekly_recurrence: For a schedule that runs weekly on a specific day.
515
+ :param pulumi.Input[pulumi.InputType['BackupScheduleWeeklyRecurrenceArgs']] weekly_recurrence: For a schedule that runs weekly on a specific day and time.
516
516
  Structure is documented below.
517
517
  """
518
518
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -531,7 +531,7 @@ class BackupSchedule(pulumi.CustomResource):
531
531
  @pulumi.getter(name="dailyRecurrence")
532
532
  def daily_recurrence(self) -> pulumi.Output[Optional['outputs.BackupScheduleDailyRecurrence']]:
533
533
  """
534
- For a schedule that runs daily.
534
+ For a schedule that runs daily at a specified time.
535
535
  """
536
536
  return pulumi.get(self, "daily_recurrence")
537
537
 
@@ -578,7 +578,7 @@ class BackupSchedule(pulumi.CustomResource):
578
578
  @pulumi.getter(name="weeklyRecurrence")
579
579
  def weekly_recurrence(self) -> pulumi.Output[Optional['outputs.BackupScheduleWeeklyRecurrence']]:
580
580
  """
581
- For a schedule that runs weekly on a specific day.
581
+ For a schedule that runs weekly on a specific day and time.
582
582
  Structure is documented below.
583
583
  """
584
584
  return pulumi.get(self, "weekly_recurrence")
@@ -320,7 +320,7 @@ class Field(pulumi.CustomResource):
320
320
  basic = gcp.firestore.Field("basic",
321
321
  project="my-project-name",
322
322
  database=database.name,
323
- collection="chatrooms__34962",
323
+ collection="chatrooms__64336",
324
324
  field="basic",
325
325
  index_config=gcp.firestore.FieldIndexConfigArgs(
326
326
  indexes=[
@@ -375,7 +375,7 @@ class Field(pulumi.CustomResource):
375
375
  match_override = gcp.firestore.Field("match_override",
376
376
  project="my-project-name",
377
377
  database=database.name,
378
- collection="chatrooms__74000",
378
+ collection="chatrooms__34962",
379
379
  field="field_with_same_configuration_as_ancestor",
380
380
  index_config=gcp.firestore.FieldIndexConfigArgs(
381
381
  indexes=[
@@ -464,7 +464,7 @@ class Field(pulumi.CustomResource):
464
464
  basic = gcp.firestore.Field("basic",
465
465
  project="my-project-name",
466
466
  database=database.name,
467
- collection="chatrooms__34962",
467
+ collection="chatrooms__64336",
468
468
  field="basic",
469
469
  index_config=gcp.firestore.FieldIndexConfigArgs(
470
470
  indexes=[
@@ -519,7 +519,7 @@ class Field(pulumi.CustomResource):
519
519
  match_override = gcp.firestore.Field("match_override",
520
520
  project="my-project-name",
521
521
  database=database.name,
522
- collection="chatrooms__74000",
522
+ collection="chatrooms__34962",
523
523
  field="field_with_same_configuration_as_ancestor",
524
524
  index_config=gcp.firestore.FieldIndexConfigArgs(
525
525
  indexes=[