pulumi-gcp 8.32.0__py3-none-any.whl → 8.32.0a1747459264__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 (256) hide show
  1. pulumi_gcp/__init__.py +0 -88
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +0 -13
  4. pulumi_gcp/apigateway/api_config_iam_member.py +0 -13
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +0 -13
  6. pulumi_gcp/apigateway/api_iam_binding.py +0 -13
  7. pulumi_gcp/apigateway/api_iam_member.py +0 -13
  8. pulumi_gcp/apigateway/api_iam_policy.py +0 -13
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +0 -13
  10. pulumi_gcp/apigateway/gateway_iam_member.py +0 -13
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +0 -13
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +0 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +0 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +0 -2
  15. pulumi_gcp/apigee/environment_iam_binding.py +0 -27
  16. pulumi_gcp/apigee/environment_iam_member.py +0 -27
  17. pulumi_gcp/apigee/environment_iam_policy.py +0 -27
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +0 -6
  19. pulumi_gcp/beyondcorp/__init__.py +0 -1
  20. pulumi_gcp/beyondcorp/application.py +4 -8
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +0 -26
  22. pulumi_gcp/beyondcorp/application_iam_member.py +0 -26
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -26
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -4
  25. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +0 -2
  26. pulumi_gcp/beyondcorp/outputs.py +0 -45
  27. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +0 -13
  28. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +0 -13
  29. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +0 -13
  30. pulumi_gcp/bigquery/__init__.py +0 -1
  31. pulumi_gcp/bigquery/connection_iam_binding.py +11 -4
  32. pulumi_gcp/bigquery/connection_iam_member.py +11 -4
  33. pulumi_gcp/bigquery/connection_iam_policy.py +11 -4
  34. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  35. pulumi_gcp/bigquery/get_connection_iam_policy.py +4 -2
  36. pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
  37. pulumi_gcp/bigquery/iam_binding.py +0 -26
  38. pulumi_gcp/bigquery/iam_member.py +0 -26
  39. pulumi_gcp/bigquery/iam_policy.py +0 -26
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  41. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  44. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  45. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  46. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  49. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -13
  50. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -13
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -13
  52. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -2
  53. pulumi_gcp/bigtable/logical_view.py +0 -49
  54. pulumi_gcp/cloudbuild/trigger.py +2 -2
  55. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -6
  56. pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -6
  57. pulumi_gcp/colab/schedule.py +2 -2
  58. pulumi_gcp/compute/_inputs.py +0 -126
  59. pulumi_gcp/compute/backend_service.py +51 -259
  60. pulumi_gcp/compute/get_backend_service.py +1 -23
  61. pulumi_gcp/compute/get_global_forwarding_rule.py +1 -23
  62. pulumi_gcp/compute/get_instance_template.py +1 -12
  63. pulumi_gcp/compute/get_network_endpoint_group.py +1 -12
  64. pulumi_gcp/compute/global_forwarding_rule.py +0 -199
  65. pulumi_gcp/compute/instance_template.py +0 -28
  66. pulumi_gcp/compute/network_endpoint_group.py +0 -28
  67. pulumi_gcp/compute/outputs.py +0 -110
  68. pulumi_gcp/compute/region_backend_service.py +51 -58
  69. pulumi_gcp/container/cluster.py +0 -47
  70. pulumi_gcp/container/get_cluster.py +1 -12
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -34
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -34
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -34
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -8
  75. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -8
  76. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -8
  77. pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -34
  78. pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -34
  79. pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -34
  80. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -34
  81. pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -34
  82. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -34
  83. pulumi_gcp/dataplex/__init__.py +0 -5
  84. pulumi_gcp/dataplex/_inputs.py +0 -98
  85. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -13
  86. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -13
  87. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -13
  88. pulumi_gcp/dataplex/asset_iam_binding.py +0 -53
  89. pulumi_gcp/dataplex/asset_iam_member.py +0 -53
  90. pulumi_gcp/dataplex/asset_iam_policy.py +0 -53
  91. pulumi_gcp/dataplex/datascan_iam_binding.py +0 -13
  92. pulumi_gcp/dataplex/datascan_iam_member.py +0 -13
  93. pulumi_gcp/dataplex/datascan_iam_policy.py +0 -13
  94. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -13
  95. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -13
  96. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -13
  97. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -13
  98. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -13
  99. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -13
  100. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -2
  101. pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -10
  102. pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -2
  103. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -2
  104. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -2
  105. pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -6
  106. pulumi_gcp/dataplex/get_task_iam_policy.py +0 -2
  107. pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -8
  108. pulumi_gcp/dataplex/lake_iam_binding.py +0 -27
  109. pulumi_gcp/dataplex/lake_iam_member.py +0 -27
  110. pulumi_gcp/dataplex/lake_iam_policy.py +0 -27
  111. pulumi_gcp/dataplex/outputs.py +0 -56
  112. pulumi_gcp/dataplex/task_iam_binding.py +0 -13
  113. pulumi_gcp/dataplex/task_iam_member.py +0 -13
  114. pulumi_gcp/dataplex/task_iam_policy.py +0 -13
  115. pulumi_gcp/dataplex/zone_iam_binding.py +0 -40
  116. pulumi_gcp/dataplex/zone_iam_member.py +0 -40
  117. pulumi_gcp/dataplex/zone_iam_policy.py +0 -40
  118. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +25 -4
  119. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +25 -4
  120. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +25 -4
  121. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +8 -2
  122. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +0 -8
  123. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +0 -2
  124. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -2
  125. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +0 -10
  126. pulumi_gcp/dataproc/metastore_database_iam_binding.py +0 -40
  127. pulumi_gcp/dataproc/metastore_database_iam_member.py +0 -40
  128. pulumi_gcp/dataproc/metastore_database_iam_policy.py +0 -40
  129. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +0 -13
  130. pulumi_gcp/dataproc/metastore_federation_iam_member.py +0 -13
  131. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -13
  132. pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -13
  133. pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -13
  134. pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -13
  135. pulumi_gcp/dataproc/metastore_table_iam_binding.py +0 -53
  136. pulumi_gcp/dataproc/metastore_table_iam_member.py +0 -53
  137. pulumi_gcp/dataproc/metastore_table_iam_policy.py +0 -53
  138. pulumi_gcp/diagflow/_inputs.py +0 -56
  139. pulumi_gcp/diagflow/cx_agent.py +0 -60
  140. pulumi_gcp/diagflow/cx_flow.py +0 -2
  141. pulumi_gcp/diagflow/entity_type.py +2 -2
  142. pulumi_gcp/diagflow/outputs.py +0 -35
  143. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  144. pulumi_gcp/endpoints/consumers_iam_binding.py +0 -26
  145. pulumi_gcp/endpoints/consumers_iam_member.py +0 -26
  146. pulumi_gcp/endpoints/consumers_iam_policy.py +0 -26
  147. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +0 -8
  148. pulumi_gcp/endpoints/get_service_iam_policy.py +0 -6
  149. pulumi_gcp/endpoints/service_iam_binding.py +0 -13
  150. pulumi_gcp/endpoints/service_iam_member.py +0 -13
  151. pulumi_gcp/endpoints/service_iam_policy.py +0 -13
  152. pulumi_gcp/firebase/__init__.py +0 -3
  153. pulumi_gcp/firebase/_inputs.py +0 -1527
  154. pulumi_gcp/firebase/app_hosting_backend.py +0 -104
  155. pulumi_gcp/firebase/extensions_instance.py +4 -4
  156. pulumi_gcp/firebase/outputs.py +0 -1075
  157. pulumi_gcp/firestore/database.py +0 -9
  158. pulumi_gcp/gemini/get_repository_group_iam_policy.py +0 -4
  159. pulumi_gcp/gemini/repository_group_iam_binding.py +0 -26
  160. pulumi_gcp/gemini/repository_group_iam_member.py +0 -26
  161. pulumi_gcp/gemini/repository_group_iam_policy.py +0 -26
  162. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  163. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  164. pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -2
  165. pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -2
  166. pulumi_gcp/gkehub/membership_iam_binding.py +0 -13
  167. pulumi_gcp/gkehub/membership_iam_member.py +0 -13
  168. pulumi_gcp/gkehub/membership_iam_policy.py +0 -13
  169. pulumi_gcp/gkehub/scope_iam_binding.py +0 -13
  170. pulumi_gcp/gkehub/scope_iam_member.py +0 -13
  171. pulumi_gcp/gkehub/scope_iam_policy.py +0 -13
  172. pulumi_gcp/iam/__init__.py +0 -4
  173. pulumi_gcp/iam/_inputs.py +0 -432
  174. pulumi_gcp/iam/get_workload_identity_pool.py +1 -35
  175. pulumi_gcp/iam/oauth_client_credential.py +0 -6
  176. pulumi_gcp/iam/outputs.py +0 -510
  177. pulumi_gcp/iam/workload_identity_pool.py +24 -446
  178. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  179. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  180. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  181. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  182. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  183. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  184. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  185. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  186. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -2
  187. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -6
  188. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -6
  189. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  190. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -13
  191. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -13
  192. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -13
  193. pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -27
  194. pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -27
  195. pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -27
  196. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -27
  197. pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -27
  198. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -27
  199. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  200. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  201. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  202. pulumi_gcp/lustre/__init__.py +0 -1
  203. pulumi_gcp/lustre/instance.py +0 -12
  204. pulumi_gcp/netapp/backup.py +2 -2
  205. pulumi_gcp/networksecurity/intercept_deployment.py +0 -10
  206. pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -8
  207. pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -12
  208. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -16
  209. pulumi_gcp/pulumi-plugin.json +1 -1
  210. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -2
  211. pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -2
  212. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -13
  213. pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -13
  214. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -13
  215. pulumi_gcp/secretmanager/secret_iam_binding.py +0 -13
  216. pulumi_gcp/secretmanager/secret_iam_member.py +0 -13
  217. pulumi_gcp/secretmanager/secret_iam_policy.py +0 -13
  218. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +4 -2
  219. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +4 -2
  220. pulumi_gcp/securesourcemanager/repository_iam_binding.py +11 -4
  221. pulumi_gcp/securesourcemanager/repository_iam_member.py +11 -4
  222. pulumi_gcp/securesourcemanager/repository_iam_policy.py +11 -4
  223. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  224. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  225. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +0 -13
  226. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +0 -13
  227. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +0 -13
  228. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +0 -2
  229. pulumi_gcp/vmwareengine/external_address.py +4 -4
  230. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +0 -6
  231. pulumi_gcp/workstations/get_workstation_iam_policy.py +0 -10
  232. pulumi_gcp/workstations/workstation_config_iam_binding.py +0 -33
  233. pulumi_gcp/workstations/workstation_config_iam_member.py +0 -33
  234. pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -33
  235. pulumi_gcp/workstations/workstation_iam_binding.py +0 -53
  236. pulumi_gcp/workstations/workstation_iam_member.py +0 -53
  237. pulumi_gcp/workstations/workstation_iam_policy.py +0 -53
  238. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/METADATA +1 -1
  239. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/RECORD +241 -256
  240. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/WHEEL +1 -1
  241. pulumi_gcp/beyondcorp/get_security_gateway.py +0 -222
  242. pulumi_gcp/bigquery/row_access_policy.py +0 -787
  243. pulumi_gcp/dataplex/get_glossary_iam_policy.py +0 -185
  244. pulumi_gcp/dataplex/glossary.py +0 -772
  245. pulumi_gcp/dataplex/glossary_iam_binding.py +0 -837
  246. pulumi_gcp/dataplex/glossary_iam_member.py +0 -837
  247. pulumi_gcp/dataplex/glossary_iam_policy.py +0 -676
  248. pulumi_gcp/firebase/app_hosting_default_domain.py +0 -721
  249. pulumi_gcp/firebase/app_hosting_domain.py +0 -796
  250. pulumi_gcp/firebase/app_hosting_traffic.py +0 -914
  251. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +0 -156
  252. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +0 -539
  253. pulumi_gcp/iam/workload_identity_pool_iam_member.py +0 -539
  254. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +0 -358
  255. pulumi_gcp/lustre/get_instance.py +0 -280
  256. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,6 @@ class MetastoreTableIamMemberArgs:
