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,734 @@
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__ = ['ReleaseChannelSettingBindingArgs', 'ReleaseChannelSettingBinding']
18
+
19
+ @pulumi.input_type
20
+ class ReleaseChannelSettingBindingArgs:
21
+ def __init__(__self__, *,
22
+ release_channel_setting_id: pulumi.Input[str],
23
+ setting_binding_id: pulumi.Input[str],
24
+ target: pulumi.Input[str],
25
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
26
+ location: Optional[pulumi.Input[str]] = None,
27
+ product: Optional[pulumi.Input[str]] = None,
28
+ project: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a ReleaseChannelSettingBinding resource.
31
+ :param pulumi.Input[str] release_channel_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
32
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
33
+
34
+
35
+ - - -
36
+ :param pulumi.Input[str] target: Target of the binding.
37
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
38
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
39
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
40
+ :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.
41
+ :param pulumi.Input[str] product: Product type of the setting binding.
42
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
43
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
+ If it is not provided, the provider project is used.
45
+ """
46
+ pulumi.set(__self__, "release_channel_setting_id", release_channel_setting_id)
47
+ pulumi.set(__self__, "setting_binding_id", setting_binding_id)
48
+ pulumi.set(__self__, "target", target)
49
+ if labels is not None:
50
+ pulumi.set(__self__, "labels", labels)
51
+ if location is not None:
52
+ pulumi.set(__self__, "location", location)
53
+ if product is not None:
54
+ pulumi.set(__self__, "product", product)
55
+ if project is not None:
56
+ pulumi.set(__self__, "project", project)
57
+
58
+ @property
59
+ @pulumi.getter(name="releaseChannelSettingId")
60
+ def release_channel_setting_id(self) -> pulumi.Input[str]:
61
+ """
62
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
63
+ """
64
+ return pulumi.get(self, "release_channel_setting_id")
65
+
66
+ @release_channel_setting_id.setter
67
+ def release_channel_setting_id(self, value: pulumi.Input[str]):
68
+ pulumi.set(self, "release_channel_setting_id", value)
69
+
70
+ @property
71
+ @pulumi.getter(name="settingBindingId")
72
+ def setting_binding_id(self) -> pulumi.Input[str]:
73
+ """
74
+ Id of the setting binding.
75
+
76
+
77
+ - - -
78
+ """
79
+ return pulumi.get(self, "setting_binding_id")
80
+
81
+ @setting_binding_id.setter
82
+ def setting_binding_id(self, value: pulumi.Input[str]):
83
+ pulumi.set(self, "setting_binding_id", value)
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def target(self) -> pulumi.Input[str]:
88
+ """
89
+ Target of the binding.
90
+ """
91
+ return pulumi.get(self, "target")
92
+
93
+ @target.setter
94
+ def target(self, value: pulumi.Input[str]):
95
+ pulumi.set(self, "target", value)
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
100
+ """
101
+ Labels as key value pairs.
102
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
103
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
104
+ """
105
+ return pulumi.get(self, "labels")
106
+
107
+ @labels.setter
108
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
109
+ pulumi.set(self, "labels", value)
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def location(self) -> Optional[pulumi.Input[str]]:
114
+ """
115
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
116
+ """
117
+ return pulumi.get(self, "location")
118
+
119
+ @location.setter
120
+ def location(self, value: Optional[pulumi.Input[str]]):
121
+ pulumi.set(self, "location", value)
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def product(self) -> Optional[pulumi.Input[str]]:
126
+ """
127
+ Product type of the setting binding.
128
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
129
+ """
130
+ return pulumi.get(self, "product")
131
+
132
+ @product.setter
133
+ def product(self, value: Optional[pulumi.Input[str]]):
134
+ pulumi.set(self, "product", value)
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def project(self) -> Optional[pulumi.Input[str]]:
139
+ """
140
+ The ID of the project in which the resource belongs.
141
+ If it is not provided, the provider project is used.
142
+ """
143
+ return pulumi.get(self, "project")
144
+
145
+ @project.setter
146
+ def project(self, value: Optional[pulumi.Input[str]]):
147
+ pulumi.set(self, "project", value)
148
+
149
+
150
+ @pulumi.input_type
151
+ class _ReleaseChannelSettingBindingState:
152
+ def __init__(__self__, *,
153
+ create_time: Optional[pulumi.Input[str]] = None,
154
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
155
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
156
+ location: Optional[pulumi.Input[str]] = None,
157
+ name: Optional[pulumi.Input[str]] = None,
158
+ product: Optional[pulumi.Input[str]] = None,
159
+ project: Optional[pulumi.Input[str]] = None,
160
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
161
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
162
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
163
+ target: Optional[pulumi.Input[str]] = None,
164
+ update_time: Optional[pulumi.Input[str]] = None):
165
+ """
166
+ Input properties used for looking up and filtering ReleaseChannelSettingBinding resources.
167
+ :param pulumi.Input[str] create_time: Create time stamp.
168
+ :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.
169
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
170
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
171
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
172
+ :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.
173
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
174
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{setting}/settingBindings/{setting_binding}
175
+ :param pulumi.Input[str] product: Product type of the setting binding.
176
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
177
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
178
+ If it is not provided, the provider project is used.
179
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
180
+ and default labels configured on the provider.
181
+ :param pulumi.Input[str] release_channel_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
182
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
183
+
184
+
185
+ - - -
186
+ :param pulumi.Input[str] target: Target of the binding.
187
+ :param pulumi.Input[str] update_time: Update time stamp.
188
+ """
189
+ if create_time is not None:
190
+ pulumi.set(__self__, "create_time", create_time)
191
+ if effective_labels is not None:
192
+ pulumi.set(__self__, "effective_labels", effective_labels)
193
+ if labels is not None:
194
+ pulumi.set(__self__, "labels", labels)
195
+ if location is not None:
196
+ pulumi.set(__self__, "location", location)
197
+ if name is not None:
198
+ pulumi.set(__self__, "name", name)
199
+ if product is not None:
200
+ pulumi.set(__self__, "product", product)
201
+ if project is not None:
202
+ pulumi.set(__self__, "project", project)
203
+ if pulumi_labels is not None:
204
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
205
+ if release_channel_setting_id is not None:
206
+ pulumi.set(__self__, "release_channel_setting_id", release_channel_setting_id)
207
+ if setting_binding_id is not None:
208
+ pulumi.set(__self__, "setting_binding_id", setting_binding_id)
209
+ if target is not None:
210
+ pulumi.set(__self__, "target", target)
211
+ if update_time is not None:
212
+ pulumi.set(__self__, "update_time", update_time)
213
+
214
+ @property
215
+ @pulumi.getter(name="createTime")
216
+ def create_time(self) -> Optional[pulumi.Input[str]]:
217
+ """
218
+ Create time stamp.
219
+ """
220
+ return pulumi.get(self, "create_time")
221
+
222
+ @create_time.setter
223
+ def create_time(self, value: Optional[pulumi.Input[str]]):
224
+ pulumi.set(self, "create_time", value)
225
+
226
+ @property
227
+ @pulumi.getter(name="effectiveLabels")
228
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
229
+ """
230
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
231
+ """
232
+ return pulumi.get(self, "effective_labels")
233
+
234
+ @effective_labels.setter
235
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
236
+ pulumi.set(self, "effective_labels", value)
237
+
238
+ @property
239
+ @pulumi.getter
240
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
241
+ """
242
+ Labels as key value pairs.
243
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
244
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
245
+ """
246
+ return pulumi.get(self, "labels")
247
+
248
+ @labels.setter
249
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
250
+ pulumi.set(self, "labels", value)
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def location(self) -> Optional[pulumi.Input[str]]:
255
+ """
256
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
257
+ """
258
+ return pulumi.get(self, "location")
259
+
260
+ @location.setter
261
+ def location(self, value: Optional[pulumi.Input[str]]):
262
+ pulumi.set(self, "location", value)
263
+
264
+ @property
265
+ @pulumi.getter
266
+ def name(self) -> Optional[pulumi.Input[str]]:
267
+ """
268
+ Identifier. Name of the resource.
269
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{setting}/settingBindings/{setting_binding}
270
+ """
271
+ return pulumi.get(self, "name")
272
+
273
+ @name.setter
274
+ def name(self, value: Optional[pulumi.Input[str]]):
275
+ pulumi.set(self, "name", value)
276
+
277
+ @property
278
+ @pulumi.getter
279
+ def product(self) -> Optional[pulumi.Input[str]]:
280
+ """
281
+ Product type of the setting binding.
282
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
283
+ """
284
+ return pulumi.get(self, "product")
285
+
286
+ @product.setter
287
+ def product(self, value: Optional[pulumi.Input[str]]):
288
+ pulumi.set(self, "product", value)
289
+
290
+ @property
291
+ @pulumi.getter
292
+ def project(self) -> Optional[pulumi.Input[str]]:
293
+ """
294
+ The ID of the project in which the resource belongs.
295
+ If it is not provided, the provider project is used.
296
+ """
297
+ return pulumi.get(self, "project")
298
+
299
+ @project.setter
300
+ def project(self, value: Optional[pulumi.Input[str]]):
301
+ pulumi.set(self, "project", value)
302
+
303
+ @property
304
+ @pulumi.getter(name="pulumiLabels")
305
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
306
+ """
307
+ The combination of labels configured directly on the resource
308
+ and default labels configured on the provider.
309
+ """
310
+ return pulumi.get(self, "pulumi_labels")
311
+
312
+ @pulumi_labels.setter
313
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
314
+ pulumi.set(self, "pulumi_labels", value)
315
+
316
+ @property
317
+ @pulumi.getter(name="releaseChannelSettingId")
318
+ def release_channel_setting_id(self) -> Optional[pulumi.Input[str]]:
319
+ """
320
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
321
+ """
322
+ return pulumi.get(self, "release_channel_setting_id")
323
+
324
+ @release_channel_setting_id.setter
325
+ def release_channel_setting_id(self, value: Optional[pulumi.Input[str]]):
326
+ pulumi.set(self, "release_channel_setting_id", value)
327
+
328
+ @property
329
+ @pulumi.getter(name="settingBindingId")
330
+ def setting_binding_id(self) -> Optional[pulumi.Input[str]]:
331
+ """
332
+ Id of the setting binding.
333
+
334
+
335
+ - - -
336
+ """
337
+ return pulumi.get(self, "setting_binding_id")
338
+
339
+ @setting_binding_id.setter
340
+ def setting_binding_id(self, value: Optional[pulumi.Input[str]]):
341
+ pulumi.set(self, "setting_binding_id", value)
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def target(self) -> Optional[pulumi.Input[str]]:
346
+ """
347
+ Target of the binding.
348
+ """
349
+ return pulumi.get(self, "target")
350
+
351
+ @target.setter
352
+ def target(self, value: Optional[pulumi.Input[str]]):
353
+ pulumi.set(self, "target", value)
354
+
355
+ @property
356
+ @pulumi.getter(name="updateTime")
357
+ def update_time(self) -> Optional[pulumi.Input[str]]:
358
+ """
359
+ Update time stamp.
360
+ """
361
+ return pulumi.get(self, "update_time")
362
+
363
+ @update_time.setter
364
+ def update_time(self, value: Optional[pulumi.Input[str]]):
365
+ pulumi.set(self, "update_time", value)
366
+
367
+
368
+ class ReleaseChannelSettingBinding(pulumi.CustomResource):
369
+ @overload
370
+ def __init__(__self__,
371
+ resource_name: str,
372
+ opts: Optional[pulumi.ResourceOptions] = None,
373
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
374
+ location: Optional[pulumi.Input[str]] = None,
375
+ product: Optional[pulumi.Input[str]] = None,
376
+ project: Optional[pulumi.Input[str]] = None,
377
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
378
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
379
+ target: Optional[pulumi.Input[str]] = None,
380
+ __props__=None):
381
+ """
382
+ The resource for managing ReleaseChannel setting bindings for Admin Control.
383
+
384
+ To get more information about ReleaseChannelSettingBinding, see:
385
+ * How-to Guides
386
+ * [Gemini Cloud Assist overview](https://cloud.google.com/gemini/docs/cloud-assist/overview)
387
+
388
+ ## Example Usage
389
+
390
+ ### Gemini Release Channel Setting Binding Basic
391
+
392
+ ```python
393
+ import pulumi
394
+ import pulumi_gcp as gcp
395
+
396
+ basic = gcp.gemini.ReleaseChannelSetting("basic",
397
+ release_channel_setting_id="ls-tf1",
398
+ location="global",
399
+ labels={
400
+ "my_key": "my_value",
401
+ },
402
+ release_channel="EXPERIMENTAL")
403
+ example = gcp.gemini.ReleaseChannelSettingBinding("example",
404
+ release_channel_setting_id=basic.release_channel_setting_id,
405
+ setting_binding_id="ls-tf1b1",
406
+ location="global",
407
+ target="projects/980109375338")
408
+ ```
409
+
410
+ ## Import
411
+
412
+ ReleaseChannelSettingBinding can be imported using any of these accepted formats:
413
+
414
+ * `projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}/settingBindings/{{setting_binding_id}}`
415
+
416
+ * `{{project}}/{{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}`
417
+
418
+ * `{{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}`
419
+
420
+ When using the `pulumi import` command, ReleaseChannelSettingBinding can be imported using one of the formats above. For example:
421
+
422
+ ```sh
423
+ $ pulumi import gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding default projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}/settingBindings/{{setting_binding_id}}
424
+ ```
425
+
426
+ ```sh
427
+ $ pulumi import gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding default {{project}}/{{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}
428
+ ```
429
+
430
+ ```sh
431
+ $ pulumi import gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding default {{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}
432
+ ```
433
+
434
+ :param str resource_name: The name of the resource.
435
+ :param pulumi.ResourceOptions opts: Options for the resource.
436
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
437
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
438
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
439
+ :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.
440
+ :param pulumi.Input[str] product: Product type of the setting binding.
441
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
442
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
443
+ If it is not provided, the provider project is used.
444
+ :param pulumi.Input[str] release_channel_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
445
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
446
+
447
+
448
+ - - -
449
+ :param pulumi.Input[str] target: Target of the binding.
450
+ """
451
+ ...
452
+ @overload
453
+ def __init__(__self__,
454
+ resource_name: str,
455
+ args: ReleaseChannelSettingBindingArgs,
456
+ opts: Optional[pulumi.ResourceOptions] = None):
457
+ """
458
+ The resource for managing ReleaseChannel setting bindings for Admin Control.
459
+
460
+ To get more information about ReleaseChannelSettingBinding, see:
461
+ * How-to Guides
462
+ * [Gemini Cloud Assist overview](https://cloud.google.com/gemini/docs/cloud-assist/overview)
463
+
464
+ ## Example Usage
465
+
466
+ ### Gemini Release Channel Setting Binding Basic
467
+
468
+ ```python
469
+ import pulumi
470
+ import pulumi_gcp as gcp
471
+
472
+ basic = gcp.gemini.ReleaseChannelSetting("basic",
473
+ release_channel_setting_id="ls-tf1",
474
+ location="global",
475
+ labels={
476
+ "my_key": "my_value",
477
+ },
478
+ release_channel="EXPERIMENTAL")
479
+ example = gcp.gemini.ReleaseChannelSettingBinding("example",
480
+ release_channel_setting_id=basic.release_channel_setting_id,
481
+ setting_binding_id="ls-tf1b1",
482
+ location="global",
483
+ target="projects/980109375338")
484
+ ```
485
+
486
+ ## Import
487
+
488
+ ReleaseChannelSettingBinding can be imported using any of these accepted formats:
489
+
490
+ * `projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}/settingBindings/{{setting_binding_id}}`
491
+
492
+ * `{{project}}/{{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}`
493
+
494
+ * `{{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}`
495
+
496
+ When using the `pulumi import` command, ReleaseChannelSettingBinding can be imported using one of the formats above. For example:
497
+
498
+ ```sh
499
+ $ pulumi import gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding default projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}/settingBindings/{{setting_binding_id}}
500
+ ```
501
+
502
+ ```sh
503
+ $ pulumi import gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding default {{project}}/{{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}
504
+ ```
505
+
506
+ ```sh
507
+ $ pulumi import gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding default {{location}}/{{release_channel_setting_id}}/{{setting_binding_id}}
508
+ ```
509
+
510
+ :param str resource_name: The name of the resource.
511
+ :param ReleaseChannelSettingBindingArgs args: The arguments to use to populate this resource's properties.
512
+ :param pulumi.ResourceOptions opts: Options for the resource.
513
+ """
514
+ ...
515
+ def __init__(__self__, resource_name: str, *args, **kwargs):
516
+ resource_args, opts = _utilities.get_resource_args_opts(ReleaseChannelSettingBindingArgs, pulumi.ResourceOptions, *args, **kwargs)
517
+ if resource_args is not None:
518
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
519
+ else:
520
+ __self__._internal_init(resource_name, *args, **kwargs)
521
+
522
+ def _internal_init(__self__,
523
+ resource_name: str,
524
+ opts: Optional[pulumi.ResourceOptions] = None,
525
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
526
+ location: Optional[pulumi.Input[str]] = None,
527
+ product: Optional[pulumi.Input[str]] = None,
528
+ project: Optional[pulumi.Input[str]] = None,
529
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
530
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
531
+ target: Optional[pulumi.Input[str]] = None,
532
+ __props__=None):
533
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
534
+ if not isinstance(opts, pulumi.ResourceOptions):
535
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
536
+ if opts.id is None:
537
+ if __props__ is not None:
538
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
539
+ __props__ = ReleaseChannelSettingBindingArgs.__new__(ReleaseChannelSettingBindingArgs)
540
+
541
+ __props__.__dict__["labels"] = labels
542
+ __props__.__dict__["location"] = location
543
+ __props__.__dict__["product"] = product
544
+ __props__.__dict__["project"] = project
545
+ if release_channel_setting_id is None and not opts.urn:
546
+ raise TypeError("Missing required property 'release_channel_setting_id'")
547
+ __props__.__dict__["release_channel_setting_id"] = release_channel_setting_id
548
+ if setting_binding_id is None and not opts.urn:
549
+ raise TypeError("Missing required property 'setting_binding_id'")
550
+ __props__.__dict__["setting_binding_id"] = setting_binding_id
551
+ if target is None and not opts.urn:
552
+ raise TypeError("Missing required property 'target'")
553
+ __props__.__dict__["target"] = target
554
+ __props__.__dict__["create_time"] = None
555
+ __props__.__dict__["effective_labels"] = None
556
+ __props__.__dict__["name"] = None
557
+ __props__.__dict__["pulumi_labels"] = None
558
+ __props__.__dict__["update_time"] = None
559
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
560
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
561
+ super(ReleaseChannelSettingBinding, __self__).__init__(
562
+ 'gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding',
563
+ resource_name,
564
+ __props__,
565
+ opts)
566
+
567
+ @staticmethod
568
+ def get(resource_name: str,
569
+ id: pulumi.Input[str],
570
+ opts: Optional[pulumi.ResourceOptions] = None,
571
+ create_time: Optional[pulumi.Input[str]] = None,
572
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
573
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
574
+ location: Optional[pulumi.Input[str]] = None,
575
+ name: Optional[pulumi.Input[str]] = None,
576
+ product: Optional[pulumi.Input[str]] = None,
577
+ project: Optional[pulumi.Input[str]] = None,
578
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
579
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
580
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
581
+ target: Optional[pulumi.Input[str]] = None,
582
+ update_time: Optional[pulumi.Input[str]] = None) -> 'ReleaseChannelSettingBinding':
583
+ """
584
+ Get an existing ReleaseChannelSettingBinding resource's state with the given name, id, and optional extra
585
+ properties used to qualify the lookup.
586
+
587
+ :param str resource_name: The unique name of the resulting resource.
588
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
589
+ :param pulumi.ResourceOptions opts: Options for the resource.
590
+ :param pulumi.Input[str] create_time: Create time stamp.
591
+ :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.
592
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
593
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
594
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
595
+ :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.
596
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
597
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{setting}/settingBindings/{setting_binding}
598
+ :param pulumi.Input[str] product: Product type of the setting binding.
599
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
600
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
601
+ If it is not provided, the provider project is used.
602
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
603
+ and default labels configured on the provider.
604
+ :param pulumi.Input[str] release_channel_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
605
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
606
+
607
+
608
+ - - -
609
+ :param pulumi.Input[str] target: Target of the binding.
610
+ :param pulumi.Input[str] update_time: Update time stamp.
611
+ """
612
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
613
+
614
+ __props__ = _ReleaseChannelSettingBindingState.__new__(_ReleaseChannelSettingBindingState)
615
+
616
+ __props__.__dict__["create_time"] = create_time
617
+ __props__.__dict__["effective_labels"] = effective_labels
618
+ __props__.__dict__["labels"] = labels
619
+ __props__.__dict__["location"] = location
620
+ __props__.__dict__["name"] = name
621
+ __props__.__dict__["product"] = product
622
+ __props__.__dict__["project"] = project
623
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
624
+ __props__.__dict__["release_channel_setting_id"] = release_channel_setting_id
625
+ __props__.__dict__["setting_binding_id"] = setting_binding_id
626
+ __props__.__dict__["target"] = target
627
+ __props__.__dict__["update_time"] = update_time
628
+ return ReleaseChannelSettingBinding(resource_name, opts=opts, __props__=__props__)
629
+
630
+ @property
631
+ @pulumi.getter(name="createTime")
632
+ def create_time(self) -> pulumi.Output[str]:
633
+ """
634
+ Create time stamp.
635
+ """
636
+ return pulumi.get(self, "create_time")
637
+
638
+ @property
639
+ @pulumi.getter(name="effectiveLabels")
640
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
641
+ """
642
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
643
+ """
644
+ return pulumi.get(self, "effective_labels")
645
+
646
+ @property
647
+ @pulumi.getter
648
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
649
+ """
650
+ Labels as key value pairs.
651
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
652
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
653
+ """
654
+ return pulumi.get(self, "labels")
655
+
656
+ @property
657
+ @pulumi.getter
658
+ def location(self) -> pulumi.Output[Optional[str]]:
659
+ """
660
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
661
+ """
662
+ return pulumi.get(self, "location")
663
+
664
+ @property
665
+ @pulumi.getter
666
+ def name(self) -> pulumi.Output[str]:
667
+ """
668
+ Identifier. Name of the resource.
669
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{setting}/settingBindings/{setting_binding}
670
+ """
671
+ return pulumi.get(self, "name")
672
+
673
+ @property
674
+ @pulumi.getter
675
+ def product(self) -> pulumi.Output[Optional[str]]:
676
+ """
677
+ Product type of the setting binding.
678
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
679
+ """
680
+ return pulumi.get(self, "product")
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def project(self) -> pulumi.Output[str]:
685
+ """
686
+ The ID of the project in which the resource belongs.
687
+ If it is not provided, the provider project is used.
688
+ """
689
+ return pulumi.get(self, "project")
690
+
691
+ @property
692
+ @pulumi.getter(name="pulumiLabels")
693
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
694
+ """
695
+ The combination of labels configured directly on the resource
696
+ and default labels configured on the provider.
697
+ """
698
+ return pulumi.get(self, "pulumi_labels")
699
+
700
+ @property
701
+ @pulumi.getter(name="releaseChannelSettingId")
702
+ def release_channel_setting_id(self) -> pulumi.Output[str]:
703
+ """
704
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
705
+ """
706
+ return pulumi.get(self, "release_channel_setting_id")
707
+
708
+ @property
709
+ @pulumi.getter(name="settingBindingId")
710
+ def setting_binding_id(self) -> pulumi.Output[str]:
711
+ """
712
+ Id of the setting binding.
713
+
714
+
715
+ - - -
716
+ """
717
+ return pulumi.get(self, "setting_binding_id")
718
+
719
+ @property
720
+ @pulumi.getter
721
+ def target(self) -> pulumi.Output[str]:
722
+ """
723
+ Target of the binding.
724
+ """
725
+ return pulumi.get(self, "target")
726
+
727
+ @property
728
+ @pulumi.getter(name="updateTime")
729
+ def update_time(self) -> pulumi.Output[str]:
730
+ """
731
+ Update time stamp.
732
+ """
733
+ return pulumi.get(self, "update_time")
734
+