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
@@ -19,8 +19,6 @@ __all__ = [
19
19
  'CxAgentAdvancedSettings',
20
20
  'CxAgentAdvancedSettingsAudioExportGcsDestination',
21
21
  'CxAgentAdvancedSettingsDtmfSettings',
22
- 'CxAgentAdvancedSettingsLoggingSettings',
23
- 'CxAgentAdvancedSettingsSpeechSettings',
24
22
  'CxAgentGitIntegrationSettings',
25
23
  'CxAgentGitIntegrationSettingsGithubSettings',
26
24
  'CxAgentSpeechToTextSettings',
@@ -31,8 +29,6 @@ __all__ = [
31
29
  'CxFlowAdvancedSettings',
32
30
  'CxFlowAdvancedSettingsAudioExportGcsDestination',
33
31
  'CxFlowAdvancedSettingsDtmfSettings',
34
- 'CxFlowAdvancedSettingsLoggingSettings',
35
- 'CxFlowAdvancedSettingsSpeechSettings',
36
32
  'CxFlowEventHandler',
37
33
  'CxFlowEventHandlerTriggerFulfillment',
38
34
  'CxFlowEventHandlerTriggerFulfillmentConditionalCase',
@@ -164,10 +160,6 @@ class CxAgentAdvancedSettings(dict):
164
160
  suggest = "audio_export_gcs_destination"
165
161
  elif key == "dtmfSettings":
166
162
  suggest = "dtmf_settings"
167
- elif key == "loggingSettings":
168
- suggest = "logging_settings"
169
- elif key == "speechSettings":
170
- suggest = "speech_settings"
171
163
 
172
164
  if suggest:
173
165
  pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettings. Access the value via the '{suggest}' property getter instead.")
@@ -182,9 +174,7 @@ class CxAgentAdvancedSettings(dict):
182
174
 
183
175
  def __init__(__self__, *,
184
176
  audio_export_gcs_destination: Optional['outputs.CxAgentAdvancedSettingsAudioExportGcsDestination'] = None,
185
- dtmf_settings: Optional['outputs.CxAgentAdvancedSettingsDtmfSettings'] = None,
186
- logging_settings: Optional['outputs.CxAgentAdvancedSettingsLoggingSettings'] = None,
187
- speech_settings: Optional['outputs.CxAgentAdvancedSettingsSpeechSettings'] = None):
177
+ dtmf_settings: Optional['outputs.CxAgentAdvancedSettingsDtmfSettings'] = None):
188
178
  """
189
179
  :param 'CxAgentAdvancedSettingsAudioExportGcsDestinationArgs' audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
190
180
  * Agent level
@@ -196,24 +186,11 @@ class CxAgentAdvancedSettings(dict):
196
186
  * Page level
197
187
  * Parameter level
198
188
  Structure is documented below.
199
- :param 'CxAgentAdvancedSettingsLoggingSettingsArgs' logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
200
- * Agent level
201
- Structure is documented below.
202
- :param 'CxAgentAdvancedSettingsSpeechSettingsArgs' speech_settings: Settings for speech to text detection. Exposed at the following levels:
203
- * Agent level
204
- * Flow level
205
- * Page level
206
- * Parameter level
207
- Structure is documented below.
208
189
  """
209
190
  if audio_export_gcs_destination is not None:
210
191
  pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
211
192
  if dtmf_settings is not None:
212
193
  pulumi.set(__self__, "dtmf_settings", dtmf_settings)
213
- if logging_settings is not None:
214
- pulumi.set(__self__, "logging_settings", logging_settings)
215
- if speech_settings is not None:
216
- pulumi.set(__self__, "speech_settings", speech_settings)
217
194
 
218
195
  @property
219
196
  @pulumi.getter(name="audioExportGcsDestination")
@@ -239,29 +216,6 @@ class CxAgentAdvancedSettings(dict):
239
216
  """
240
217
  return pulumi.get(self, "dtmf_settings")
241
218
 
242
- @property
243
- @pulumi.getter(name="loggingSettings")
244
- def logging_settings(self) -> Optional['outputs.CxAgentAdvancedSettingsLoggingSettings']:
245
- """
246
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
247
- * Agent level
248
- Structure is documented below.
249
- """
250
- return pulumi.get(self, "logging_settings")
251
-
252
- @property
253
- @pulumi.getter(name="speechSettings")
254
- def speech_settings(self) -> Optional['outputs.CxAgentAdvancedSettingsSpeechSettings']:
255
- """
256
- Settings for speech to text detection. Exposed at the following levels:
257
- * Agent level
258
- * Flow level
259
- * Page level
260
- * Parameter level
261
- Structure is documented below.
262
- """
263
- return pulumi.get(self, "speech_settings")
264
-
265
219
 
266
220
  @pulumi.output_type
267
221
  class CxAgentAdvancedSettingsAudioExportGcsDestination(dict):
@@ -346,150 +300,6 @@ class CxAgentAdvancedSettingsDtmfSettings(dict):
346
300
  return pulumi.get(self, "max_digits")
347
301
 
348
302
 
349
- @pulumi.output_type
350
- class CxAgentAdvancedSettingsLoggingSettings(dict):
351
- @staticmethod
352
- def __key_warning(key: str):
353
- suggest = None
354
- if key == "enableConsentBasedRedaction":
355
- suggest = "enable_consent_based_redaction"
356
- elif key == "enableInteractionLogging":
357
- suggest = "enable_interaction_logging"
358
- elif key == "enableStackdriverLogging":
359
- suggest = "enable_stackdriver_logging"
360
-
361
- if suggest:
362
- pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettingsLoggingSettings. Access the value via the '{suggest}' property getter instead.")
363
-
364
- def __getitem__(self, key: str) -> Any:
365
- CxAgentAdvancedSettingsLoggingSettings.__key_warning(key)
366
- return super().__getitem__(key)
367
-
368
- def get(self, key: str, default = None) -> Any:
369
- CxAgentAdvancedSettingsLoggingSettings.__key_warning(key)
370
- return super().get(key, default)
371
-
372
- def __init__(__self__, *,
373
- enable_consent_based_redaction: Optional[bool] = None,
374
- enable_interaction_logging: Optional[bool] = None,
375
- enable_stackdriver_logging: Optional[bool] = None):
376
- """
377
- :param bool enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
378
- :param bool enable_interaction_logging: Enables DF Interaction logging.
379
- :param bool enable_stackdriver_logging: Enables Google Cloud Logging.
380
- """
381
- if enable_consent_based_redaction is not None:
382
- pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
383
- if enable_interaction_logging is not None:
384
- pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
385
- if enable_stackdriver_logging is not None:
386
- pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
387
-
388
- @property
389
- @pulumi.getter(name="enableConsentBasedRedaction")
390
- def enable_consent_based_redaction(self) -> Optional[bool]:
391
- """
392
- Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
393
- """
394
- return pulumi.get(self, "enable_consent_based_redaction")
395
-
396
- @property
397
- @pulumi.getter(name="enableInteractionLogging")
398
- def enable_interaction_logging(self) -> Optional[bool]:
399
- """
400
- Enables DF Interaction logging.
401
- """
402
- return pulumi.get(self, "enable_interaction_logging")
403
-
404
- @property
405
- @pulumi.getter(name="enableStackdriverLogging")
406
- def enable_stackdriver_logging(self) -> Optional[bool]:
407
- """
408
- Enables Google Cloud Logging.
409
- """
410
- return pulumi.get(self, "enable_stackdriver_logging")
411
-
412
-
413
- @pulumi.output_type
414
- class CxAgentAdvancedSettingsSpeechSettings(dict):
415
- @staticmethod
416
- def __key_warning(key: str):
417
- suggest = None
418
- if key == "endpointerSensitivity":
419
- suggest = "endpointer_sensitivity"
420
- elif key == "noSpeechTimeout":
421
- suggest = "no_speech_timeout"
422
- elif key == "useTimeoutBasedEndpointing":
423
- suggest = "use_timeout_based_endpointing"
424
-
425
- if suggest:
426
- pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettingsSpeechSettings. Access the value via the '{suggest}' property getter instead.")
427
-
428
- def __getitem__(self, key: str) -> Any:
429
- CxAgentAdvancedSettingsSpeechSettings.__key_warning(key)
430
- return super().__getitem__(key)
431
-
432
- def get(self, key: str, default = None) -> Any:
433
- CxAgentAdvancedSettingsSpeechSettings.__key_warning(key)
434
- return super().get(key, default)
435
-
436
- def __init__(__self__, *,
437
- endpointer_sensitivity: Optional[int] = None,
438
- models: Optional[Mapping[str, str]] = None,
439
- no_speech_timeout: Optional[str] = None,
440
- use_timeout_based_endpointing: Optional[bool] = None):
441
- """
442
- :param int endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
443
- :param Mapping[str, str] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
444
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
445
- :param str no_speech_timeout: Timeout before detecting no speech.
446
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
447
- :param bool use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
448
- """
449
- if endpointer_sensitivity is not None:
450
- pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
451
- if models is not None:
452
- pulumi.set(__self__, "models", models)
453
- if no_speech_timeout is not None:
454
- pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
455
- if use_timeout_based_endpointing is not None:
456
- pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
457
-
458
- @property
459
- @pulumi.getter(name="endpointerSensitivity")
460
- def endpointer_sensitivity(self) -> Optional[int]:
461
- """
462
- Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
463
- """
464
- return pulumi.get(self, "endpointer_sensitivity")
465
-
466
- @property
467
- @pulumi.getter
468
- def models(self) -> Optional[Mapping[str, str]]:
469
- """
470
- Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
471
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
472
- """
473
- return pulumi.get(self, "models")
474
-
475
- @property
476
- @pulumi.getter(name="noSpeechTimeout")
477
- def no_speech_timeout(self) -> Optional[str]:
478
- """
479
- Timeout before detecting no speech.
480
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
481
- """
482
- return pulumi.get(self, "no_speech_timeout")
483
-
484
- @property
485
- @pulumi.getter(name="useTimeoutBasedEndpointing")
486
- def use_timeout_based_endpointing(self) -> Optional[bool]:
487
- """
488
- Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
489
- """
490
- return pulumi.get(self, "use_timeout_based_endpointing")
491
-
492
-
493
303
  @pulumi.output_type
494
304
  class CxAgentGitIntegrationSettings(dict):
495
305
  @staticmethod
@@ -789,10 +599,6 @@ class CxFlowAdvancedSettings(dict):
789
599
  suggest = "audio_export_gcs_destination"
790
600
  elif key == "dtmfSettings":
791
601
  suggest = "dtmf_settings"
792
- elif key == "loggingSettings":
793
- suggest = "logging_settings"
794
- elif key == "speechSettings":
795
- suggest = "speech_settings"
796
602
 
797
603
  if suggest:
798
604
  pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettings. Access the value via the '{suggest}' property getter instead.")
@@ -807,9 +613,7 @@ class CxFlowAdvancedSettings(dict):
807
613
 
808
614
  def __init__(__self__, *,
809
615
  audio_export_gcs_destination: Optional['outputs.CxFlowAdvancedSettingsAudioExportGcsDestination'] = None,
810
- dtmf_settings: Optional['outputs.CxFlowAdvancedSettingsDtmfSettings'] = None,
811
- logging_settings: Optional['outputs.CxFlowAdvancedSettingsLoggingSettings'] = None,
812
- speech_settings: Optional['outputs.CxFlowAdvancedSettingsSpeechSettings'] = None):
616
+ dtmf_settings: Optional['outputs.CxFlowAdvancedSettingsDtmfSettings'] = None):
813
617
  """
814
618
  :param 'CxFlowAdvancedSettingsAudioExportGcsDestinationArgs' audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
815
619
  * Agent level
@@ -821,24 +625,11 @@ class CxFlowAdvancedSettings(dict):
821
625
  * Page level
822
626
  * Parameter level
823
627
  Structure is documented below.
824
- :param 'CxFlowAdvancedSettingsLoggingSettingsArgs' logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
825
- * Agent level
826
- Structure is documented below.
827
- :param 'CxFlowAdvancedSettingsSpeechSettingsArgs' speech_settings: Settings for speech to text detection. Exposed at the following levels:
828
- * Agent level
829
- * Flow level
830
- * Page level
831
- * Parameter level
832
- Structure is documented below.
833
628
  """
834
629
  if audio_export_gcs_destination is not None:
835
630
  pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
836
631
  if dtmf_settings is not None:
837
632
  pulumi.set(__self__, "dtmf_settings", dtmf_settings)
838
- if logging_settings is not None:
839
- pulumi.set(__self__, "logging_settings", logging_settings)
840
- if speech_settings is not None:
841
- pulumi.set(__self__, "speech_settings", speech_settings)
842
633
 
843
634
  @property
844
635
  @pulumi.getter(name="audioExportGcsDestination")
@@ -864,29 +655,6 @@ class CxFlowAdvancedSettings(dict):
864
655
  """
865
656
  return pulumi.get(self, "dtmf_settings")
866
657
 
867
- @property
868
- @pulumi.getter(name="loggingSettings")
869
- def logging_settings(self) -> Optional['outputs.CxFlowAdvancedSettingsLoggingSettings']:
870
- """
871
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
872
- * Agent level
873
- Structure is documented below.
874
- """
875
- return pulumi.get(self, "logging_settings")
876
-
877
- @property
878
- @pulumi.getter(name="speechSettings")
879
- def speech_settings(self) -> Optional['outputs.CxFlowAdvancedSettingsSpeechSettings']:
880
- """
881
- Settings for speech to text detection. Exposed at the following levels:
882
- * Agent level
883
- * Flow level
884
- * Page level
885
- * Parameter level
886
- Structure is documented below.
887
- """
888
- return pulumi.get(self, "speech_settings")
889
-
890
658
 
891
659
  @pulumi.output_type
892
660
  class CxFlowAdvancedSettingsAudioExportGcsDestination(dict):
@@ -971,150 +739,6 @@ class CxFlowAdvancedSettingsDtmfSettings(dict):
971
739
  return pulumi.get(self, "max_digits")
972
740
 
973
741
 
974
- @pulumi.output_type
975
- class CxFlowAdvancedSettingsLoggingSettings(dict):
976
- @staticmethod
977
- def __key_warning(key: str):
978
- suggest = None
979
- if key == "enableConsentBasedRedaction":
980
- suggest = "enable_consent_based_redaction"
981
- elif key == "enableInteractionLogging":
982
- suggest = "enable_interaction_logging"
983
- elif key == "enableStackdriverLogging":
984
- suggest = "enable_stackdriver_logging"
985
-
986
- if suggest:
987
- pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettingsLoggingSettings. Access the value via the '{suggest}' property getter instead.")
988
-
989
- def __getitem__(self, key: str) -> Any:
990
- CxFlowAdvancedSettingsLoggingSettings.__key_warning(key)
991
- return super().__getitem__(key)
992
-
993
- def get(self, key: str, default = None) -> Any:
994
- CxFlowAdvancedSettingsLoggingSettings.__key_warning(key)
995
- return super().get(key, default)
996
-
997
- def __init__(__self__, *,
998
- enable_consent_based_redaction: Optional[bool] = None,
999
- enable_interaction_logging: Optional[bool] = None,
1000
- enable_stackdriver_logging: Optional[bool] = None):
1001
- """
1002
- :param bool enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1003
- :param bool enable_interaction_logging: Enables DF Interaction logging.
1004
- :param bool enable_stackdriver_logging: Enables Google Cloud Logging.
1005
- """
1006
- if enable_consent_based_redaction is not None:
1007
- pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
1008
- if enable_interaction_logging is not None:
1009
- pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
1010
- if enable_stackdriver_logging is not None:
1011
- pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
1012
-
1013
- @property
1014
- @pulumi.getter(name="enableConsentBasedRedaction")
1015
- def enable_consent_based_redaction(self) -> Optional[bool]:
1016
- """
1017
- Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1018
- """
1019
- return pulumi.get(self, "enable_consent_based_redaction")
1020
-
1021
- @property
1022
- @pulumi.getter(name="enableInteractionLogging")
1023
- def enable_interaction_logging(self) -> Optional[bool]:
1024
- """
1025
- Enables DF Interaction logging.
1026
- """
1027
- return pulumi.get(self, "enable_interaction_logging")
1028
-
1029
- @property
1030
- @pulumi.getter(name="enableStackdriverLogging")
1031
- def enable_stackdriver_logging(self) -> Optional[bool]:
1032
- """
1033
- Enables Google Cloud Logging.
1034
- """
1035
- return pulumi.get(self, "enable_stackdriver_logging")
1036
-
1037
-
1038
- @pulumi.output_type
1039
- class CxFlowAdvancedSettingsSpeechSettings(dict):
1040
- @staticmethod
1041
- def __key_warning(key: str):
1042
- suggest = None
1043
- if key == "endpointerSensitivity":
1044
- suggest = "endpointer_sensitivity"
1045
- elif key == "noSpeechTimeout":
1046
- suggest = "no_speech_timeout"
1047
- elif key == "useTimeoutBasedEndpointing":
1048
- suggest = "use_timeout_based_endpointing"
1049
-
1050
- if suggest:
1051
- pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettingsSpeechSettings. Access the value via the '{suggest}' property getter instead.")
1052
-
1053
- def __getitem__(self, key: str) -> Any:
1054
- CxFlowAdvancedSettingsSpeechSettings.__key_warning(key)
1055
- return super().__getitem__(key)
1056
-
1057
- def get(self, key: str, default = None) -> Any:
1058
- CxFlowAdvancedSettingsSpeechSettings.__key_warning(key)
1059
- return super().get(key, default)
1060
-
1061
- def __init__(__self__, *,
1062
- endpointer_sensitivity: Optional[int] = None,
1063
- models: Optional[Mapping[str, str]] = None,
1064
- no_speech_timeout: Optional[str] = None,
1065
- use_timeout_based_endpointing: Optional[bool] = None):
1066
- """
1067
- :param int endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1068
- :param Mapping[str, str] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1069
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1070
- :param str no_speech_timeout: Timeout before detecting no speech.
1071
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1072
- :param bool use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1073
- """
1074
- if endpointer_sensitivity is not None:
1075
- pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
1076
- if models is not None:
1077
- pulumi.set(__self__, "models", models)
1078
- if no_speech_timeout is not None:
1079
- pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
1080
- if use_timeout_based_endpointing is not None:
1081
- pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
1082
-
1083
- @property
1084
- @pulumi.getter(name="endpointerSensitivity")
1085
- def endpointer_sensitivity(self) -> Optional[int]:
1086
- """
1087
- Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1088
- """
1089
- return pulumi.get(self, "endpointer_sensitivity")
1090
-
1091
- @property
1092
- @pulumi.getter
1093
- def models(self) -> Optional[Mapping[str, str]]:
1094
- """
1095
- Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1096
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1097
- """
1098
- return pulumi.get(self, "models")
1099
-
1100
- @property
1101
- @pulumi.getter(name="noSpeechTimeout")
1102
- def no_speech_timeout(self) -> Optional[str]:
1103
- """
1104
- Timeout before detecting no speech.
1105
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1106
- """
1107
- return pulumi.get(self, "no_speech_timeout")
1108
-
1109
- @property
1110
- @pulumi.getter(name="useTimeoutBasedEndpointing")
1111
- def use_timeout_based_endpointing(self) -> Optional[bool]:
1112
- """
1113
- Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1114
- """
1115
- return pulumi.get(self, "use_timeout_based_endpointing")
1116
-
1117
-
1118
742
  @pulumi.output_type
1119
743
  class CxFlowEventHandler(dict):
1120
744
  @staticmethod
@@ -418,7 +418,8 @@ class Feature(pulumi.CustomResource):
418
418
  "gke_cluster": {
419
419
  "resource_link": cluster.id.apply(lambda id: f"//container.googleapis.com/{id}"),
420
420
  },
421
- })
421
+ },
422
+ description="Membership")
422
423
  feature = gcp.gkehub.Feature("feature",
423
424
  name="multiclusteringress",
424
425
  location="global",
@@ -764,7 +765,8 @@ class Feature(pulumi.CustomResource):
764
765
  "gke_cluster": {
765
766
  "resource_link": cluster.id.apply(lambda id: f"//container.googleapis.com/{id}"),
766
767
  },
767
- })
768
+ },
769
+ description="Membership")
768
770
  feature = gcp.gkehub.Feature("feature",
769
771
  name="multiclusteringress",
770
772
  location="global",
@@ -800,34 +800,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
800
800
  "account_id": "999999999999",
801
801
  })