32
32
  project: Optional[pulumi.Input[builtins.str]] = None):
33
33
  """
34
34
  The set of arguments for constructing a MetastoreTableIamMember resource.
35
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
36
35
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
37
36
  Each entry can have one of the following values:
38
37
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -47,11 +46,7 @@ class MetastoreTableIamMemberArgs:
47
46
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
47
  `dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
49
48
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
50
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
51
49
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
52
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
53
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
54
- location is specified, it is taken from the provider configuration.
55
50
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
56
51
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
57
52
  """
@@ -70,9 +65,6 @@ class MetastoreTableIamMemberArgs:
70
65
  @property
71
66
  @pulumi.getter(name="databaseId")
72
67
  def database_id(self) -> pulumi.Input[builtins.str]:
73
- """
74
- Used to find the parent resource to bind the IAM policy to
75
- """
76
68
  return pulumi.get(self, "database_id")
77
69
 
78
70
  @database_id.setter
@@ -118,9 +110,6 @@ class MetastoreTableIamMemberArgs:
118
110
  @property
119
111
  @pulumi.getter(name="serviceId")
120
112
  def service_id(self) -> pulumi.Input[builtins.str]:
121
- """
122
- Used to find the parent resource to bind the IAM policy to
123
- """
124
113
  return pulumi.get(self, "service_id")
