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
@@ -27,18 +27,16 @@ class ReleaseChannelSettingArgs:
27
27
  """
28
28
  The set of arguments for constructing a ReleaseChannelSetting resource.
29
29
  :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.
30
- :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
31
- If auto-generating Id server-side, remove this field and
32
- release_channel_setting_id from the method_signature of Create RPC
30
+ :param pulumi.Input[str] release_channel_setting_id: Id of the Release Channel Setting.
33
31
 
34
32
 
35
33
  - - -
36
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
37
35
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
38
36
  Please refer to the field `effective_labels` for all of the labels present on the resource.
39
37
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
40
38
  If it is not provided, the provider project is used.
41
- :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
39
+ :param pulumi.Input[str] release_channel: Release channel to be used.
42
40
  Possible values:
43
41
  STABLE
44
42
  EXPERIMENTAL
@@ -68,9 +66,7 @@ class ReleaseChannelSettingArgs:
68
66
  @pulumi.getter(name="releaseChannelSettingId")
69
67
  def release_channel_setting_id(self) -> pulumi.Input[str]:
70
68
  """
71
- Required. Id of the requesting object.
72
- If auto-generating Id server-side, remove this field and
73
- release_channel_setting_id from the method_signature of Create RPC
69
+ Id of the Release Channel Setting.
74
70
 
75
71
 
76
72
  - - -
@@ -85,7 +81,7 @@ class ReleaseChannelSettingArgs:
85
81
  @pulumi.getter
86
82
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
87
83
  """
88
- Optional. Labels as key value pairs.
84
+ Labels as key value pairs.
89
85
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
90
86
  Please refer to the field `effective_labels` for all of the labels present on the resource.
91
87
  """
@@ -112,7 +108,7 @@ class ReleaseChannelSettingArgs:
112
108
  @pulumi.getter(name="releaseChannel")
113
109
  def release_channel(self) -> Optional[pulumi.Input[str]]:
114
110
  """
115
- Optional. Release channel to be used.
111
+ Release channel to be used.
116
112
  Possible values:
117
113
  STABLE
118
114
  EXPERIMENTAL
@@ -139,9 +135,9 @@ class _ReleaseChannelSettingState:
139
135
  update_time: Optional[pulumi.Input[str]] = None):
140
136
  """
141
137
  Input properties used for looking up and filtering ReleaseChannelSetting resources.
142
- :param pulumi.Input[str] create_time: Output only. [Output only] Create time stamp.
138
+ :param pulumi.Input[str] create_time: Create time stamp.
143
139
  :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.
144
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
140
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
145
141
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
146
142
  Please refer to the field `effective_labels` for all of the labels present on the resource.
147
143
  :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.
@@ -151,17 +147,15 @@ class _ReleaseChannelSettingState:
151
147
  If it is not provided, the provider project is used.
152
148
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
153
149
  and default labels configured on the provider.
154
- :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
150
+ :param pulumi.Input[str] release_channel: Release channel to be used.
155
151
  Possible values:
156
152
  STABLE
157
153
  EXPERIMENTAL
158
- :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
159
- If auto-generating Id server-side, remove this field and
160
- release_channel_setting_id from the method_signature of Create RPC
154
+ :param pulumi.Input[str] release_channel_setting_id: Id of the Release Channel Setting.
161
155
 
162
156
 
163
157
  - - -
164
- :param pulumi.Input[str] update_time: Output only. [Output only] Update time stamp.
158
+ :param pulumi.Input[str] update_time: Update time stamp.
165
159
  """
166
160
  if create_time is not None:
167
161
  pulumi.set(__self__, "create_time", create_time)
@@ -188,7 +182,7 @@ class _ReleaseChannelSettingState:
188
182
  @pulumi.getter(name="createTime")
189
183
  def create_time(self) -> Optional[pulumi.Input[str]]:
190
184
  """