802
802
  ```
803
- ### Iam Workload Identity Pool Provider Github Actions
804
-
805
- ```python
806
- import pulumi
807
- import pulumi_gcp as gcp
808
-
809
- pool = gcp.iam.WorkloadIdentityPool("pool", workload_identity_pool_id="example-pool")
810
- example = gcp.iam.WorkloadIdentityPoolProvider("example",
811
- workload_identity_pool_id=pool.workload_identity_pool_id,
812
- workload_identity_pool_provider_id="example-prvdr",
813
- display_name="Name of provider",
814
- description="GitHub Actions identity pool provider for automated test",
815
- disabled=True,
816
- attribute_condition=\"\"\" assertion.repository_owner_id == "123456789" &&
817
- attribute.repository == "gh-org/gh-repo" &&
818
- assertion.ref == "refs/heads/main" &&
819
- assertion.ref_type == "branch"
820
- \"\"\",
821
- attribute_mapping={
822
- "google.subject": "assertion.sub",
823
- "attribute.actor": "assertion.actor",
824
- "attribute.aud": "assertion.aud",
825
- "attribute.repository": "assertion.repository",
826
- },
827
- oidc={
828
- "issuer_uri": "https://token.actions.githubusercontent.com",
829
- })
830
- ```
831
803
  ### Iam Workload Identity Pool Provider Oidc Basic
832
804
 
833
805
  ```python