125
114
 
126
115
  @service_id.setter
@@ -151,11 +140,6 @@ class MetastoreTableIamMemberArgs:
151
140
  @property
152
141
  @pulumi.getter
153
142
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
154
- """
155
- Used to find the parent resource to bind the IAM policy to. If not specified,
156
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
- location is specified, it is taken from the provider configuration.
158
- """
159
143
  return pulumi.get(self, "location")
160
144
 
161
145
  @location.setter
@@ -190,11 +174,7 @@ class _MetastoreTableIamMemberState:
190
174
  table: Optional[pulumi.Input[builtins.str]] = None):
191
175
  """
192
176
  Input properties used for looking up and filtering MetastoreTableIamMember resources.
193
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
194
177
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
195
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
196
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
197
- location is specified, it is taken from the provider configuration.
198
178
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
199
179
  Each entry can have one of the following values:
200
180
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -211,7 +191,6 @@ class _MetastoreTableIamMemberState:
211
191
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
212
192
  `dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
213
193
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
214
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
215
194
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
216
195
  """
217
196
  if condition is not None:
@@ -245,9 +224,6 @@ class _MetastoreTableIamMemberState:
245
224
  @property
246
225
  @pulumi.getter(name="databaseId")
247
226
  def database_id(self) -> Optional[pulumi.Input[builtins.str]]:
248
- """
249
- Used to find the parent resource to bind the IAM policy to
250
- """
251
227
  return pulumi.get(self, "database_id")
252
228
 
253
229
  @database_id.setter