191
- Output only. [Output only] Create time stamp.
185
+ Create time stamp.
192
186
  """
193
187
  return pulumi.get(self, "create_time")
194
188
 
@@ -212,7 +206,7 @@ class _ReleaseChannelSettingState:
212
206
  @pulumi.getter
213
207
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
214
208
  """
215
- Optional. Labels as key value pairs.
209
+ Labels as key value pairs.
216
210
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
217
211
  Please refer to the field `effective_labels` for all of the labels present on the resource.
218
212
  """
@@ -277,7 +271,7 @@ class _ReleaseChannelSettingState:
277
271
  @pulumi.getter(name="releaseChannel")
278
272
  def release_channel(self) -> Optional[pulumi.Input[str]]:
279
273
  """
280
- Optional. Release channel to be used.
274
+ Release channel to be used.
281
275
  Possible values:
282
276
  STABLE
283
277
  EXPERIMENTAL
@@ -292,9 +286,7 @@ class _ReleaseChannelSettingState:
292
286
  @pulumi.getter(name="releaseChannelSettingId")
293
287
  def release_channel_setting_id(self) -> Optional[pulumi.Input[str]]:
294
288
  """
295
- Required. Id of the requesting object.
296
- If auto-generating Id server-side, remove this field and
297
- release_channel_setting_id from the method_signature of Create RPC
289
+ Id of the Release Channel Setting.
298
290
 
299
291
 
300
292
  - - -
@@ -309,7 +301,7 @@ class _ReleaseChannelSettingState:
309
301
  @pulumi.getter(name="updateTime")
310
302
  def update_time(self) -> Optional[pulumi.Input[str]]:
311
303
  """
312
- Output only. [Output only] Update time stamp.
304
+ Update time stamp.
313
305
  """
314
306
  return pulumi.get(self, "update_time")
315
307
 
@@ -330,6 +322,8 @@ class ReleaseChannelSetting(pulumi.CustomResource):
330
322
  release_channel_setting_id: Optional[pulumi.Input[str]] = None,
331
323
  __props__=None):
332
324
  """
325
+ The resource for managing ReleaseChannel settings for Admin Control.
326
+
333
327
  ## Example Usage
334
328
 
335
329
  ### Gemini Release Channel Setting Basic
@@ -341,6 +335,9 @@ class ReleaseChannelSetting(pulumi.CustomResource):
341
335
  example = gcp.gemini.ReleaseChannelSetting("example",
342
336
  release_channel_setting_id="ls1-tf",
343
337
  location="global",
338
+ labels={
339
+ "my_key": "my_value",
340
+ },
344
341
  release_channel="EXPERIMENTAL")
345
342
  ```
346
343
 
@@ -370,19 +367,17 @@ class ReleaseChannelSetting(pulumi.CustomResource):
370
367
 
371
368
  :param str resource_name: The name of the resource.
372
369
  :param pulumi.ResourceOptions opts: Options for the resource.
373
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
370
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
374
371
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
375
372
  Please refer to the field `effective_labels` for all of the labels present on the resource.
376
373
  :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.
377
374
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
378
375
  If it is not provided, the provider project is used.
379
- :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
376
+ :param pulumi.Input[str] release_channel: Release channel to be used.
380
377
  Possible values:
381
378
  STABLE
382
379
  EXPERIMENTAL
383
- :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
384
- If auto-generating Id server-side, remove this field and
385
- release_channel_setting_id from the method_signature of Create RPC
380
+ :param pulumi.Input[str] release_channel_setting_id: Id of the Release Channel Setting.
386
381
 
387
382
 
388
383
  - - -
@@ -394,6 +389,8 @@ class ReleaseChannelSetting(pulumi.CustomResource):
394
389
  args: ReleaseChannelSettingArgs,
395
390
  opts: Optional[pulumi.ResourceOptions] = None):
396
391
  """
392
+ The resource for managing ReleaseChannel settings for Admin Control.
393
+
397
394
  ## Example Usage
398
395
 
399
396
  ### Gemini Release Channel Setting Basic
@@ -405,6 +402,9 @@ class ReleaseChannelSetting(pulumi.CustomResource):
405
402
  example = gcp.gemini.ReleaseChannelSetting("example",
406
403
  release_channel_setting_id="ls1-tf",
407
404
  location="global",
405
+ labels={
406
+ "my_key": "my_value",
407
+ },
408
408
  release_channel="EXPERIMENTAL")
409
409
  ```