@@ -1163,34 +1135,6 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
1163
1135
  "account_id": "999999999999",
1164
1136
  })
1165
1137
  ```
1166
- ### Iam Workload Identity Pool Provider Github Actions
1167
-
1168
- ```python
1169
- import pulumi
1170
- import pulumi_gcp as gcp
1171
-
1172
- pool = gcp.iam.WorkloadIdentityPool("pool", workload_identity_pool_id="example-pool")
1173
- example = gcp.iam.WorkloadIdentityPoolProvider("example",
1174
- workload_identity_pool_id=pool.workload_identity_pool_id,
1175
- workload_identity_pool_provider_id="example-prvdr",
1176
- display_name="Name of provider",
1177
- description="GitHub Actions identity pool provider for automated test",
1178
- disabled=True,
1179
- attribute_condition=\"\"\" assertion.repository_owner_id == "123456789" &&
1180
- attribute.repository == "gh-org/gh-repo" &&
1181
- assertion.ref == "refs/heads/main" &&
1182
- assertion.ref_type == "branch"
1183
- \"\"\",
1184
- attribute_mapping={
1185
- "google.subject": "assertion.sub",
1186
- "attribute.actor": "assertion.actor",
1187
- "attribute.aud": "assertion.aud",
1188
- "attribute.repository": "assertion.repository",
1189
- },
1190
- oidc={
1191
- "issuer_uri": "https://token.actions.githubusercontent.com",
1192
- })
1193
- ```
1194
1138
  ### Iam Workload Identity Pool Provider Oidc Basic
1195
1139
 
1196
1140
  ```python