pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0__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 +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -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/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- 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/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- 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 +213 -9
- 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/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- 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/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- 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/firestore/field.py +60 -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/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- 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/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -48,6 +48,7 @@ __all__ = [
|
|
48
48
|
'ServiceScaling',
|
49
49
|
'ServiceTemplate',
|
50
50
|
'ServiceTemplateContainer',
|
51
|
+
'ServiceTemplateContainerBuildInfo',
|
51
52
|
'ServiceTemplateContainerEnv',
|
52
53
|
'ServiceTemplateContainerEnvValueSource',
|
53
54
|
'ServiceTemplateContainerEnvValueSourceSecretKeyRef',
|
@@ -107,6 +108,7 @@ __all__ = [
|
|
107
108
|
'GetServiceScalingResult',
|
108
109
|
'GetServiceTemplateResult',
|
109
110
|
'GetServiceTemplateContainerResult',
|
111
|
+
'GetServiceTemplateContainerBuildInfoResult',
|
110
112
|
'GetServiceTemplateContainerEnvResult',
|
111
113
|
'GetServiceTemplateContainerEnvValueSourceResult',
|
112
114
|
'GetServiceTemplateContainerEnvValueSourceSecretKeyRefResult',
|
@@ -2447,7 +2449,11 @@ class ServiceTemplateContainer(dict):
|
|
2447
2449
|
@staticmethod
|
2448
2450
|
def __key_warning(key: str):
|
2449
2451
|
suggest = None
|
2450
|
-
if key == "
|
2452
|
+
if key == "baseImageUri":
|
2453
|
+
suggest = "base_image_uri"
|
2454
|
+
elif key == "buildInfos":
|
2455
|
+
suggest = "build_infos"
|
2456
|
+
elif key == "dependsOns":
|
2451
2457
|
suggest = "depends_ons"
|
2452
2458
|
elif key == "livenessProbe":
|
2453
2459
|
suggest = "liveness_probe"
|
@@ -2472,6 +2478,8 @@ class ServiceTemplateContainer(dict):
|
|
2472
2478
|
def __init__(__self__, *,
|
2473
2479
|
image: str,
|
2474
2480
|
args: Optional[Sequence[str]] = None,
|
2481
|
+
base_image_uri: Optional[str] = None,
|
2482
|
+
build_infos: Optional[Sequence['outputs.ServiceTemplateContainerBuildInfo']] = None,
|
2475
2483
|
commands: Optional[Sequence[str]] = None,
|
2476
2484
|
depends_ons: Optional[Sequence[str]] = None,
|
2477
2485
|
envs: Optional[Sequence['outputs.ServiceTemplateContainerEnv']] = None,
|
@@ -2485,6 +2493,10 @@ class ServiceTemplateContainer(dict):
|
|
2485
2493
|
"""
|
2486
2494
|
:param str image: URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
2487
2495
|
:param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
2496
|
+
:param str base_image_uri: Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
2497
|
+
:param Sequence['ServiceTemplateContainerBuildInfoArgs'] build_infos: (Output)
|
2498
|
+
The build info of the container image.
|
2499
|
+
Structure is documented below.
|
2488
2500
|
:param Sequence[str] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
2489
2501
|
:param Sequence[str] depends_ons: Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
|
2490
2502
|
:param Sequence['ServiceTemplateContainerEnvArgs'] envs: List of environment variables to set in the container.
|
@@ -2506,6 +2518,10 @@ class ServiceTemplateContainer(dict):
|
|
2506
2518
|
pulumi.set(__self__, "image", image)
|
2507
2519
|
if args is not None:
|
2508
2520
|
pulumi.set(__self__, "args", args)
|
2521
|
+
if base_image_uri is not None:
|
2522
|
+
pulumi.set(__self__, "base_image_uri", base_image_uri)
|
2523
|
+
if build_infos is not None:
|
2524
|
+
pulumi.set(__self__, "build_infos", build_infos)
|
2509
2525
|
if commands is not None:
|
2510
2526
|
pulumi.set(__self__, "commands", commands)
|
2511
2527
|
if depends_ons is not None:
|
@@ -2543,6 +2559,24 @@ class ServiceTemplateContainer(dict):
|
|
2543
2559
|
"""
|
2544
2560
|
return pulumi.get(self, "args")
|
2545
2561
|
|
2562
|
+
@property
|
2563
|
+
@pulumi.getter(name="baseImageUri")
|
2564
|
+
def base_image_uri(self) -> Optional[str]:
|
2565
|
+
"""
|
2566
|
+
Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
2567
|
+
"""
|
2568
|
+
return pulumi.get(self, "base_image_uri")
|
2569
|
+
|
2570
|
+
@property
|
2571
|
+
@pulumi.getter(name="buildInfos")
|
2572
|
+
def build_infos(self) -> Optional[Sequence['outputs.ServiceTemplateContainerBuildInfo']]:
|
2573
|
+
"""
|
2574
|
+
(Output)
|
2575
|
+
The build info of the container image.
|
2576
|
+
Structure is documented below.
|
2577
|
+
"""
|
2578
|
+
return pulumi.get(self, "build_infos")
|
2579
|
+
|
2546
2580
|
@property
|
2547
2581
|
@pulumi.getter
|
2548
2582
|
def commands(self) -> Optional[Sequence[str]]:
|
@@ -2631,6 +2665,56 @@ class ServiceTemplateContainer(dict):
|
|
2631
2665
|
return pulumi.get(self, "working_dir")
|
2632
2666
|
|
2633
2667
|
|
2668
|
+
@pulumi.output_type
|
2669
|
+
class ServiceTemplateContainerBuildInfo(dict):
|
2670
|
+
@staticmethod
|
2671
|
+
def __key_warning(key: str):
|
2672
|
+
suggest = None
|
2673
|
+
if key == "functionTarget":
|
2674
|
+
suggest = "function_target"
|
2675
|
+
elif key == "sourceLocation":
|
2676
|
+
suggest = "source_location"
|
2677
|
+
|
2678
|
+
if suggest:
|
2679
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceTemplateContainerBuildInfo. Access the value via the '{suggest}' property getter instead.")
|
2680
|
+
|
2681
|
+
def __getitem__(self, key: str) -> Any:
|
2682
|
+
ServiceTemplateContainerBuildInfo.__key_warning(key)
|
2683
|
+
return super().__getitem__(key)
|
2684
|
+
|
2685
|
+
def get(self, key: str, default = None) -> Any:
|
2686
|
+
ServiceTemplateContainerBuildInfo.__key_warning(key)
|
2687
|
+
return super().get(key, default)
|
2688
|
+
|
2689
|
+
def __init__(__self__, *,
|
2690
|
+
function_target: Optional[str] = None,
|
2691
|
+
source_location: Optional[str] = None):
|
2692
|
+
"""
|
2693
|
+
:param str function_target: Entry point of the function when the image is a Cloud Run function.
|
2694
|
+
:param str source_location: Source code location of the image.
|
2695
|
+
"""
|
2696
|
+
if function_target is not None:
|
2697
|
+
pulumi.set(__self__, "function_target", function_target)
|
2698
|
+
if source_location is not None:
|
2699
|
+
pulumi.set(__self__, "source_location", source_location)
|
2700
|
+
|
2701
|
+
@property
|
2702
|
+
@pulumi.getter(name="functionTarget")
|
2703
|
+
def function_target(self) -> Optional[str]:
|
2704
|
+
"""
|
2705
|
+
Entry point of the function when the image is a Cloud Run function.
|
2706
|
+
"""
|
2707
|
+
return pulumi.get(self, "function_target")
|
2708
|
+
|
2709
|
+
@property
|
2710
|
+
@pulumi.getter(name="sourceLocation")
|
2711
|
+
def source_location(self) -> Optional[str]:
|
2712
|
+
"""
|
2713
|
+
Source code location of the image.
|
2714
|
+
"""
|
2715
|
+
return pulumi.get(self, "source_location")
|
2716
|
+
|
2717
|
+
|
2634
2718
|
@pulumi.output_type
|
2635
2719
|
class ServiceTemplateContainerEnv(dict):
|
2636
2720
|
@staticmethod
|
@@ -2895,6 +2979,8 @@ class ServiceTemplateContainerLivenessProbeGrpc(dict):
|
|
2895
2979
|
:param str service: The name of the service to place in the gRPC HealthCheckRequest
|
2896
2980
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
2897
2981
|
If this is not specified, the default behavior is defined by gRPC.
|
2982
|
+
|
2983
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
2898
2984
|
"""
|
2899
2985
|
if port is not None:
|
2900
2986
|
pulumi.set(__self__, "port", port)
|
@@ -2917,6 +3003,8 @@ class ServiceTemplateContainerLivenessProbeGrpc(dict):
|
|
2917
3003
|
The name of the service to place in the gRPC HealthCheckRequest
|
2918
3004
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
2919
3005
|
If this is not specified, the default behavior is defined by gRPC.
|
3006
|
+
|
3007
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
2920
3008
|
"""
|
2921
3009
|
return pulumi.get(self, "service")
|
2922
3010
|
|
@@ -3282,6 +3370,8 @@ class ServiceTemplateContainerStartupProbeGrpc(dict):
|
|
3282
3370
|
:param str service: The name of the service to place in the gRPC HealthCheckRequest
|
3283
3371
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
3284
3372
|
If this is not specified, the default behavior is defined by gRPC.
|
3373
|
+
|
3374
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
3285
3375
|
"""
|
3286
3376
|
if port is not None:
|
3287
3377
|
pulumi.set(__self__, "port", port)
|
@@ -3304,6 +3394,8 @@ class ServiceTemplateContainerStartupProbeGrpc(dict):
|
|
3304
3394
|
The name of the service to place in the gRPC HealthCheckRequest
|
3305
3395
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
3306
3396
|
If this is not specified, the default behavior is defined by gRPC.
|
3397
|
+
|
3398
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
3307
3399
|
"""
|
3308
3400
|
return pulumi.get(self, "service")
|
3309
3401
|
|
@@ -5928,6 +6020,8 @@ class GetServiceTemplateResult(dict):
|
|
5928
6020
|
class GetServiceTemplateContainerResult(dict):
|
5929
6021
|
def __init__(__self__, *,
|
5930
6022
|
args: Sequence[str],
|
6023
|
+
base_image_uri: str,
|
6024
|
+
build_infos: Sequence['outputs.GetServiceTemplateContainerBuildInfoResult'],
|
5931
6025
|
commands: Sequence[str],
|
5932
6026
|
depends_ons: Sequence[str],
|
5933
6027
|
envs: Sequence['outputs.GetServiceTemplateContainerEnvResult'],
|
@@ -5941,6 +6035,8 @@ class GetServiceTemplateContainerResult(dict):
|
|
5941
6035
|
working_dir: str):
|
5942
6036
|
"""
|
5943
6037
|
:param Sequence[str] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
6038
|
+
:param str base_image_uri: Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
6039
|
+
:param Sequence['GetServiceTemplateContainerBuildInfoArgs'] build_infos: The build info of the container image.
|
5944
6040
|
:param Sequence[str] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
5945
6041
|
:param Sequence[str] depends_ons: Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
|
5946
6042
|
:param Sequence['GetServiceTemplateContainerEnvArgs'] envs: List of environment variables to set in the container.
|
@@ -5956,6 +6052,8 @@ class GetServiceTemplateContainerResult(dict):
|
|
5956
6052
|
:param str working_dir: Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
|
5957
6053
|
"""
|
5958
6054
|
pulumi.set(__self__, "args", args)
|
6055
|
+
pulumi.set(__self__, "base_image_uri", base_image_uri)
|
6056
|
+
pulumi.set(__self__, "build_infos", build_infos)
|
5959
6057
|
pulumi.set(__self__, "commands", commands)
|
5960
6058
|
pulumi.set(__self__, "depends_ons", depends_ons)
|
5961
6059
|
pulumi.set(__self__, "envs", envs)
|
@@ -5976,6 +6074,22 @@ class GetServiceTemplateContainerResult(dict):
|
|
5976
6074
|
"""
|
5977
6075
|
return pulumi.get(self, "args")
|
5978
6076
|
|
6077
|
+
@property
|
6078
|
+
@pulumi.getter(name="baseImageUri")
|
6079
|
+
def base_image_uri(self) -> str:
|
6080
|
+
"""
|
6081
|
+
Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
6082
|
+
"""
|
6083
|
+
return pulumi.get(self, "base_image_uri")
|
6084
|
+
|
6085
|
+
@property
|
6086
|
+
@pulumi.getter(name="buildInfos")
|
6087
|
+
def build_infos(self) -> Sequence['outputs.GetServiceTemplateContainerBuildInfoResult']:
|
6088
|
+
"""
|
6089
|
+
The build info of the container image.
|
6090
|
+
"""
|
6091
|
+
return pulumi.get(self, "build_infos")
|
6092
|
+
|
5979
6093
|
@property
|
5980
6094
|
@pulumi.getter
|
5981
6095
|
def commands(self) -> Sequence[str]:
|
@@ -6067,6 +6181,35 @@ class GetServiceTemplateContainerResult(dict):
|
|
6067
6181
|
return pulumi.get(self, "working_dir")
|
6068
6182
|
|
6069
6183
|
|
6184
|
+
@pulumi.output_type
|
6185
|
+
class GetServiceTemplateContainerBuildInfoResult(dict):
|
6186
|
+
def __init__(__self__, *,
|
6187
|
+
function_target: str,
|
6188
|
+
source_location: str):
|
6189
|
+
"""
|
6190
|
+
:param str function_target: Entry point of the function when the image is a Cloud Run function.
|
6191
|
+
:param str source_location: Source code location of the image.
|
6192
|
+
"""
|
6193
|
+
pulumi.set(__self__, "function_target", function_target)
|
6194
|
+
pulumi.set(__self__, "source_location", source_location)
|
6195
|
+
|
6196
|
+
@property
|
6197
|
+
@pulumi.getter(name="functionTarget")
|
6198
|
+
def function_target(self) -> str:
|
6199
|
+
"""
|
6200
|
+
Entry point of the function when the image is a Cloud Run function.
|
6201
|
+
"""
|
6202
|
+
return pulumi.get(self, "function_target")
|
6203
|
+
|
6204
|
+
@property
|
6205
|
+
@pulumi.getter(name="sourceLocation")
|
6206
|
+
def source_location(self) -> str:
|
6207
|
+
"""
|
6208
|
+
Source code location of the image.
|
6209
|
+
"""
|
6210
|
+
return pulumi.get(self, "source_location")
|
6211
|
+
|
6212
|
+
|
6070
6213
|
@pulumi.output_type
|
6071
6214
|
class GetServiceTemplateContainerEnvResult(dict):
|
6072
6215
|
def __init__(__self__, *,
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -1597,6 +1597,7 @@ class Service(pulumi.CustomResource):
|
|
1597
1597
|
template={
|
1598
1598
|
"containers": [{
|
1599
1599
|
"image": "us-docker.pkg.dev/cloudrun/container/hello",
|
1600
|
+
"base_image_uri": "us-central1-docker.pkg.dev/serverless-runtimes/google-22-full/runtimes/nodejs22",
|
1600
1601
|
}],
|
1601
1602
|
},
|
1602
1603
|
build_config={
|
@@ -2197,6 +2198,7 @@ class Service(pulumi.CustomResource):
|
|
2197
2198
|
template={
|
2198
2199
|
"containers": [{
|
2199
2200
|
"image": "us-docker.pkg.dev/cloudrun/container/hello",
|
2201
|
+
"base_image_uri": "us-central1-docker.pkg.dev/serverless-runtimes/google-22-full/runtimes/nodejs22",
|
2200
2202
|
}],
|
2201
2203
|
},
|
2202
2204
|
build_config={
|
pulumi_gcp/colab/__init__.py
CHANGED
@@ -6,10 +6,12 @@ from .. import _utilities
|
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .get_runtime_template_iam_policy import *
|
9
|
+
from .notebook_execution import *
|
9
10
|
from .runtime import *
|
10
11
|
from .runtime_template import *
|
11
12
|
from .runtime_template_iam_binding import *
|
12
13
|
from .runtime_template_iam_member import *
|
13
14
|
from .runtime_template_iam_policy import *
|
15
|
+
from .schedule import *
|
14
16
|
from ._inputs import *
|
15
17
|
from . import outputs
|