@@ -269,11 +245,6 @@ class _MetastoreTableIamMemberState:
269
245
  @property
270
246
  @pulumi.getter
271
247
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
272
- """
273
- Used to find the parent resource to bind the IAM policy to. If not specified,
274
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
275
- location is specified, it is taken from the provider configuration.
276
- """
277
248
  return pulumi.get(self, "location")
278
249
 
279
250
  @location.setter
@@ -332,9 +303,6 @@ class _MetastoreTableIamMemberState:
332
303
  @property
333
304
  @pulumi.getter(name="serviceId")
334
305
  def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
335
- """
336
- Used to find the parent resource to bind the IAM policy to
337
- """
338
306
  return pulumi.get(self, "service_id")
339
307
 
340
308
  @service_id.setter
@@ -545,10 +513,6 @@ class MetastoreTableIamMember(pulumi.CustomResource):
545
513
 
546
514
  :param str resource_name: The name of the resource.
547
515
  :param pulumi.ResourceOptions opts: Options for the resource.
548
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
549
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
550
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
551
- location is specified, it is taken from the provider configuration.
552
516
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
553
517
  Each entry can have one of the following values:
554
518
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -565,7 +529,6 @@ class MetastoreTableIamMember(pulumi.CustomResource):
565
529
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
566
530
  `dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
567
531
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
568
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
569
532
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
570
533
  """
571
534
  ...
@@ -825,11 +788,7 @@ class MetastoreTableIamMember(pulumi.CustomResource):
825
788
  :param str resource_name: The unique name of the resulting resource.
826
789
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
827
790
  :param pulumi.ResourceOptions opts: Options for the resource.
828
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
829
791
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
830
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
831
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
832
- location is specified, it is taken from the provider configuration.
833
792
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
834
793
  Each entry can have one of the following values:
835
794
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -846,7 +805,6 @@ class MetastoreTableIamMember(pulumi.CustomResource):
846
805
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
847
806
  `dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
848
807
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
849
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
850
808
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
851
809
  """
852
810
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -872,9 +830,6 @@ class MetastoreTableIamMember(pulumi.CustomResource):
872
830
  @property
873
831
  @pulumi.getter(name="databaseId")
874
832
  def database_id(self) -> pulumi.Output[builtins.str]:
875
- """
876
- Used to find the parent resource to bind the IAM policy to
877
- """
878
833
  return pulumi.get(self, "database_id")
879
834
 
880
835
  @property
@@ -888,11 +843,6 @@ class MetastoreTableIamMember(pulumi.CustomResource):
888
843
  @property
889
844
  @pulumi.getter
890
845
  def location(self) -> pulumi.Output[builtins.str]:
891
- """
892
- Used to find the parent resource to bind the IAM policy to. If not specified,
893
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
894
- location is specified, it is taken from the provider configuration.
895
- """
896
846
  return pulumi.get(self, "location")
897
847
 
898
848
  @property
@@ -935,9 +885,6 @@ class MetastoreTableIamMember(pulumi.CustomResource):
935
885
  @property
936
886
  @pulumi.getter(name="serviceId")
937
887
  def service_id(self) -> pulumi.Output[builtins.str]:
938
- """
939
- Used to find the parent resource to bind the IAM policy to
940
- """
941
888
  return pulumi.get(self, "service_id")
942
889
 
943
890
  @property
@@ -28,14 +28,9 @@ class MetastoreTableIamPolicyArgs:
28
28
  project: Optional[pulumi.Input[builtins.str]] = None):
29
29
  """
30
30
  The set of arguments for constructing a MetastoreTableIamPolicy resource.
31
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
32
31
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
33
32
  a `organizations_get_iam_policy` data source.
34
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
35
33
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
36
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
37
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
38
- location is specified, it is taken from the provider configuration.
39
34
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
40
35
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
41
36
  """
@@ -51,9 +46,6 @@ class MetastoreTableIamPolicyArgs:
51
46
  @property
52
47
  @pulumi.getter(name="databaseId")
53
48
  def database_id(self) -> pulumi.Input[builtins.str]:
54
- """
55
- Used to find the parent resource to bind the IAM policy to
56
- """
57
49
  return pulumi.get(self, "database_id")
58
50
 
59
51
  @database_id.setter
@@ -76,9 +68,6 @@ class MetastoreTableIamPolicyArgs:
76
68
  @property
77
69
  @pulumi.getter(name="serviceId")
78
70
  def service_id(self) -> pulumi.Input[builtins.str]:
79
- """
80
- Used to find the parent resource to bind the IAM policy to
81
- """
82
71
  return pulumi.get(self, "service_id")
83
72
 
84
73
  @service_id.setter
@@ -100,11 +89,6 @@ class MetastoreTableIamPolicyArgs:
100
89
  @property
101
90
  @pulumi.getter
102
91
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
103
- """
104
- Used to find the parent resource to bind the IAM policy to. If not specified,
105
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
- location is specified, it is taken from the provider configuration.
107
- """
108
92
  return pulumi.get(self, "location")
109
93
 
110
94
  @location.setter
@@ -137,16 +121,11 @@ class _MetastoreTableIamPolicyState:
137
121
  table: Optional[pulumi.Input[builtins.str]] = None):
138
122
  """