410
410
 
@@ -504,9 +504,9 @@ class ReleaseChannelSetting(pulumi.CustomResource):
504
504
  :param str resource_name: The unique name of the resulting resource.
505
505
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
506
506
  :param pulumi.ResourceOptions opts: Options for the resource.
507
- :param pulumi.Input[str] create_time: Output only. [Output only] Create time stamp.
507
+ :param pulumi.Input[str] create_time: Create time stamp.
508
508
  :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.
509
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
509
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
510
510
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
511
511
  Please refer to the field `effective_labels` for all of the labels present on the resource.
512
512
  :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.
@@ -516,17 +516,15 @@ class ReleaseChannelSetting(pulumi.CustomResource):
516
516
  If it is not provided, the provider project is used.
517
517
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
518
518
  and default labels configured on the provider.
519
- :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
519
+ :param pulumi.Input[str] release_channel: Release channel to be used.
520
520
  Possible values:
521
521
  STABLE
522
522
  EXPERIMENTAL
523
- :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
524
- If auto-generating Id server-side, remove this field and
525
- release_channel_setting_id from the method_signature of Create RPC
523
+ :param pulumi.Input[str] release_channel_setting_id: Id of the Release Channel Setting.
526
524
 
527
525
 
528
526
  - - -
529
- :param pulumi.Input[str] update_time: Output only. [Output only] Update time stamp.
527
+ :param pulumi.Input[str] update_time: Update time stamp.
530
528
  """
531
529
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
532
530
 
@@ -548,7 +546,7 @@ class ReleaseChannelSetting(pulumi.CustomResource):
548
546
  @pulumi.getter(name="createTime")
549
547
  def create_time(self) -> pulumi.Output[str]:
550
548
  """
551
- Output only. [Output only] Create time stamp.
549
+ Create time stamp.
552
550
  """
553
551
  return pulumi.get(self, "create_time")
554
552
 
@@ -564,7 +562,7 @@ class ReleaseChannelSetting(pulumi.CustomResource):
564
562
  @pulumi.getter
565
563
  def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
566
564
  """
567
- Optional. Labels as key value pairs.
565
+ Labels as key value pairs.
568
566
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
569
567
  Please refer to the field `effective_labels` for all of the labels present on the resource.
570
568
  """
@@ -609,7 +607,7 @@ class ReleaseChannelSetting(pulumi.CustomResource):
609
607
  @pulumi.getter(name="releaseChannel")
610
608
  def release_channel(self) -> pulumi.Output[Optional[str]]:
611
609
  """
612
- Optional. Release channel to be used.
610
+ Release channel to be used.
613
611
  Possible values:
614
612
  STABLE
615
613
  EXPERIMENTAL
@@ -620,9 +618,7 @@ class ReleaseChannelSetting(pulumi.CustomResource):
620
618
  @pulumi.getter(name="releaseChannelSettingId")
621
619
  def release_channel_setting_id(self) -> pulumi.Output[str]:
622
620
  """
623
- Required. Id of the requesting object.
624
- If auto-generating Id server-side, remove this field and
625
- release_channel_setting_id from the method_signature of Create RPC
621
+ Id of the Release Channel Setting.
626
622
 
627
623
 
628
624
  - - -
@@ -633,7 +629,7 @@ class ReleaseChannelSetting(pulumi.CustomResource):
633
629
  @pulumi.getter(name="updateTime")
634
630
  def update_time(self) -> pulumi.Output[str]:
635
631
  """
636
- Output only. [Output only] Update time stamp.
632
+ Update time stamp.
637
633
  """
638
634
  return pulumi.get(self, "update_time")
639
635