Skip to content

Commit 56cd791

Browse files
feat(cloudfunctions): update the api
#### cloudfunctions:v2 The following keys were added: - schemas.Function.properties.satisfiesPzs (Total Keys: 2) #### cloudfunctions:v2alpha The following keys were added: - schemas.Function.properties.satisfiesPzs (Total Keys: 2) #### cloudfunctions:v2beta The following keys were added: - schemas.Function.properties.satisfiesPzs (Total Keys: 2)
1 parent 71bacdc commit 56cd791

7 files changed

+31
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ <h3>Method Details</h3>
194194
&quot;a_key&quot;: &quot;A String&quot;,
195195
},
196196
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
197+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
197198
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
198199
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
199200
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -451,6 +452,7 @@ <h3>Method Details</h3>
451452
&quot;a_key&quot;: &quot;A String&quot;,
452453
},
453454
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
455+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
454456
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
455457
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
456458
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -642,6 +644,7 @@ <h3>Method Details</h3>
642644
&quot;a_key&quot;: &quot;A String&quot;,
643645
},
644646
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
647+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
645648
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
646649
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
647650
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -794,6 +797,7 @@ <h3>Method Details</h3>
794797
&quot;a_key&quot;: &quot;A String&quot;,
795798
},
796799
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
800+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
797801
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
798802
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
799803
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ <h3>Method Details</h3>
194194
&quot;a_key&quot;: &quot;A String&quot;,
195195
},
196196
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
197+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
197198
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
198199
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
199200
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -451,6 +452,7 @@ <h3>Method Details</h3>
451452
&quot;a_key&quot;: &quot;A String&quot;,
452453
},
453454
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
455+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
454456
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
455457
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
456458
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -642,6 +644,7 @@ <h3>Method Details</h3>
642644
&quot;a_key&quot;: &quot;A String&quot;,
643645
},
644646
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
647+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
645648
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
646649
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
647650
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -794,6 +797,7 @@ <h3>Method Details</h3>
794797
&quot;a_key&quot;: &quot;A String&quot;,
795798
},
796799
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
800+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
797801
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
798802
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
799803
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ <h3>Method Details</h3>
194194
&quot;a_key&quot;: &quot;A String&quot;,
195195
},
196196
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
197+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
197198
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
198199
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
199200
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -451,6 +452,7 @@ <h3>Method Details</h3>
451452
&quot;a_key&quot;: &quot;A String&quot;,
452453
},
453454
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
455+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
454456
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
455457
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
456458
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -642,6 +644,7 @@ <h3>Method Details</h3>
642644
&quot;a_key&quot;: &quot;A String&quot;,
643645
},
644646
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
647+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
645648
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
646649
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
647650
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU
@@ -794,6 +797,7 @@ <h3>Method Details</h3>
794797
&quot;a_key&quot;: &quot;A String&quot;,
795798
},
796799
&quot;name&quot;: &quot;A String&quot;, # A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`
800+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
797801
&quot;serviceConfig&quot;: { # Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). # Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed).
798802
&quot;allTrafficOnLatestRevision&quot;: True or False, # Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
799803
&quot;availableCpu&quot;: &quot;A String&quot;, # [Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: &quot;1&quot; indicates 1 vCPU

googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
}
547547
}
548548
},
549-
"revision": "20230608",
549+
"revision": "20230619",
550550
"rootUrl": "https://cloudfunctions.googleapis.com/",
551551
"schemas": {
552552
"AuditConfig": {

googleapiclient/discovery_cache/documents/cloudfunctions.v2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230608",
574+
"revision": "20230619",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -842,6 +842,11 @@
842842
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
843843
"type": "string"
844844
},
845+
"satisfiesPzs": {
846+
"description": "Output only. Reserved for future use.",
847+
"readOnly": true,
848+
"type": "boolean"
849+
},
845850
"serviceConfig": {
846851
"$ref": "ServiceConfig",
847852
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."

googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230608",
574+
"revision": "20230619",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -842,6 +842,11 @@
842842
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
843843
"type": "string"
844844
},
845+
"satisfiesPzs": {
846+
"description": "Output only. Reserved for future use.",
847+
"readOnly": true,
848+
"type": "boolean"
849+
},
845850
"serviceConfig": {
846851
"$ref": "ServiceConfig",
847852
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."

googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20230608",
574+
"revision": "20230619",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -842,6 +842,11 @@
842842
"description": "A user-defined name of the function. Function names must be unique globally and match pattern `projects/*/locations/*/functions/*`",
843843
"type": "string"
844844
},
845+
"satisfiesPzs": {
846+
"description": "Output only. Reserved for future use.",
847+
"readOnly": true,
848+
"type": "boolean"
849+
},
845850
"serviceConfig": {
846851
"$ref": "ServiceConfig",
847852
"description": "Describes the Service being deployed. Currently deploys services to Cloud Run (fully managed)."

0 commit comments

Comments
 (0)