139
123
  Input properties used for looking up and filtering MetastoreTableIamPolicy resources.
140
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
141
124
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
142
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
143
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
144
- location is specified, it is taken from the provider configuration.
145
125
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
146
126
  a `organizations_get_iam_policy` data source.
147
127
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
148
128
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
149
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
150
129
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
151
130
  """
152
131
  if database_id is not None:
@@ -167,9 +146,6 @@ class _MetastoreTableIamPolicyState:
167
146
  @property
168
147
  @pulumi.getter(name="databaseId")
169
148
  def database_id(self) -> Optional[pulumi.Input[builtins.str]]:
170
- """
171
- Used to find the parent resource to bind the IAM policy to
172
- """
173
149
  return pulumi.get(self, "database_id")
174
150
 
175
151
  @database_id.setter
@@ -191,11 +167,6 @@ class _MetastoreTableIamPolicyState:
191
167
  @property
192
168
  @pulumi.getter
193
169
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
194
- """
195
- Used to find the parent resource to bind the IAM policy to. If not specified,
196
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
197
- location is specified, it is taken from the provider configuration.
198
- """
199
170
  return pulumi.get(self, "location")
200
171
 
201
172
  @location.setter
@@ -231,9 +202,6 @@ class _MetastoreTableIamPolicyState:
231
202
  @property
232
203
  @pulumi.getter(name="serviceId")
233
204
  def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
234
- """
235
- Used to find the parent resource to bind the IAM policy to
236
- """
237
205
  return pulumi.get(self, "service_id")
238
206
 
239
207
  @service_id.setter
@@ -442,15 +410,10 @@ class MetastoreTableIamPolicy(pulumi.CustomResource):
442
410
 
443
411
  :param str resource_name: The name of the resource.
444
412
  :param pulumi.ResourceOptions opts: Options for the resource.
445
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
446
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
447
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
448
- location is specified, it is taken from the provider configuration.
449
413
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
450
414
  a `organizations_get_iam_policy` data source.
451
415
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
452
416
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
453
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
454
417
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
455
418
  """
456
419
  ...
@@ -702,16 +665,11 @@ class MetastoreTableIamPolicy(pulumi.CustomResource):
702
665
  :param str resource_name: The unique name of the resulting resource.
703
666
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
704
667
  :param pulumi.ResourceOptions opts: Options for the resource.
705
- :param pulumi.Input[builtins.str] database_id: Used to find the parent resource to bind the IAM policy to
706
668
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
707
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
708
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
709
- location is specified, it is taken from the provider configuration.
710
669
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
711
670
  a `organizations_get_iam_policy` data source.
712
671
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
713
672
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
714
- :param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
715
673
  :param pulumi.Input[builtins.str] table: Used to find the parent resource to bind the IAM policy to
716
674
  """
717
675
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -730,9 +688,6 @@ class MetastoreTableIamPolicy(pulumi.CustomResource):
730
688
  @property
731
689
  @pulumi.getter(name="databaseId")
732
690
  def database_id(self) -> pulumi.Output[builtins.str]:
733
- """
734
- Used to find the parent resource to bind the IAM policy to
735
- """
736
691
  return pulumi.get(self, "database_id")
737
692
 
738
693
  @property
@@ -746,11 +701,6 @@ class MetastoreTableIamPolicy(pulumi.CustomResource):
746
701
  @property
747
702
  @pulumi.getter
748
703
  def location(self) -> pulumi.Output[builtins.str]:
749
- """
750
- Used to find the parent resource to bind the IAM policy to. If not specified,
751
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
752
- location is specified, it is taken from the provider configuration.
753
- """
754
704
  return pulumi.get(self, "location")
755
705
 
756
706
  @property
@@ -774,9 +724,6 @@ class MetastoreTableIamPolicy(pulumi.CustomResource):
774
724
  @property
775
725
  @pulumi.getter(name="serviceId")
776
726
  def service_id(self) -> pulumi.Output[builtins.str]:
777
- """
778
- Used to find the parent resource to bind the IAM policy to
779
- """
780
727
  return pulumi.get(self, "service_id")
781
728
 
782
729
  @property
@@ -26,8 +26,6 @@ __all__ = [
26
26
  'CxAgentAdvancedSettingsLoggingSettingsArgsDict',
27
27
  'CxAgentAdvancedSettingsSpeechSettingsArgs',
28
28
  'CxAgentAdvancedSettingsSpeechSettingsArgsDict',
29
- 'CxAgentGenAppBuilderSettingsArgs',
30
- 'CxAgentGenAppBuilderSettingsArgsDict',
31
29
  'CxAgentGitIntegrationSettingsArgs',
32
30
  'CxAgentGitIntegrationSettingsArgsDict',
33
31
  'CxAgentGitIntegrationSettingsGithubSettingsArgs',
@@ -790,40 +788,6 @@ class CxAgentAdvancedSettingsSpeechSettingsArgs:
790
788
  pulumi.set(self, "use_timeout_based_endpointing", value)
791
789
 
792
790
 
793
- if not MYPY:
794
- class CxAgentGenAppBuilderSettingsArgsDict(TypedDict):
795
- engine: pulumi.Input[builtins.str]
796
- """
797
- The full name of the Gen App Builder engine related to this agent if there is one.
798
- Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
799
- """
800
- elif False:
801
- CxAgentGenAppBuilderSettingsArgsDict: TypeAlias = Mapping[str, Any]
802
-
803
- @pulumi.input_type
804
- class CxAgentGenAppBuilderSettingsArgs:
805
- def __init__(__self__, *,
806
- engine: pulumi.Input[builtins.str]):
807
- """
808
- :param pulumi.Input[builtins.str] engine: The full name of the Gen App Builder engine related to this agent if there is one.
809
- Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
810
- """
811
- pulumi.set(__self__, "engine", engine)
812
-
813
- @property
814
- @pulumi.getter
815
- def engine(self) -> pulumi.Input[builtins.str]:
816
- """
817
- The full name of the Gen App Builder engine related to this agent if there is one.
818
- Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
819
- """
820
- return pulumi.get(self, "engine")
821
-
822
- @engine.setter
823
- def engine(self, value: pulumi.Input[builtins.str]):
824
- pulumi.set(self, "engine", value)
825
-
826
-
827
791
  if not MYPY:
828
792
  class CxAgentGitIntegrationSettingsArgsDict(TypedDict):
829
793
  github_settings: NotRequired[pulumi.Input['CxAgentGitIntegrationSettingsGithubSettingsArgsDict']]
@@ -1728,10 +1692,6 @@ if not MYPY:
1728
1692
  Conditional cases for this fulfillment.
1729
1693
  Structure is documented below.
1730
1694
  """
