pulumi-gcp 7.29.0__py3-none-any.whl → 7.29.0a1719247035__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 (172) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/_utilities.py +0 -35
  3. pulumi_gcp/activedirectory/domain.py +14 -14
  4. pulumi_gcp/activedirectory/domain_trust.py +14 -14
  5. pulumi_gcp/alloydb/backup.py +8 -8
  6. pulumi_gcp/alloydb/cluster.py +17 -11
  7. pulumi_gcp/alloydb/instance.py +8 -8
  8. pulumi_gcp/alloydb/user.py +8 -8
  9. pulumi_gcp/apigee/addons_config.py +4 -4
  10. pulumi_gcp/apigee/endpoint_attachment.py +2 -2
  11. pulumi_gcp/apigee/env_group.py +2 -2
  12. pulumi_gcp/apigee/environment.py +2 -2
  13. pulumi_gcp/apigee/instance.py +8 -8
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
  15. pulumi_gcp/apigee/nat_address.py +2 -2
  16. pulumi_gcp/apigee/organization.py +6 -6
  17. pulumi_gcp/apigee/sync_authorization.py +4 -4
  18. pulumi_gcp/apigee/target_server.py +10 -10
  19. pulumi_gcp/apphub/service.py +20 -20
  20. pulumi_gcp/apphub/service_project_attachment.py +8 -8
  21. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  22. pulumi_gcp/applicationintegration/client.py +18 -6
  23. pulumi_gcp/artifactregistry/__init__.py +0 -1
  24. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  25. pulumi_gcp/artifactregistry/outputs.py +6 -6
  26. pulumi_gcp/artifactregistry/repository.py +10 -10
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/bigquery/_inputs.py +6 -2
  29. pulumi_gcp/bigquery/data_transfer_config.py +4 -4
  30. pulumi_gcp/bigquery/dataset.py +0 -75
  31. pulumi_gcp/bigquery/get_dataset.py +1 -11
  32. pulumi_gcp/bigquery/job.py +6 -6
  33. pulumi_gcp/bigquery/outputs.py +6 -2
  34. pulumi_gcp/bigtable/_inputs.py +3 -1
  35. pulumi_gcp/bigtable/instance.py +9 -3
  36. pulumi_gcp/bigtable/outputs.py +3 -1
  37. pulumi_gcp/billing/_inputs.py +0 -22
  38. pulumi_gcp/billing/budget.py +0 -50
  39. pulumi_gcp/billing/outputs.py +0 -20
  40. pulumi_gcp/certificateauthority/authority.py +2 -2
  41. pulumi_gcp/certificateauthority/certificate.py +4 -4
  42. pulumi_gcp/certificatemanager/_inputs.py +6 -2
  43. pulumi_gcp/certificatemanager/certificate.py +4 -4
  44. pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
  45. pulumi_gcp/certificatemanager/outputs.py +6 -2
  46. pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
  47. pulumi_gcp/cloudbuild/trigger.py +2 -2
  48. pulumi_gcp/cloudbuild/worker_pool.py +6 -6
  49. pulumi_gcp/cloudbuildv2/connection.py +2 -2
  50. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  51. pulumi_gcp/cloudfunctionsv2/function.py +28 -28
  52. pulumi_gcp/cloudids/endpoint.py +2 -2
  53. pulumi_gcp/cloudrun/_inputs.py +9 -3
  54. pulumi_gcp/cloudrun/outputs.py +9 -3
  55. pulumi_gcp/cloudrunv2/get_job.py +1 -21
  56. pulumi_gcp/cloudrunv2/job.py +19 -163
  57. pulumi_gcp/cloudrunv2/service.py +8 -8
  58. pulumi_gcp/compute/_inputs.py +0 -83
  59. pulumi_gcp/compute/disk.py +9 -3
  60. pulumi_gcp/compute/firewall.py +9 -3
  61. pulumi_gcp/compute/forwarding_rule.py +22 -22
  62. pulumi_gcp/compute/outputs.py +1 -166
  63. pulumi_gcp/compute/packet_mirroring.py +2 -2
  64. pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
  65. pulumi_gcp/compute/region_disk.py +9 -3
  66. pulumi_gcp/compute/region_security_policy_rule.py +2 -2
  67. pulumi_gcp/compute/route.py +2 -2
  68. pulumi_gcp/compute/subnetwork.py +6 -2
  69. pulumi_gcp/compute/target_instance.py +2 -2
  70. pulumi_gcp/compute/vpn_gateway.py +2 -2
  71. pulumi_gcp/compute/vpn_tunnel.py +2 -2
  72. pulumi_gcp/container/_inputs.py +6 -2
  73. pulumi_gcp/container/outputs.py +6 -2
  74. pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
  75. pulumi_gcp/datacatalog/policy_tag.py +2 -2
  76. pulumi_gcp/datafusion/instance.py +8 -4
  77. pulumi_gcp/dataplex/asset.py +2 -2
  78. pulumi_gcp/dataplex/datascan.py +2 -2
  79. pulumi_gcp/dataproc/_inputs.py +0 -100
  80. pulumi_gcp/dataproc/metastore_service.py +0 -172
  81. pulumi_gcp/dataproc/outputs.py +1 -192
  82. pulumi_gcp/dataproc/workflow_template.py +9 -3
  83. pulumi_gcp/datastore/data_store_index.py +2 -2
  84. pulumi_gcp/datastream/stream.py +6 -6
  85. pulumi_gcp/diagflow/entity_type.py +2 -2
  86. pulumi_gcp/diagflow/fulfillment.py +2 -2
  87. pulumi_gcp/diagflow/intent.py +4 -4
  88. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  89. pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
  90. pulumi_gcp/eventarc/channel.py +2 -2
  91. pulumi_gcp/eventarc/google_channel_config.py +2 -2
  92. pulumi_gcp/filestore/instance.py +9 -3
  93. pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
  94. pulumi_gcp/firebase/app_check_debug_token.py +4 -4
  95. pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
  96. pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
  97. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
  98. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
  99. pulumi_gcp/firebase/app_check_service_config.py +6 -6
  100. pulumi_gcp/firebase/database_instance.py +2 -2
  101. pulumi_gcp/firestore/database.py +4 -4
  102. pulumi_gcp/firestore/document.py +12 -12
  103. pulumi_gcp/folder/access_approval_settings.py +2 -2
  104. pulumi_gcp/gkehub/_inputs.py +8 -4
  105. pulumi_gcp/gkehub/membership.py +9 -3
  106. pulumi_gcp/gkehub/membership_binding.py +4 -4
  107. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  108. pulumi_gcp/gkehub/namespace.py +2 -2
  109. pulumi_gcp/gkehub/outputs.py +8 -4
  110. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  111. pulumi_gcp/healthcare/fhir_store.py +9 -3
  112. pulumi_gcp/healthcare/hl7_store.py +9 -3
  113. pulumi_gcp/integrationconnectors/connection.py +2 -2
  114. pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
  115. pulumi_gcp/kms/_inputs.py +3 -1
  116. pulumi_gcp/kms/autokey_config.py +16 -16
  117. pulumi_gcp/kms/key_handle.py +22 -22
  118. pulumi_gcp/kms/outputs.py +3 -1
  119. pulumi_gcp/logging/folder_settings.py +2 -2
  120. pulumi_gcp/logging/linked_dataset.py +2 -2
  121. pulumi_gcp/logging/organization_settings.py +2 -2
  122. pulumi_gcp/logging/project_bucket_config.py +2 -2
  123. pulumi_gcp/looker/instance.py +2 -2
  124. pulumi_gcp/netapp/volume_replication.py +2 -2
  125. pulumi_gcp/netapp/volume_snapshot.py +2 -2
  126. pulumi_gcp/networkconnectivity/internal_range.py +2 -2
  127. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  128. pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
  129. pulumi_gcp/networkservices/gateway.py +6 -6
  130. pulumi_gcp/organizations/access_approval_settings.py +2 -2
  131. pulumi_gcp/parallelstore/instance.py +2 -2
  132. pulumi_gcp/projects/access_approval_settings.py +11 -5
  133. pulumi_gcp/pubsub/_inputs.py +0 -40
  134. pulumi_gcp/pubsub/outputs.py +0 -66
  135. pulumi_gcp/pubsub/schema.py +2 -2
  136. pulumi_gcp/pubsub/subscription.py +8 -174
  137. pulumi_gcp/pubsub/topic.py +2 -2
  138. pulumi_gcp/pulumi-plugin.json +1 -1
  139. pulumi_gcp/redis/cluster.py +4 -4
  140. pulumi_gcp/redis/get_instance.py +1 -11
  141. pulumi_gcp/redis/instance.py +2 -49
  142. pulumi_gcp/secretmanager/secret.py +2 -2
  143. pulumi_gcp/securesourcemanager/instance.py +6 -6
  144. pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
  145. pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
  146. pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
  147. pulumi_gcp/servicenetworking/__init__.py +0 -1
  148. pulumi_gcp/sql/_inputs.py +3 -1
  149. pulumi_gcp/sql/database_instance.py +2 -2
  150. pulumi_gcp/sql/outputs.py +3 -1
  151. pulumi_gcp/sql/user.py +7 -21
  152. pulumi_gcp/storage/get_project_service_account.py +2 -2
  153. pulumi_gcp/storage/insights_report_config.py +2 -2
  154. pulumi_gcp/storage/notification.py +2 -2
  155. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  156. pulumi_gcp/storage/transfer_job.py +4 -4
  157. pulumi_gcp/tpu/v2_vm.py +4 -4
  158. pulumi_gcp/vertex/_inputs.py +3 -1
  159. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  160. pulumi_gcp/vertex/ai_feature_online_store.py +9 -3
  161. pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
  162. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  163. pulumi_gcp/vertex/outputs.py +3 -1
  164. pulumi_gcp/vmwareengine/external_address.py +2 -2
  165. pulumi_gcp/vmwareengine/network.py +4 -4
  166. pulumi_gcp/vpcaccess/connector.py +8 -2
  167. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/METADATA +1 -1
  168. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/RECORD +170 -172
  169. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/WHEEL +1 -1
  170. pulumi_gcp/artifactregistry/get_docker_image.py +0 -244
  171. pulumi_gcp/servicenetworking/vpc_service_controls.py +0 -511
  172. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.1)
