pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__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 (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
@@ -56,10 +56,7 @@ class CxAgentArgs:
56
56
  :param pulumi.Input[str] avatar_uri: The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
57
57
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
58
58
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
59
- :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
60
- Determines whether this agent should log conversation queries.
61
-
62
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
59
+ :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
63
60
  :param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
64
61
  Structure is documented below.
65
62
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -83,9 +80,6 @@ class CxAgentArgs:
83
80
  pulumi.set(__self__, "description", description)
84
81
  if enable_spell_correction is not None:
85
82
  pulumi.set(__self__, "enable_spell_correction", enable_spell_correction)
86
- if enable_stackdriver_logging is not None:
87
- warnings.warn("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""", DeprecationWarning)
88
- pulumi.log.warn("""enable_stackdriver_logging is deprecated: `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
89
83
  if enable_stackdriver_logging is not None:
90
84
  pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
91
85
  if git_integration_settings is not None:
@@ -209,13 +203,9 @@ class CxAgentArgs:
209
203
 
210
204
  @property
211
205
  @pulumi.getter(name="enableStackdriverLogging")
212
- @_utilities.deprecated("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
213
206
  def enable_stackdriver_logging(self) -> Optional[pulumi.Input[bool]]:
214
207
  """
215
- (Optional, Deprecated)
216
208
  Determines whether this agent should log conversation queries.
217
-
218
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
219
209
  """
220
210
  return pulumi.get(self, "enable_stackdriver_logging")
221
211
 
@@ -331,10 +321,7 @@ class _CxAgentState:
331
321
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
332
322
  :param pulumi.Input[str] display_name: The human-readable name of the agent, unique within the location.
333
323
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
334
- :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
335
- Determines whether this agent should log conversation queries.
336
-
337
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
324
+ :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
338
325
  :param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
339
326
  Structure is documented below.
340
327
  :param pulumi.Input[str] location: The name of the location this agent is located in.
@@ -369,9 +356,6 @@ class _CxAgentState:
369
356
  pulumi.set(__self__, "display_name", display_name)
370
357
  if enable_spell_correction is not None:
371
358
  pulumi.set(__self__, "enable_spell_correction", enable_spell_correction)
372
- if enable_stackdriver_logging is not None:
373
- warnings.warn("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""", DeprecationWarning)
374
- pulumi.log.warn("""enable_stackdriver_logging is deprecated: `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
375
359
  if enable_stackdriver_logging is not None:
376
360
  pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
377
361
  if git_integration_settings is not None:
@@ -472,13 +456,9 @@ class _CxAgentState:
472
456
 
473
457
  @property
474
458
  @pulumi.getter(name="enableStackdriverLogging")
475
- @_utilities.deprecated("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
476
459
  def enable_stackdriver_logging(self) -> Optional[pulumi.Input[bool]]:
477
460
  """
478
- (Optional, Deprecated)
479
461
  Determines whether this agent should log conversation queries.
480
-
481
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
482
462
  """
483
463
  return pulumi.get(self, "enable_stackdriver_logging")
484
464
 
@@ -682,26 +662,11 @@ class CxAgent(pulumi.CustomResource):
682
662
  "audio_export_gcs_destination": {
683
663
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
684
664
  },
685
- "speech_settings": {
686
- "endpointer_sensitivity": 30,
687
- "no_speech_timeout": "3.500s",
688
- "use_timeout_based_endpointing": True,
689
- "models": {
690
- "name": "wrench",
691
- "mass": "1.3kg",
692
- "count": "3",
693
- },
694
- },
695
665
  "dtmf_settings": {
696
666
  "enabled": True,
697
667
  "max_digits": 1,
698
668
  "finish_digit": "#",
699
669
  },
700
- "logging_settings": {
701
- "enable_stackdriver_logging": True,
702
- "enable_interaction_logging": True,
703
- "enable_consent_based_redaction": True,
704
- },
705
670
  },
706
671
  git_integration_settings={
707
672
  "github_settings": {
@@ -763,10 +728,7 @@ class CxAgent(pulumi.CustomResource):
763
728
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
764
729
  :param pulumi.Input[str] display_name: The human-readable name of the agent, unique within the location.
765
730
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
766
- :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
767
- Determines whether this agent should log conversation queries.
768
-
769
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
731
+ :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
770
732
  :param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
771
733
  Structure is documented below.
772
734
  :param pulumi.Input[str] location: The name of the location this agent is located in.
@@ -836,26 +798,11 @@ class CxAgent(pulumi.CustomResource):
836
798
  "audio_export_gcs_destination": {
837
799
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
838
800
  },
839
- "speech_settings": {
840
- "endpointer_sensitivity": 30,
841
- "no_speech_timeout": "3.500s",
842
- "use_timeout_based_endpointing": True,
843
- "models": {
844
- "name": "wrench",
845
- "mass": "1.3kg",
846
- "count": "3",
847
- },
848
- },
849
801
  "dtmf_settings": {
850
802
  "enabled": True,
851
803
  "max_digits": 1,
852
804
  "finish_digit": "#",
853
805
  },
854
- "logging_settings": {
855
- "enable_stackdriver_logging": True,
856
- "enable_interaction_logging": True,
857
- "enable_consent_based_redaction": True,
858
- },
859
806
  },
860
807
  git_integration_settings={
861
808
  "github_settings": {
@@ -1013,10 +960,7 @@ class CxAgent(pulumi.CustomResource):
1013
960
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
1014
961
  :param pulumi.Input[str] display_name: The human-readable name of the agent, unique within the location.
1015
962
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
1016
- :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
1017
- Determines whether this agent should log conversation queries.
1018
-
1019
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
963
+ :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
1020
964
  :param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
1021
965
  Structure is documented below.
1022
966
  :param pulumi.Input[str] location: The name of the location this agent is located in.
@@ -1115,13 +1059,9 @@ class CxAgent(pulumi.CustomResource):
1115
1059
 
1116
1060
  @property
1117
1061
  @pulumi.getter(name="enableStackdriverLogging")
1118
- @_utilities.deprecated("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
1119
1062
  def enable_stackdriver_logging(self) -> pulumi.Output[Optional[bool]]:
1120
1063
  """
1121
- (Optional, Deprecated)
1122
1064
  Determines whether this agent should log conversation queries.
1123
-
1124
- > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
1125
1065
  """
1126
1066
  return pulumi.get(self, "enable_stackdriver_logging")
1127
1067
 
@@ -857,26 +857,11 @@ class CxFlow(pulumi.CustomResource):
857
857
  "audio_export_gcs_destination": {
858
858
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
859
859
  },
860
- "speech_settings": {
861
- "endpointer_sensitivity": 30,
862
- "no_speech_timeout": "3.500s",
863
- "use_timeout_based_endpointing": True,
864
- "models": {
865
- "name": "wrench",
866
- "mass": "1.3kg",
867
- "count": "3",
868
- },
869
- },
870
860
  "dtmf_settings": {
871
861
  "enabled": True,
872
862
  "max_digits": 1,
873
863
  "finish_digit": "#",
874
864
  },
875
- "logging_settings": {
876
- "enable_stackdriver_logging": True,
877
- "enable_interaction_logging": True,
878
- "enable_consent_based_redaction": True,
879
- },
880
865
  })
881
866
  ```
882
867
 
@@ -1300,26 +1285,11 @@ class CxFlow(pulumi.CustomResource):
1300
1285
  "audio_export_gcs_destination": {
1301
1286
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
1302
1287
  },
1303
- "speech_settings": {
1304
- "endpointer_sensitivity": 30,
1305
- "no_speech_timeout": "3.500s",
1306
- "use_timeout_based_endpointing": True,
1307
- "models": {
1308
- "name": "wrench",
1309
- "mass": "1.3kg",
1310
- "count": "3",
1311
- },
1312
- },
1313
1288
  "dtmf_settings": {
1314
1289
  "enabled": True,
1315
1290
  "max_digits": 1,
1316
1291
  "finish_digit": "#",
1317
1292
  },
1318
- "logging_settings": {
1319
- "enable_stackdriver_logging": True,
1320
- "enable_interaction_logging": True,
1321
- "enable_consent_based_redaction": True,
1322
- },
1323
1293
  })
1324
1294
  ```
1325
1295