1731
- enable_generative_fallback: NotRequired[pulumi.Input[builtins.bool]]
1732
- """
1733
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
1734
- """
1735
1695
  messages: NotRequired[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgsDict']]]]
1736
1696
  """
1737
1697
  The list of rich message responses to present to the user.
@@ -1761,7 +1721,6 @@ elif False:
1761
1721
  class CxFlowEventHandlerTriggerFulfillmentArgs:
1762
1722
  def __init__(__self__, *,
1763
1723
  conditional_cases: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs']]]] = None,
1764
- enable_generative_fallback: Optional[pulumi.Input[builtins.bool]] = None,
1765
1724
  messages: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgs']]]] = None,
1766
1725
  return_partial_responses: Optional[pulumi.Input[builtins.bool]] = None,
1767
1726
  set_parameter_actions: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentSetParameterActionArgs']]]] = None,
@@ -1770,7 +1729,6 @@ class CxFlowEventHandlerTriggerFulfillmentArgs:
1770
1729
  """
1771
1730
  :param pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs']]] conditional_cases: Conditional cases for this fulfillment.
1772
1731
  Structure is documented below.
1773
- :param pulumi.Input[builtins.bool] enable_generative_fallback: If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
1774
1732
  :param pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgs']]] messages: The list of rich message responses to present to the user.
1775
1733
  Structure is documented below.
1776
1734
  :param pulumi.Input[builtins.bool] return_partial_responses: Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
@@ -1781,8 +1739,6 @@ class CxFlowEventHandlerTriggerFulfillmentArgs:
1781
1739
  """
1782
1740
  if conditional_cases is not None:
1783
1741
  pulumi.set(__self__, "conditional_cases", conditional_cases)
1784
- if enable_generative_fallback is not None:
1785
- pulumi.set(__self__, "enable_generative_fallback", enable_generative_fallback)
1786
1742
  if messages is not None:
1787
1743
  pulumi.set(__self__, "messages", messages)
1788
1744
  if return_partial_responses is not None:
@@ -1807,18 +1763,6 @@ class CxFlowEventHandlerTriggerFulfillmentArgs:
1807
1763
  def conditional_cases(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs']]]]):
1808
1764
  pulumi.set(self, "conditional_cases", value)
1809
1765
 
1810
- @property
1811
- @pulumi.getter(name="enableGenerativeFallback")
1812
- def enable_generative_fallback(self) -> Optional[pulumi.Input[builtins.bool]]:
1813
- """
1814
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
1815
- """
1816
- return pulumi.get(self, "enable_generative_fallback")
1817
-
1818
- @enable_generative_fallback.setter
1819
- def enable_generative_fallback(self, value: Optional[pulumi.Input[builtins.bool]]):
1820
- pulumi.set(self, "enable_generative_fallback", value)
1821
-
1822
1766
  @property
1823
1767
  @pulumi.getter
1824
1768
  def messages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgs']]]]:
@@ -31,7 +31,6 @@ class CxAgentArgs:
31
31
  description: Optional[pulumi.Input[builtins.str]] = None,
32
32
  enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
33
33
  enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
34
- gen_app_builder_settings: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']] = None,
35
34
  git_integration_settings: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']] = None,
36
35
  project: Optional[pulumi.Input[builtins.str]] = None,
37
36
  security_settings: Optional[pulumi.Input[builtins.str]] = None,
@@ -62,8 +61,6 @@ class CxAgentArgs:
62
61
  Determines whether this agent should log conversation queries.
63
62
 
64
63
  > **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.
65
- :param pulumi.Input['CxAgentGenAppBuilderSettingsArgs'] gen_app_builder_settings: Gen App Builder-related agent-level settings.
66
- Structure is documented below.
67
64
  :param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
68
65
  Structure is documented below.
69
66
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -92,8 +89,6 @@ class CxAgentArgs:
92
89
  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.""")
