Skip to content

Commit 5a09622

Browse files
feat(cloudfunctions): update the api
#### cloudfunctions:v1 The following keys were added: - schemas.CloudFunction.properties.satisfiesPzi (Total Keys: 2) - schemas.CloudFunction.properties.satisfiesPzs (Total Keys: 2)
1 parent 5a667e6 commit 5a09622

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/dyn/cloudfunctions_v1.projects.locations.functions.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ <h3>Method Details</h3>
200200
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Contains the runtime version which was used during latest function deployment.
201201
},
202202
&quot;runtime&quot;: &quot;A String&quot;, # 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+
&quot;satisfiesPzi&quot;: True or False, # Output only.
204+
&quot;satisfiesPzs&quot;: True or False, # Output only.
203205
&quot;secretEnvironmentVariables&quot;: [ # Secret environment variables configuration.
204206
{ # 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.
205207
&quot;key&quot;: &quot;A String&quot;, # Name of the environment variable.
@@ -412,6 +414,8 @@ <h3>Method Details</h3>
412414
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Contains the runtime version which was used during latest function deployment.
413415
},
414416
&quot;runtime&quot;: &quot;A String&quot;, # 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+
&quot;satisfiesPzi&quot;: True or False, # Output only.
418+
&quot;satisfiesPzs&quot;: True or False, # Output only.
415419
&quot;secretEnvironmentVariables&quot;: [ # Secret environment variables configuration.
416420
{ # 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.
417421
&quot;key&quot;: &quot;A String&quot;, # Name of the environment variable.
@@ -560,6 +564,8 @@ <h3>Method Details</h3>
560564
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Contains the runtime version which was used during latest function deployment.
561565
},
562566
&quot;runtime&quot;: &quot;A String&quot;, # 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+
&quot;satisfiesPzi&quot;: True or False, # Output only.
568+
&quot;satisfiesPzs&quot;: True or False, # Output only.
563569
&quot;secretEnvironmentVariables&quot;: [ # Secret environment variables configuration.
564570
{ # 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.
565571
&quot;key&quot;: &quot;A String&quot;, # Name of the environment variable.
@@ -671,6 +677,8 @@ <h3>Method Details</h3>
671677
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Contains the runtime version which was used during latest function deployment.
672678
},
673679
&quot;runtime&quot;: &quot;A String&quot;, # 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+
&quot;satisfiesPzi&quot;: True or False, # Output only.
681+
&quot;satisfiesPzs&quot;: True or False, # Output only.
674682
&quot;secretEnvironmentVariables&quot;: [ # Secret environment variables configuration.
675683
{ # 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.
676684
&quot;key&quot;: &quot;A String&quot;, # Name of the environment variable.

googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
}
559559
}
560560
},
561-
"revision": "20250424",
561+
"revision": "20250430",
562562
"rootUrl": "https://cloudfunctions.googleapis.com/",
563563
"schemas": {
564564
"AuditConfig": {
@@ -799,6 +799,16 @@
799799
"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).",
800800
"type": "string"
801801
},
802+
"satisfiesPzi": {
803+
"description": "Output only.",
804+
"readOnly": true,
805+
"type": "boolean"
806+
},
807+
"satisfiesPzs": {
808+
"description": "Output only.",
809+
"readOnly": true,
810+
"type": "boolean"
811+
},
802812
"secretEnvironmentVariables": {
803813
"description": "Secret environment variables configuration.",
804814
"items": {

0 commit comments

Comments
 (0)