2
+ Generator: setuptools (70.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,244 +0,0 @@
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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
-
12
- __all__ = [
13
- 'GetDockerImageResult',
14
- 'AwaitableGetDockerImageResult',
15
- 'get_docker_image',
16
- 'get_docker_image_output',
17
- ]
18
-
19
- @pulumi.output_type
20
- class GetDockerImageResult:
21
- """
22
- A collection of values returned by getDockerImage.
23
- """
24
- def __init__(__self__, build_time=None, id=None, image_name=None, image_size_bytes=None, location=None, media_type=None, name=None, project=None, repository_id=None, self_link=None, tags=None, update_time=None, upload_time=None):
25
- if build_time and not isinstance(build_time, str):
26
- raise TypeError("Expected argument 'build_time' to be a str")
27
- pulumi.set(__self__, "build_time", build_time)
28
- if id and not isinstance(id, str):
29
- raise TypeError("Expected argument 'id' to be a str")
30
- pulumi.set(__self__, "id", id)
31
- if image_name and not isinstance(image_name, str):
32
- raise TypeError("Expected argument 'image_name' to be a str")
33
- pulumi.set(__self__, "image_name", image_name)
34
- if image_size_bytes and not isinstance(image_size_bytes, str):
35
- raise TypeError("Expected argument 'image_size_bytes' to be a str")
36
- pulumi.set(__self__, "image_size_bytes", image_size_bytes)
37
- if location and not isinstance(location, str):
38
- raise TypeError("Expected argument 'location' to be a str")
39
- pulumi.set(__self__, "location", location)
40
- if media_type and not isinstance(media_type, str):
41
- raise TypeError("Expected argument 'media_type' to be a str")
42
- pulumi.set(__self__, "media_type", media_type)
43
- if name and not isinstance(name, str):
44
- raise TypeError("Expected argument 'name' to be a str")
45
- pulumi.set(__self__, "name", name)
46
- if project and not isinstance(project, str):
47
- raise TypeError("Expected argument 'project' to be a str")
48
- pulumi.set(__self__, "project", project)
49
- if repository_id and not isinstance(repository_id, str):
50
- raise TypeError("Expected argument 'repository_id' to be a str")
51
- pulumi.set(__self__, "repository_id", repository_id)
52
- if self_link and not isinstance(self_link, str):
53
- raise TypeError("Expected argument 'self_link' to be a str")
54
- pulumi.set(__self__, "self_link", self_link)
55
- if tags and not isinstance(tags, list):
56
- raise TypeError("Expected argument 'tags' to be a list")
57
- pulumi.set(__self__, "tags", tags)
58
- if update_time and not isinstance(update_time, str):
59
- raise TypeError("Expected argument 'update_time' to be a str")
60
- pulumi.set(__self__, "update_time", update_time)
61
- if upload_time and not isinstance(upload_time, str):
62
- raise TypeError("Expected argument 'upload_time' to be a str")
63
- pulumi.set(__self__, "upload_time", upload_time)
64
-
65
- @property
66
- @pulumi.getter(name="buildTime")
67
- def build_time(self) -> str:
68
- """
69
- The time, as a RFC 3339 string, this image was built.
70
- """
71
- return pulumi.get(self, "build_time")
72
-
73
- @property
74
- @pulumi.getter
75
- def id(self) -> str:
76
- """
77
- The provider-assigned unique ID for this managed resource.
78
- """
79
- return pulumi.get(self, "id")
80
-
81
- @property
82
- @pulumi.getter(name="imageName")
83
- def image_name(self) -> str:
84
- return pulumi.get(self, "image_name")
85
-
86
- @property
87
- @pulumi.getter(name="imageSizeBytes")
88
- def image_size_bytes(self) -> str:
89
- """
90
- Calculated size of the image in bytes.
91
- """
92
- return pulumi.get(self, "image_size_bytes")
93
-
94
- @property
95
- @pulumi.getter
96
- def location(self) -> str:
97
- return pulumi.get(self, "location")
98
-
99
- @property
100
- @pulumi.getter(name="mediaType")
101
- def media_type(self) -> str:
102
- """
103
- Media type of this image, e.g. `application/vnd.docker.distribution.manifest.v2+json`.
104
- """
105
- return pulumi.get(self, "media_type")
106
-
107
- @property
108
- @pulumi.getter
109
- def name(self) -> str:
110
- """
111
- The fully qualified name of the fetched image. This name has the form: `projects/{{project}}/locations/{{location}}/repository/{{repository_id}}/dockerImages/{{docker_image}}`. For example,
112
- ```
113
- projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf
114
- ```
115
- """
116
- return pulumi.get(self, "name")
117
-
118
- @property
119
- @pulumi.getter
120
- def project(self) -> Optional[str]:
121
- return pulumi.get(self, "project")
122
-
123
- @property
124
- @pulumi.getter(name="repositoryId")
125
- def repository_id(self) -> str:
126
- return pulumi.get(self, "repository_id")
127
-
128
- @property
129
- @pulumi.getter(name="selfLink")
130
- def self_link(self) -> str:
131
- """
132
- The URI to access the image. For example,
133
- ```
134
- us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf
135
- ```
136
- """
137
- return pulumi.get(self, "self_link")
138
-
139
- @property
140
- @pulumi.getter
141
- def tags(self) -> Sequence[str]:
142
- """
143
- A list of all tags associated with the image.
144
- """
145
- return pulumi.get(self, "tags")
146
-
147
- @property
148
- @pulumi.getter(name="updateTime")
149
- def update_time(self) -> str:
150
- """
151
- The time, as a RFC 3339 string, this image was updated.
152
- """
153
- return pulumi.get(self, "update_time")
154
-
155
- @property
156
- @pulumi.getter(name="uploadTime")
157
- def upload_time(self) -> str:
158
- """
159
- The time, as a RFC 3339 string, the image was uploaded. For example, `2014-10-02T15:01:23.045123456Z`.
160
- """
161
- return pulumi.get(self, "upload_time")
162
-
163
-
164
- class AwaitableGetDockerImageResult(GetDockerImageResult):
165
- # pylint: disable=using-constant-test
166
- def __await__(self):
167
- if False:
168
- yield self
169
- return GetDockerImageResult(
170
- build_time=self.build_time,
171
- id=self.id,
172
- image_name=self.image_name,
173
- image_size_bytes=self.image_size_bytes,
174
- location=self.location,
175
- media_type=self.media_type,
176
- name=self.name,
177
- project=self.project,
178
- repository_id=self.repository_id,
179
- self_link=self.self_link,
180
- tags=self.tags,
181
- update_time=self.update_time,
182
- upload_time=self.upload_time)
183
-
184
-
185
- def get_docker_image(image_name: Optional[str] = None,
186
- location: Optional[str] = None,
187
- project: Optional[str] = None,
188
- repository_id: Optional[str] = None,
189
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDockerImageResult:
190
- """
191
- This data source fetches information from a provided Artifact Registry repository, including the fully qualified name and URI for an image, based on a the latest version of image name and optional digest or tag.
192
-
193
- > **Note**
194
- Requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`.
195
-
196
-
197
- :param str image_name: The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.
198
- :param str location: The location of the artifact registry.
199
- :param str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
200
- :param str repository_id: The last part of the repository name. to fetch from.
201
- """
202
- __args__ = dict()
203
- __args__['imageName'] = image_name
204
- __args__['location'] = location
205
- __args__['project'] = project
206
- __args__['repositoryId'] = repository_id
207
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
208
- __ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getDockerImage:getDockerImage', __args__, opts=opts, typ=GetDockerImageResult).value
209
-
210
- return AwaitableGetDockerImageResult(
211
- build_time=pulumi.get(__ret__, 'build_time'),
212
- id=pulumi.get(__ret__, 'id'),
213
- image_name=pulumi.get(__ret__, 'image_name'),
214
- image_size_bytes=pulumi.get(__ret__, 'image_size_bytes'),
215
- location=pulumi.get(__ret__, 'location'),
216
- media_type=pulumi.get(__ret__, 'media_type'),
217
- name=pulumi.get(__ret__, 'name'),
218
- project=pulumi.get(__ret__, 'project'),
219
- repository_id=pulumi.get(__ret__, 'repository_id'),
220
- self_link=pulumi.get(__ret__, 'self_link'),
221
- tags=pulumi.get(__ret__, 'tags'),
222
- update_time=pulumi.get(__ret__, 'update_time'),
223
- upload_time=pulumi.get(__ret__, 'upload_time'))
224
-
225
-
226
- @_utilities.lift_output_func(get_docker_image)
227
- def get_docker_image_output(image_name: Optional[pulumi.Input[str]] = None,
228
- location: Optional[pulumi.Input[str]] = None,
229
- project: Optional[pulumi.Input[Optional[str]]] = None,
230
- repository_id: Optional[pulumi.Input[str]] = None,
231
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDockerImageResult]:
232
- """
233
- This data source fetches information from a provided Artifact Registry repository, including the fully qualified name and URI for an image, based on a the latest version of image name and optional digest or tag.
234
-
235
- > **Note**
236
- Requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`.
237
-
238
-
239
- :param str image_name: The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.
240
- :param str location: The location of the artifact registry.
241
- :param str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
242
- :param str repository_id: The last part of the repository name. to fetch from.
243
- """
244
- ...