93
90
  if enable_stackdriver_logging is not None:
94
91
  pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
95
- if gen_app_builder_settings is not None:
96
- pulumi.set(__self__, "gen_app_builder_settings", gen_app_builder_settings)
97
92
  if git_integration_settings is not None:
98
93
  pulumi.set(__self__, "git_integration_settings", git_integration_settings)
99
94
  if project is not None:
@@ -229,19 +224,6 @@ class CxAgentArgs:
229
224
  def enable_stackdriver_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
230
225
  pulumi.set(self, "enable_stackdriver_logging", value)
231
226
 
232
- @property
233
- @pulumi.getter(name="genAppBuilderSettings")
234
- def gen_app_builder_settings(self) -> Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]:
235
- """
236
- Gen App Builder-related agent-level settings.
237
- Structure is documented below.
238
- """
239
- return pulumi.get(self, "gen_app_builder_settings")
240
-
241
- @gen_app_builder_settings.setter
242
- def gen_app_builder_settings(self, value: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]):
243
- pulumi.set(self, "gen_app_builder_settings", value)
244
-
245
227
  @property
246
228
  @pulumi.getter(name="gitIntegrationSettings")
247
229
  def git_integration_settings(self) -> Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']]:
@@ -329,7 +311,6 @@ class _CxAgentState:
329
311
  display_name: Optional[pulumi.Input[builtins.str]] = None,
330
312
  enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
331
313
  enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
332
- gen_app_builder_settings: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']] = None,
333
314
  git_integration_settings: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']] = None,
334
315
  location: Optional[pulumi.Input[builtins.str]] = None,
335
316
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -355,8 +336,6 @@ class _CxAgentState:
355
336
  Determines whether this agent should log conversation queries.
356
337
 
357
338
  > **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.
358
- :param pulumi.Input['CxAgentGenAppBuilderSettingsArgs'] gen_app_builder_settings: Gen App Builder-related agent-level settings.
359
- Structure is documented below.
360
339
  :param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
361
340
  Structure is documented below.
362
341
  :param pulumi.Input[builtins.str] location: The name of the location this agent is located in.
