pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1__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.
- pulumi_gcp/__init__.py +80 -0
- pulumi_gcp/_utilities.py +8 -4
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/beyondcorp/__init__.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +189 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/outputs.py +111 -0
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +204 -0
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +187 -0
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +54 -1
- pulumi_gcp/container/outputs.py +79 -1
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/parametermanager/__init__.py +2 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/workbench/instance.py +70 -2
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1.dist-info}/RECORD +76 -63
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -1154,6 +1154,38 @@ _utilities.register(
|
|
1154
1154
|
"gcp:beyondcorp/appGateway:AppGateway": "AppGateway"
|
1155
1155
|
}
|
1156
1156
|
},
|
1157
|
+
{
|
1158
|
+
"pkg": "gcp",
|
1159
|
+
"mod": "beyondcorp/application",
|
1160
|
+
"fqn": "pulumi_gcp.beyondcorp",
|
1161
|
+
"classes": {
|
1162
|
+
"gcp:beyondcorp/application:Application": "Application"
|
1163
|
+
}
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"pkg": "gcp",
|
1167
|
+
"mod": "beyondcorp/applicationIamBinding",
|
1168
|
+
"fqn": "pulumi_gcp.beyondcorp",
|
1169
|
+
"classes": {
|
1170
|
+
"gcp:beyondcorp/applicationIamBinding:ApplicationIamBinding": "ApplicationIamBinding"
|
1171
|
+
}
|
1172
|
+
},
|
1173
|
+
{
|
1174
|
+
"pkg": "gcp",
|
1175
|
+
"mod": "beyondcorp/applicationIamMember",
|
1176
|
+
"fqn": "pulumi_gcp.beyondcorp",
|
1177
|
+
"classes": {
|
1178
|
+
"gcp:beyondcorp/applicationIamMember:ApplicationIamMember": "ApplicationIamMember"
|
1179
|
+
}
|
1180
|
+
},
|
1181
|
+
{
|
1182
|
+
"pkg": "gcp",
|
1183
|
+
"mod": "beyondcorp/applicationIamPolicy",
|
1184
|
+
"fqn": "pulumi_gcp.beyondcorp",
|
1185
|
+
"classes": {
|
1186
|
+
"gcp:beyondcorp/applicationIamPolicy:ApplicationIamPolicy": "ApplicationIamPolicy"
|
1187
|
+
}
|
1188
|
+
},
|
1157
1189
|
{
|
1158
1190
|
"pkg": "gcp",
|
1159
1191
|
"mod": "beyondcorp/securityGateway",
|
@@ -1442,6 +1474,14 @@ _utilities.register(
|
|
1442
1474
|
"gcp:bigqueryanalyticshub/listingIamPolicy:ListingIamPolicy": "ListingIamPolicy"
|
1443
1475
|
}
|
1444
1476
|
},
|
1477
|
+
{
|
1478
|
+
"pkg": "gcp",
|
1479
|
+
"mod": "bigqueryanalyticshub/listingSubscription",
|
1480
|
+
"fqn": "pulumi_gcp.bigqueryanalyticshub",
|
1481
|
+
"classes": {
|
1482
|
+
"gcp:bigqueryanalyticshub/listingSubscription:ListingSubscription": "ListingSubscription"
|
1483
|
+
}
|
1484
|
+
},
|
1445
1485
|
{
|
1446
1486
|
"pkg": "gcp",
|
1447
1487
|
"mod": "bigquerydatapolicy/dataPolicy",
|
@@ -2282,6 +2322,14 @@ _utilities.register(
|
|
2282
2322
|
"gcp:cloudtasks/queueIamPolicy:QueueIamPolicy": "QueueIamPolicy"
|
2283
2323
|
}
|
2284
2324
|
},
|
2325
|
+
{
|
2326
|
+
"pkg": "gcp",
|
2327
|
+
"mod": "colab/notebookExecution",
|
2328
|
+
"fqn": "pulumi_gcp.colab",
|
2329
|
+
"classes": {
|
2330
|
+
"gcp:colab/notebookExecution:NotebookExecution": "NotebookExecution"
|
2331
|
+
}
|
2332
|
+
},
|
2285
2333
|
{
|
2286
2334
|
"pkg": "gcp",
|
2287
2335
|
"mod": "colab/runtime",
|
@@ -2322,6 +2370,14 @@ _utilities.register(
|
|
2322
2370
|
"gcp:colab/runtimeTemplateIamPolicy:RuntimeTemplateIamPolicy": "RuntimeTemplateIamPolicy"
|
2323
2371
|
}
|
2324
2372
|
},
|
2373
|
+
{
|
2374
|
+
"pkg": "gcp",
|
2375
|
+
"mod": "colab/schedule",
|
2376
|
+
"fqn": "pulumi_gcp.colab",
|
2377
|
+
"classes": {
|
2378
|
+
"gcp:colab/schedule:Schedule": "Schedule"
|
2379
|
+
}
|
2380
|
+
},
|
2325
2381
|
{
|
2326
2382
|
"pkg": "gcp",
|
2327
2383
|
"mod": "composer/environment",
|
@@ -2906,6 +2962,14 @@ _utilities.register(
|
|
2906
2962
|
"gcp:compute/networkFirewallPolicyAssociation:NetworkFirewallPolicyAssociation": "NetworkFirewallPolicyAssociation"
|
2907
2963
|
}
|
2908
2964
|
},
|
2965
|
+
{
|
2966
|
+
"pkg": "gcp",
|
2967
|
+
"mod": "compute/networkFirewallPolicyPacketMirroringRule",
|
2968
|
+
"fqn": "pulumi_gcp.compute",
|
2969
|
+
"classes": {
|
2970
|
+
"gcp:compute/networkFirewallPolicyPacketMirroringRule:NetworkFirewallPolicyPacketMirroringRule": "NetworkFirewallPolicyPacketMirroringRule"
|
2971
|
+
}
|
2972
|
+
},
|
2909
2973
|
{
|
2910
2974
|
"pkg": "gcp",
|
2911
2975
|
"mod": "compute/networkFirewallPolicyRule",
|
@@ -5146,6 +5210,22 @@ _utilities.register(
|
|
5146
5210
|
"gcp:gemini/codeRepositoryIndex:CodeRepositoryIndex": "CodeRepositoryIndex"
|
5147
5211
|
}
|
5148
5212
|
},
|
5213
|
+
{
|
5214
|
+
"pkg": "gcp",
|
5215
|
+
"mod": "gemini/loggingSetting",
|
5216
|
+
"fqn": "pulumi_gcp.gemini",
|
5217
|
+
"classes": {
|
5218
|
+
"gcp:gemini/loggingSetting:LoggingSetting": "LoggingSetting"
|
5219
|
+
}
|
5220
|
+
},
|
5221
|
+
{
|
5222
|
+
"pkg": "gcp",
|
5223
|
+
"mod": "gemini/releaseChannelSetting",
|
5224
|
+
"fqn": "pulumi_gcp.gemini",
|
5225
|
+
"classes": {
|
5226
|
+
"gcp:gemini/releaseChannelSetting:ReleaseChannelSetting": "ReleaseChannelSetting"
|
5227
|
+
}
|
5228
|
+
},
|
5149
5229
|
{
|
5150
5230
|
"pkg": "gcp",
|
5151
5231
|
"mod": "gemini/repositoryGroup",
|
pulumi_gcp/_utilities.py
CHANGED
@@ -89,12 +89,16 @@ def _get_semver_version():
|
|
89
89
|
elif pep440_version.pre_tag == 'rc':
|
90
90
|
prerelease = f"rc.{pep440_version.pre}"
|
91
91
|
elif pep440_version.dev is not None:
|
92
|
+
# PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge
|
93
|
+
# between the two, we convert our dev build version into a prerelease tag. This matches what all of our other
|
94
|
+
# packages do when constructing their own semver string.
|
92
95
|
prerelease = f"dev.{pep440_version.dev}"
|
96
|
+
elif pep440_version.local is not None:
|
97
|
+
# PEP440 only allows a small set of prerelease tags, so when converting an arbitrary prerelease,
|
98
|
+
# PypiVersion in /pkg/codegen/python/utilities.go converts it to a local version. Therefore, we need to
|
99
|
+
# do the reverse conversion here and set the local version as the prerelease tag.
|
100
|
+
prerelease = pep440_version.local
|
93
101
|
|
94
|
-
# The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support
|
95
|
-
# for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert
|
96
|
-
# our dev build version into a prerelease tag. This matches what all of our other packages do when constructing
|
97
|
-
# their own semver string.
|
98
102
|
return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease)
|
99
103
|
|
100
104
|
|