You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudfunctions_v1.projects.locations.functions.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,8 @@ <h3>Method Details</h3>
200
200
"runtimeVersion": "A String", # Output only. Contains the runtime version which was used during latest function deployment.
201
201
},
202
202
"runtime": "A String", # The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
203
+
"satisfiesPzi": True or False, # Output only.
204
+
"satisfiesPzs": True or False, # Output only.
{ # Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
205
207
"key": "A String", # Name of the environment variable.
@@ -412,6 +414,8 @@ <h3>Method Details</h3>
412
414
"runtimeVersion": "A String", # Output only. Contains the runtime version which was used during latest function deployment.
413
415
},
414
416
"runtime": "A String", # The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
417
+
"satisfiesPzi": True or False, # Output only.
418
+
"satisfiesPzs": True or False, # Output only.
{ # Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
417
421
"key": "A String", # Name of the environment variable.
@@ -560,6 +564,8 @@ <h3>Method Details</h3>
560
564
"runtimeVersion": "A String", # Output only. Contains the runtime version which was used during latest function deployment.
561
565
},
562
566
"runtime": "A String", # The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
567
+
"satisfiesPzi": True or False, # Output only.
568
+
"satisfiesPzs": True or False, # Output only.
{ # Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
565
571
"key": "A String", # Name of the environment variable.
@@ -671,6 +677,8 @@ <h3>Method Details</h3>
671
677
"runtimeVersion": "A String", # Output only. Contains the runtime version which was used during latest function deployment.
672
678
},
673
679
"runtime": "A String", # The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
680
+
"satisfiesPzi": True or False, # Output only.
681
+
"satisfiesPzs": True or False, # Output only.
{ # Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
676
684
"key": "A String", # Name of the environment variable.
"description": "The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).",
0 commit comments