@@ -396,8 +375,6 @@ class _CxAgentState:
396
375
  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.""")
397
376
  if enable_stackdriver_logging is not None:
398
377
  pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
399
- if gen_app_builder_settings is not None:
400
- pulumi.set(__self__, "gen_app_builder_settings", gen_app_builder_settings)
401
378
  if git_integration_settings is not None:
402
379
  pulumi.set(__self__, "git_integration_settings", git_integration_settings)
403
380
  if location is not None:
@@ -510,19 +487,6 @@ class _CxAgentState:
510
487
  def enable_stackdriver_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
511
488
  pulumi.set(self, "enable_stackdriver_logging", value)
512
489
 
513
- @property
514
- @pulumi.getter(name="genAppBuilderSettings")
515
- def gen_app_builder_settings(self) -> Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]:
516
- """
517
- Gen App Builder-related agent-level settings.
518
- Structure is documented below.
519
- """
520
- return pulumi.get(self, "gen_app_builder_settings")
521
-
522
- @gen_app_builder_settings.setter
523
- def gen_app_builder_settings(self, value: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]):
524
- pulumi.set(self, "gen_app_builder_settings", value)
525
-
526
490
  @property
527
491
  @pulumi.getter(name="gitIntegrationSettings")
528
492
  def git_integration_settings(self) -> Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']]:
@@ -668,7 +632,6 @@ class CxAgent(pulumi.CustomResource):
668
632
  display_name: Optional[pulumi.Input[builtins.str]] = None,
669
633
  enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
670
634
  enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
671
- gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
672
635
  git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
673
636
  location: Optional[pulumi.Input[builtins.str]] = None,
674
637
  project: Optional[pulumi.Input[builtins.str]] = None,
@@ -764,9 +727,6 @@ class CxAgent(pulumi.CustomResource):
764
727
  },
765
728
  },
766
729
  }),
767
- },
768
- gen_app_builder_settings={
769
- "engine": "projects/-/locations/-/collections/-/engines/-",
770
730
  })
771
731
  ```
772
732
 
@@ -809,8 +769,6 @@ class CxAgent(pulumi.CustomResource):
809
769
  Determines whether this agent should log conversation queries.
810
770
 
811
771
  > **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.
812
- :param pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']] gen_app_builder_settings: Gen App Builder-related agent-level settings.
813
- Structure is documented below.
814
772
  :param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
815
773
  Structure is documented below.
816
774
  :param pulumi.Input[builtins.str] location: The name of the location this agent is located in.
@@ -923,9 +881,6 @@ class CxAgent(pulumi.CustomResource):
923
881
  },
924
882
  },
925
883
  }),
926
- },
927
- gen_app_builder_settings={
928
- "engine": "projects/-/locations/-/collections/-/engines/-",
929
884
  })
930
885
  ```
931
886
 
@@ -975,7 +930,6 @@ class CxAgent(pulumi.CustomResource):
975
930
  display_name: Optional[pulumi.Input[builtins.str]] = None,
976
931
  enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
977
932
  enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
978
- gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
979
933
  git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
980
934
  location: Optional[pulumi.Input[builtins.str]] = None,
981
935
  project: Optional[pulumi.Input[builtins.str]] = None,
@@ -1004,7 +958,6 @@ class CxAgent(pulumi.CustomResource):
1004
958
  __props__.__dict__["display_name"] = display_name
1005
959
  __props__.__dict__["enable_spell_correction"] = enable_spell_correction
1006
960
  __props__.__dict__["enable_stackdriver_logging"] = enable_stackdriver_logging
1007
- __props__.__dict__["gen_app_builder_settings"] = gen_app_builder_settings
1008
961
  __props__.__dict__["git_integration_settings"] = git_integration_settings
1009
962
  if location is None and not opts.urn:
1010
963
  raise TypeError("Missing required property 'location'")
@@ -1036,7 +989,6 @@ class CxAgent(pulumi.CustomResource):
1036
989
  display_name: Optional[pulumi.Input[builtins.str]] = None,
1037
990
  enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
1038
991
  enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
1039
- gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
1040
992
  git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
1041
993
  location: Optional[pulumi.Input[builtins.str]] = None,
1042
994
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -1067,8 +1019,6 @@ class CxAgent(pulumi.CustomResource):
1067
1019
  Determines whether this agent should log conversation queries.
1068
1020
 
1069
1021
  > **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.
1070
- :param pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']] gen_app_builder_settings: Gen App Builder-related agent-level settings.
1071
- Structure is documented below.
1072
1022
  :param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
1073
1023
  Structure is documented below.
1074
1024
  :param pulumi.Input[builtins.str] location: The name of the location this agent is located in.
@@ -1102,7 +1052,6 @@ class CxAgent(pulumi.CustomResource):
1102
1052
  __props__.__dict__["display_name"] = display_name
1103
1053
  __props__.__dict__["enable_spell_correction"] = enable_spell_correction
1104
1054
  __props__.__dict__["enable_stackdriver_logging"] = enable_stackdriver_logging
1105
- __props__.__dict__["gen_app_builder_settings"] = gen_app_builder_settings
1106
1055
  __props__.__dict__["git_integration_settings"] = git_integration_settings
1107
1056
  __props__.__dict__["location"] = location
1108
1057
  __props__.__dict__["name"] = name
@@ -1178,15 +1127,6 @@ class CxAgent(pulumi.CustomResource):
1178
1127
  """
1179
1128
  return pulumi.get(self, "enable_stackdriver_logging")
1180
1129
 
1181
- @property
1182
- @pulumi.getter(name="genAppBuilderSettings")
1183
- def gen_app_builder_settings(self) -> pulumi.Output['outputs.CxAgentGenAppBuilderSettings']:
1184
- """
1185
- Gen App Builder-related agent-level settings.
1186
- Structure is documented below.
1187
- """
1188
- return pulumi.get(self, "gen_app_builder_settings")
1189
-
1190
1130
  @property
1191
1131
  @pulumi.getter(name="gitIntegrationSettings")
1192
1132
  def git_integration_settings(self) -> pulumi.Output[Optional['outputs.CxAgentGitIntegrationSettings']]:
@@ -802,7 +802,6 @@ class CxFlow(pulumi.CustomResource):
802
802
  },
803
803
  ]),
804
804
  }],
805
- "enable_generative_fallback": True,
806
805
  },
807
806
  },
808
807
  ],
@@ -1373,7 +1372,6 @@ class CxFlow(pulumi.CustomResource):
1373
1372
  },
1374
1373
  ]),
1375
1374
  }],
1376
- "enable_generative_fallback": True,
1377
1375
  },
1378
1376
  },
1379
1377
  ],
@@ -285,7 +285,7 @@ class EntityType(pulumi.CustomResource):
285
285
  default_language_code="en",
286
286
  time_zone="America/New_York")
287
287
  basic_entity_type = gcp.diagflow.EntityType("basic_entity_type",
288
- display_name="basic-entity-type",
288
+ display_name="",
289
289
  kind="KIND_MAP",
290
290
  entities=[
291
291
  {
@@ -364,7 +364,7 @@ class EntityType(pulumi.CustomResource):
364
364
  default_language_code="en",
365
365
  time_zone="America/New_York")
366
366
  basic_entity_type = gcp.diagflow.EntityType("basic_entity_type",
367
- display_name="basic-entity-type",
367
+ display_name="",
368
368
  kind="KIND_MAP",
369
369
  entities=[
370
370
  {