pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740033009__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 (189) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +1 -0
  10. pulumi_gcp/alloydb/get_instance.py +466 -0
  11. pulumi_gcp/alloydb/outputs.py +352 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  17. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  18. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  19. pulumi_gcp/bigquery/connection.py +2 -14
  20. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  21. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  30. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  31. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  32. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  33. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  34. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  35. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  36. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  37. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  38. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  39. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  40. pulumi_gcp/cloudrun/_inputs.py +6 -3
  41. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  42. pulumi_gcp/cloudrun/outputs.py +4 -2
  43. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  44. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  45. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  46. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  47. pulumi_gcp/composer/_inputs.py +6 -6
  48. pulumi_gcp/composer/outputs.py +8 -8
  49. pulumi_gcp/compute/_inputs.py +756 -30
  50. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  51. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  52. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  53. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  54. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  55. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  56. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  57. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  58. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  59. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  60. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  61. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  62. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  63. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  64. pulumi_gcp/compute/instance_template.py +14 -35
  65. pulumi_gcp/compute/outputs.py +796 -18
  66. pulumi_gcp/config/__init__.pyi +2 -0
  67. pulumi_gcp/config/vars.py +4 -0
  68. pulumi_gcp/container/_inputs.py +447 -3
  69. pulumi_gcp/container/outputs.py +469 -5
  70. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  75. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  76. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  77. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  78. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  79. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  80. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  81. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  82. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  83. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  84. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  85. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  86. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  87. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  88. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  89. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  90. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  91. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  92. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  93. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  94. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  95. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  96. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  97. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  98. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  99. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  100. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  101. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  102. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  103. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  104. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  105. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  106. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  107. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  108. pulumi_gcp/eventarc/_inputs.py +29 -8
  109. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  110. pulumi_gcp/eventarc/outputs.py +20 -6
  111. pulumi_gcp/eventarc/trigger.py +95 -72
  112. pulumi_gcp/filestore/backup.py +4 -4
  113. pulumi_gcp/firebase/__init__.py +1 -0
  114. pulumi_gcp/firebase/data_connect_service.py +937 -0
  115. pulumi_gcp/gemini/__init__.py +4 -0
  116. pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
  117. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  118. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  119. pulumi_gcp/gemini/logging_setting.py +42 -54
  120. pulumi_gcp/gemini/logging_setting_binding.py +722 -0
  121. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  122. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  123. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  124. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  125. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  126. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  127. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  128. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  129. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  130. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  131. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  132. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  133. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  134. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  135. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  136. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  137. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  138. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  139. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  140. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  141. pulumi_gcp/monitoring/_inputs.py +588 -0
  142. pulumi_gcp/monitoring/outputs.py +410 -0
  143. pulumi_gcp/netapp/__init__.py +1 -0
  144. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  145. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  146. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  147. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  148. pulumi_gcp/networkservices/authz_extension.py +8 -15
  149. pulumi_gcp/networkservices/mesh.py +79 -12
  150. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  151. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  152. pulumi_gcp/provider.py +20 -0
  153. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  154. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  155. pulumi_gcp/pulumi-plugin.json +1 -1
  156. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  157. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  158. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  159. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  160. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  162. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  163. pulumi_gcp/securitycenter/mute_config.py +136 -3
  164. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  165. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  166. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  167. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  168. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  169. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  170. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  171. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  172. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  173. pulumi_gcp/spanner/instance.py +0 -46
  174. pulumi_gcp/sql/_inputs.py +6 -6
  175. pulumi_gcp/sql/outputs.py +4 -4
  176. pulumi_gcp/storage/bucket.py +30 -0
  177. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  178. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  179. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  180. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  181. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  182. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  183. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  184. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  185. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  186. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/WHEEL +0 -0
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,608 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['GeminiGcpEnablementSettingArgs', 'GeminiGcpEnablementSetting']
18
+
19
+ @pulumi.input_type
20
+ class GeminiGcpEnablementSettingArgs:
21
+ def __init__(__self__, *,
22
+ gemini_gcp_enablement_setting_id: pulumi.Input[str],
23
+ location: pulumi.Input[str],
24
+ enable_customer_data_sharing: Optional[pulumi.Input[bool]] = None,
25
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
26
+ project: Optional[pulumi.Input[str]] = None):
27
+ """
28
+ The set of arguments for constructing a GeminiGcpEnablementSetting resource.
29
+ :param pulumi.Input[str] gemini_gcp_enablement_setting_id: Id of the Gemini Gcp Enablement setting.
30
+
31
+
32
+ - - -
33
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
34
+ :param pulumi.Input[bool] enable_customer_data_sharing: Whether customer data sharing should be enabled.
35
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
36
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
37
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
38
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
39
+ If it is not provided, the provider project is used.
40
+ """
41
+ pulumi.set(__self__, "gemini_gcp_enablement_setting_id", gemini_gcp_enablement_setting_id)
42
+ pulumi.set(__self__, "location", location)
43
+ if enable_customer_data_sharing is not None:
44
+ pulumi.set(__self__, "enable_customer_data_sharing", enable_customer_data_sharing)
45
+ if labels is not None:
46
+ pulumi.set(__self__, "labels", labels)
47
+ if project is not None:
48
+ pulumi.set(__self__, "project", project)
49
+
50
+ @property
51
+ @pulumi.getter(name="geminiGcpEnablementSettingId")
52
+ def gemini_gcp_enablement_setting_id(self) -> pulumi.Input[str]:
53
+ """
54
+ Id of the Gemini Gcp Enablement setting.
55
+
56
+
57
+ - - -
58
+ """
59
+ return pulumi.get(self, "gemini_gcp_enablement_setting_id")
60
+
61
+ @gemini_gcp_enablement_setting_id.setter
62
+ def gemini_gcp_enablement_setting_id(self, value: pulumi.Input[str]):
63
+ pulumi.set(self, "gemini_gcp_enablement_setting_id", value)
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def location(self) -> pulumi.Input[str]:
68
+ """
69
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
70
+ """
71
+ return pulumi.get(self, "location")
72
+
73
+ @location.setter
74
+ def location(self, value: pulumi.Input[str]):
75
+ pulumi.set(self, "location", value)
76
+
77
+ @property
78
+ @pulumi.getter(name="enableCustomerDataSharing")
79
+ def enable_customer_data_sharing(self) -> Optional[pulumi.Input[bool]]:
80
+ """
81
+ Whether customer data sharing should be enabled.
82
+ """
83
+ return pulumi.get(self, "enable_customer_data_sharing")
84
+
85
+ @enable_customer_data_sharing.setter
86
+ def enable_customer_data_sharing(self, value: Optional[pulumi.Input[bool]]):
87
+ pulumi.set(self, "enable_customer_data_sharing", value)
88
+
89
+ @property
90
+ @pulumi.getter
91
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
92
+ """
93
+ Labels as key value pairs.
94
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
95
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
96
+ """
97
+ return pulumi.get(self, "labels")
98
+
99
+ @labels.setter
100
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
101
+ pulumi.set(self, "labels", value)
102
+
103
+ @property
104
+ @pulumi.getter
105
+ def project(self) -> Optional[pulumi.Input[str]]:
106
+ """
107
+ The ID of the project in which the resource belongs.
108
+ If it is not provided, the provider project is used.
109
+ """
110
+ return pulumi.get(self, "project")
111
+
112
+ @project.setter
113
+ def project(self, value: Optional[pulumi.Input[str]]):
114
+ pulumi.set(self, "project", value)
115
+
116
+
117
+ @pulumi.input_type
118
+ class _GeminiGcpEnablementSettingState:
119
+ def __init__(__self__, *,
120
+ create_time: Optional[pulumi.Input[str]] = None,
121
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
122
+ enable_customer_data_sharing: Optional[pulumi.Input[bool]] = None,
123
+ gemini_gcp_enablement_setting_id: Optional[pulumi.Input[str]] = None,
124
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
125
+ location: Optional[pulumi.Input[str]] = None,
126
+ name: Optional[pulumi.Input[str]] = None,
127
+ project: Optional[pulumi.Input[str]] = None,
128
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
129
+ update_time: Optional[pulumi.Input[str]] = None):
130
+ """
131
+ Input properties used for looking up and filtering GeminiGcpEnablementSetting resources.
132
+ :param pulumi.Input[str] create_time: Create time stamp.
133
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
134
+ :param pulumi.Input[bool] enable_customer_data_sharing: Whether customer data sharing should be enabled.
135
+ :param pulumi.Input[str] gemini_gcp_enablement_setting_id: Id of the Gemini Gcp Enablement setting.
136
+
137
+
138
+ - - -
139
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
140
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
141
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
142
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
143
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
144
+ Format:projects/{project}/locations/{location}/geminiGcpEnablementSettings/{geminiGcpEnablementSetting}
145
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
146
+ If it is not provided, the provider project is used.
147
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
148
+ and default labels configured on the provider.
149
+ :param pulumi.Input[str] update_time: Update time stamp.
150
+ """
151
+ if create_time is not None:
152
+ pulumi.set(__self__, "create_time", create_time)
153
+ if effective_labels is not None:
154
+ pulumi.set(__self__, "effective_labels", effective_labels)
155
+ if enable_customer_data_sharing is not None:
156
+ pulumi.set(__self__, "enable_customer_data_sharing", enable_customer_data_sharing)
157
+ if gemini_gcp_enablement_setting_id is not None:
158
+ pulumi.set(__self__, "gemini_gcp_enablement_setting_id", gemini_gcp_enablement_setting_id)
159
+ if labels is not None:
160
+ pulumi.set(__self__, "labels", labels)
161
+ if location is not None:
162
+ pulumi.set(__self__, "location", location)
163
+ if name is not None:
164
+ pulumi.set(__self__, "name", name)
165
+ if project is not None:
166
+ pulumi.set(__self__, "project", project)
167
+ if pulumi_labels is not None:
168
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
169
+ if update_time is not None:
170
+ pulumi.set(__self__, "update_time", update_time)
171
+
172
+ @property
173
+ @pulumi.getter(name="createTime")
174
+ def create_time(self) -> Optional[pulumi.Input[str]]:
175
+ """
176
+ Create time stamp.
177
+ """
178
+ return pulumi.get(self, "create_time")
179
+
180
+ @create_time.setter
181
+ def create_time(self, value: Optional[pulumi.Input[str]]):
182
+ pulumi.set(self, "create_time", value)
183
+
184
+ @property
185
+ @pulumi.getter(name="effectiveLabels")
186
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
187
+ """
188
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
189
+ """
190
+ return pulumi.get(self, "effective_labels")
191
+
192
+ @effective_labels.setter
193
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
194
+ pulumi.set(self, "effective_labels", value)
195
+
196
+ @property
197
+ @pulumi.getter(name="enableCustomerDataSharing")
198
+ def enable_customer_data_sharing(self) -> Optional[pulumi.Input[bool]]:
199
+ """
200
+ Whether customer data sharing should be enabled.
201
+ """
202
+ return pulumi.get(self, "enable_customer_data_sharing")
203
+
204
+ @enable_customer_data_sharing.setter
205
+ def enable_customer_data_sharing(self, value: Optional[pulumi.Input[bool]]):
206
+ pulumi.set(self, "enable_customer_data_sharing", value)
207
+
208
+ @property
209
+ @pulumi.getter(name="geminiGcpEnablementSettingId")
210
+ def gemini_gcp_enablement_setting_id(self) -> Optional[pulumi.Input[str]]:
211
+ """
212
+ Id of the Gemini Gcp Enablement setting.
213
+
214
+
215
+ - - -
216
+ """
217
+ return pulumi.get(self, "gemini_gcp_enablement_setting_id")
218
+
219
+ @gemini_gcp_enablement_setting_id.setter
220
+ def gemini_gcp_enablement_setting_id(self, value: Optional[pulumi.Input[str]]):
221
+ pulumi.set(self, "gemini_gcp_enablement_setting_id", value)
222
+
223
+ @property
224
+ @pulumi.getter
225
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
226
+ """
227
+ Labels as key value pairs.
228
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
229
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
230
+ """
231
+ return pulumi.get(self, "labels")
232
+
233
+ @labels.setter
234
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
235
+ pulumi.set(self, "labels", value)
236
+
237
+ @property
238
+ @pulumi.getter
239
+ def location(self) -> Optional[pulumi.Input[str]]:
240
+ """
241
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
242
+ """
243
+ return pulumi.get(self, "location")
244
+
245
+ @location.setter
246
+ def location(self, value: Optional[pulumi.Input[str]]):
247
+ pulumi.set(self, "location", value)
248
+
249
+ @property
250
+ @pulumi.getter
251
+ def name(self) -> Optional[pulumi.Input[str]]:
252
+ """
253
+ Identifier. Name of the resource.
254
+ Format:projects/{project}/locations/{location}/geminiGcpEnablementSettings/{geminiGcpEnablementSetting}
255
+ """
256
+ return pulumi.get(self, "name")
257
+
258
+ @name.setter
259
+ def name(self, value: Optional[pulumi.Input[str]]):
260
+ pulumi.set(self, "name", value)
261
+
262
+ @property
263
+ @pulumi.getter
264
+ def project(self) -> Optional[pulumi.Input[str]]:
265
+ """
266
+ The ID of the project in which the resource belongs.
267
+ If it is not provided, the provider project is used.
268
+ """
269
+ return pulumi.get(self, "project")
270
+
271
+ @project.setter
272
+ def project(self, value: Optional[pulumi.Input[str]]):
273
+ pulumi.set(self, "project", value)
274
+
275
+ @property
276
+ @pulumi.getter(name="pulumiLabels")
277
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
278
+ """
279
+ The combination of labels configured directly on the resource
280
+ and default labels configured on the provider.
281
+ """
282
+ return pulumi.get(self, "pulumi_labels")
283
+
284
+ @pulumi_labels.setter
285
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
286
+ pulumi.set(self, "pulumi_labels", value)
287
+
288
+ @property
289
+ @pulumi.getter(name="updateTime")
290
+ def update_time(self) -> Optional[pulumi.Input[str]]:
291
+ """
292
+ Update time stamp.
293
+ """
294
+ return pulumi.get(self, "update_time")
295
+
296
+ @update_time.setter
297
+ def update_time(self, value: Optional[pulumi.Input[str]]):
298
+ pulumi.set(self, "update_time", value)
299
+
300
+
301
+ class GeminiGcpEnablementSetting(pulumi.CustomResource):
302
+ @overload
303
+ def __init__(__self__,
304
+ resource_name: str,
305
+ opts: Optional[pulumi.ResourceOptions] = None,
306
+ enable_customer_data_sharing: Optional[pulumi.Input[bool]] = None,
307
+ gemini_gcp_enablement_setting_id: Optional[pulumi.Input[str]] = None,
308
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
309
+ location: Optional[pulumi.Input[str]] = None,
310
+ project: Optional[pulumi.Input[str]] = None,
311
+ __props__=None):
312
+ """
313
+ The resource for managing GeminiGcpEnablement settings for Admin Control.
314
+
315
+ ## Example Usage
316
+
317
+ ### Gemini Gemini Gcp Enablement Setting Basic
318
+
319
+ ```python
320
+ import pulumi
321
+ import pulumi_gcp as gcp
322
+
323
+ example = gcp.gemini.GeminiGcpEnablementSetting("example",
324
+ gemini_gcp_enablement_setting_id="ls1-tf",
325
+ location="global",
326
+ enable_customer_data_sharing=True)
327
+ ```
328
+
329
+ ## Import
330
+
331
+ GeminiGcpEnablementSetting can be imported using any of these accepted formats:
332
+
333
+ * `projects/{{project}}/locations/{{location}}/geminiGcpEnablementSettings/{{gemini_gcp_enablement_setting_id}}`
334
+
335
+ * `{{project}}/{{location}}/{{gemini_gcp_enablement_setting_id}}`
336
+
337
+ * `{{location}}/{{gemini_gcp_enablement_setting_id}}`
338
+
339
+ When using the `pulumi import` command, GeminiGcpEnablementSetting can be imported using one of the formats above. For example:
340
+
341
+ ```sh
342
+ $ pulumi import gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting default projects/{{project}}/locations/{{location}}/geminiGcpEnablementSettings/{{gemini_gcp_enablement_setting_id}}
343
+ ```
344
+
345
+ ```sh
346
+ $ pulumi import gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting default {{project}}/{{location}}/{{gemini_gcp_enablement_setting_id}}
347
+ ```
348
+
349
+ ```sh
350
+ $ pulumi import gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting default {{location}}/{{gemini_gcp_enablement_setting_id}}
351
+ ```
352
+
353
+ :param str resource_name: The name of the resource.
354
+ :param pulumi.ResourceOptions opts: Options for the resource.
355
+ :param pulumi.Input[bool] enable_customer_data_sharing: Whether customer data sharing should be enabled.
356
+ :param pulumi.Input[str] gemini_gcp_enablement_setting_id: Id of the Gemini Gcp Enablement setting.
357
+
358
+
359
+ - - -
360
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
361
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
362
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
363
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
364
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
365
+ If it is not provided, the provider project is used.
366
+ """
367
+ ...
368
+ @overload
369
+ def __init__(__self__,
370
+ resource_name: str,
371
+ args: GeminiGcpEnablementSettingArgs,
372
+ opts: Optional[pulumi.ResourceOptions] = None):
373
+ """
374
+ The resource for managing GeminiGcpEnablement settings for Admin Control.
375
+
376
+ ## Example Usage
377
+
378
+ ### Gemini Gemini Gcp Enablement Setting Basic
379
+
380
+ ```python
381
+ import pulumi
382
+ import pulumi_gcp as gcp
383
+
384
+ example = gcp.gemini.GeminiGcpEnablementSetting("example",
385
+ gemini_gcp_enablement_setting_id="ls1-tf",
386
+ location="global",
387
+ enable_customer_data_sharing=True)
388
+ ```
389
+
390
+ ## Import
391
+
392
+ GeminiGcpEnablementSetting can be imported using any of these accepted formats:
393
+
394
+ * `projects/{{project}}/locations/{{location}}/geminiGcpEnablementSettings/{{gemini_gcp_enablement_setting_id}}`
395
+
396
+ * `{{project}}/{{location}}/{{gemini_gcp_enablement_setting_id}}`
397
+
398
+ * `{{location}}/{{gemini_gcp_enablement_setting_id}}`
399
+
400
+ When using the `pulumi import` command, GeminiGcpEnablementSetting can be imported using one of the formats above. For example:
401
+
402
+ ```sh
403
+ $ pulumi import gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting default projects/{{project}}/locations/{{location}}/geminiGcpEnablementSettings/{{gemini_gcp_enablement_setting_id}}
404
+ ```
405
+
406
+ ```sh
407
+ $ pulumi import gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting default {{project}}/{{location}}/{{gemini_gcp_enablement_setting_id}}
408
+ ```
409
+
410
+ ```sh
411
+ $ pulumi import gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting default {{location}}/{{gemini_gcp_enablement_setting_id}}
412
+ ```
413
+
414
+ :param str resource_name: The name of the resource.
415
+ :param GeminiGcpEnablementSettingArgs args: The arguments to use to populate this resource's properties.
416
+ :param pulumi.ResourceOptions opts: Options for the resource.
417
+ """
418
+ ...
419
+ def __init__(__self__, resource_name: str, *args, **kwargs):
420
+ resource_args, opts = _utilities.get_resource_args_opts(GeminiGcpEnablementSettingArgs, pulumi.ResourceOptions, *args, **kwargs)
421
+ if resource_args is not None:
422
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
423
+ else:
424
+ __self__._internal_init(resource_name, *args, **kwargs)
425
+
426
+ def _internal_init(__self__,
427
+ resource_name: str,
428
+ opts: Optional[pulumi.ResourceOptions] = None,
429
+ enable_customer_data_sharing: Optional[pulumi.Input[bool]] = None,
430
+ gemini_gcp_enablement_setting_id: Optional[pulumi.Input[str]] = None,
431
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
432
+ location: Optional[pulumi.Input[str]] = None,
433
+ project: Optional[pulumi.Input[str]] = None,
434
+ __props__=None):
435
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
436
+ if not isinstance(opts, pulumi.ResourceOptions):
437
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
438
+ if opts.id is None:
439
+ if __props__ is not None:
440
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
441
+ __props__ = GeminiGcpEnablementSettingArgs.__new__(GeminiGcpEnablementSettingArgs)
442
+
443
+ __props__.__dict__["enable_customer_data_sharing"] = enable_customer_data_sharing
444
+ if gemini_gcp_enablement_setting_id is None and not opts.urn:
445
+ raise TypeError("Missing required property 'gemini_gcp_enablement_setting_id'")
446
+ __props__.__dict__["gemini_gcp_enablement_setting_id"] = gemini_gcp_enablement_setting_id
447
+ __props__.__dict__["labels"] = labels
448
+ if location is None and not opts.urn:
449
+ raise TypeError("Missing required property 'location'")
450
+ __props__.__dict__["location"] = location
451
+ __props__.__dict__["project"] = project
452
+ __props__.__dict__["create_time"] = None
453
+ __props__.__dict__["effective_labels"] = None
454
+ __props__.__dict__["name"] = None
455
+ __props__.__dict__["pulumi_labels"] = None
456
+ __props__.__dict__["update_time"] = None
457
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
458
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
459
+ super(GeminiGcpEnablementSetting, __self__).__init__(
460
+ 'gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting',
461
+ resource_name,
462
+ __props__,
463
+ opts)
464
+
465
+ @staticmethod
466
+ def get(resource_name: str,
467
+ id: pulumi.Input[str],
468
+ opts: Optional[pulumi.ResourceOptions] = None,
469
+ create_time: Optional[pulumi.Input[str]] = None,
470
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
471
+ enable_customer_data_sharing: Optional[pulumi.Input[bool]] = None,
472
+ gemini_gcp_enablement_setting_id: Optional[pulumi.Input[str]] = None,
473
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
474
+ location: Optional[pulumi.Input[str]] = None,
475
+ name: Optional[pulumi.Input[str]] = None,
476
+ project: Optional[pulumi.Input[str]] = None,
477
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
478
+ update_time: Optional[pulumi.Input[str]] = None) -> 'GeminiGcpEnablementSetting':
479
+ """
480
+ Get an existing GeminiGcpEnablementSetting resource's state with the given name, id, and optional extra
481
+ properties used to qualify the lookup.
482
+
483
+ :param str resource_name: The unique name of the resulting resource.
484
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
485
+ :param pulumi.ResourceOptions opts: Options for the resource.
486
+ :param pulumi.Input[str] create_time: Create time stamp.
487
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
488
+ :param pulumi.Input[bool] enable_customer_data_sharing: Whether customer data sharing should be enabled.
489
+ :param pulumi.Input[str] gemini_gcp_enablement_setting_id: Id of the Gemini Gcp Enablement setting.
490
+
491
+
492
+ - - -
493
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
494
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
495
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
496
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
497
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
498
+ Format:projects/{project}/locations/{location}/geminiGcpEnablementSettings/{geminiGcpEnablementSetting}
499
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
500
+ If it is not provided, the provider project is used.
501
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
502
+ and default labels configured on the provider.
503
+ :param pulumi.Input[str] update_time: Update time stamp.
504
+ """
505
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
506
+
507
+ __props__ = _GeminiGcpEnablementSettingState.__new__(_GeminiGcpEnablementSettingState)
508
+
509
+ __props__.__dict__["create_time"] = create_time
510
+ __props__.__dict__["effective_labels"] = effective_labels
511
+ __props__.__dict__["enable_customer_data_sharing"] = enable_customer_data_sharing
512
+ __props__.__dict__["gemini_gcp_enablement_setting_id"] = gemini_gcp_enablement_setting_id
513
+ __props__.__dict__["labels"] = labels
514
+ __props__.__dict__["location"] = location
515
+ __props__.__dict__["name"] = name
516
+ __props__.__dict__["project"] = project
517
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
518
+ __props__.__dict__["update_time"] = update_time
519
+ return GeminiGcpEnablementSetting(resource_name, opts=opts, __props__=__props__)
520
+
521
+ @property
522
+ @pulumi.getter(name="createTime")
523
+ def create_time(self) -> pulumi.Output[str]:
524
+ """
525
+ Create time stamp.
526
+ """
527
+ return pulumi.get(self, "create_time")
528
+
529
+ @property
530
+ @pulumi.getter(name="effectiveLabels")
531
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
532
+ """
533
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
534
+ """
535
+ return pulumi.get(self, "effective_labels")
536
+
537
+ @property
538
+ @pulumi.getter(name="enableCustomerDataSharing")
539
+ def enable_customer_data_sharing(self) -> pulumi.Output[Optional[bool]]:
540
+ """
541
+ Whether customer data sharing should be enabled.
542
+ """
543
+ return pulumi.get(self, "enable_customer_data_sharing")
544
+
545
+ @property
546
+ @pulumi.getter(name="geminiGcpEnablementSettingId")
547
+ def gemini_gcp_enablement_setting_id(self) -> pulumi.Output[str]:
548
+ """
549
+ Id of the Gemini Gcp Enablement setting.
550
+
551
+
552
+ - - -
553
+ """
554
+ return pulumi.get(self, "gemini_gcp_enablement_setting_id")
555
+
556
+ @property
557
+ @pulumi.getter
558
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
559
+ """
560
+ Labels as key value pairs.
561
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
562
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
563
+ """
564
+ return pulumi.get(self, "labels")
565
+
566
+ @property
567
+ @pulumi.getter
568
+ def location(self) -> pulumi.Output[str]:
569
+ """
570
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
571
+ """
572
+ return pulumi.get(self, "location")
573
+
574
+ @property
575
+ @pulumi.getter
576
+ def name(self) -> pulumi.Output[str]:
577
+ """
578
+ Identifier. Name of the resource.
579
+ Format:projects/{project}/locations/{location}/geminiGcpEnablementSettings/{geminiGcpEnablementSetting}
580
+ """
581
+ return pulumi.get(self, "name")
582
+
583
+ @property
584
+ @pulumi.getter
585
+ def project(self) -> pulumi.Output[str]:
586
+ """
587
+ The ID of the project in which the resource belongs.
588
+ If it is not provided, the provider project is used.
589
+ """
590
+ return pulumi.get(self, "project")
591
+
592
+ @property
593
+ @pulumi.getter(name="pulumiLabels")
594
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
595
+ """
596
+ The combination of labels configured directly on the resource
597
+ and default labels configured on the provider.
598
+ """
599
+ return pulumi.get(self, "pulumi_labels")
600
+
601
+ @property
602
+ @pulumi.getter(name="updateTime")
603
+ def update_time(self) -> pulumi.Output[str]:
604
+ """
605
+ Update time stamp.
606
+ """
607
+ return pulumi.get(self, "update_time")
608
+
@@ -118,7 +118,7 @@ def get_repository_group_iam_policy(code_repository_index: Optional[str] = None,
118
118
  """
119
119
  Retrieves the current IAM policy data for repositorygroup
120
120
 
121
- ## example
121
+ ## Example Usage
122
122
 
123
123
  ```python
124
124
  import pulumi
@@ -161,7 +161,7 @@ def get_repository_group_iam_policy_output(code_repository_index: Optional[pulum
161
161
  """
162
162
  Retrieves the current IAM policy data for repositorygroup
163
163
 
164
- ## example
164
+ ## Example Usage
165
165
 
166
166
  ```python
167
167
  import pulumi