Skip to content

Commit c7d9141

Browse files
fix(firebaseapphosting): update the API
#### firebaseapphosting:v1beta The following keys were changed: - schemas.Config.properties.env.description #### firebaseapphosting:v1 The following keys were changed: - schemas.Config.properties.env.description
1 parent bc572c4 commit c7d9141

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/firebaseapphosting-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@
11061106
}
11071107
}
11081108
},
1109-
"revision": "20251023",
1109+
"revision": "20251030",
11101110
"rootUrl": "https://firebaseapphosting.googleapis.com/",
11111111
"schemas": {
11121112
"ArchiveSource": {
@@ -1455,7 +1455,7 @@
14551455
"id": "Config",
14561456
"properties": {
14571457
"env": {
1458-
"description": "Optional. Environment variables for this build.",
1458+
"description": "Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error",
14591459
"items": {
14601460
"$ref": "EnvironmentVariable"
14611461
},

discovery/firebaseapphosting-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
}
11041104
}
11051105
},
1106-
"revision": "20251023",
1106+
"revision": "20251030",
11071107
"rootUrl": "https://firebaseapphosting.googleapis.com/",
11081108
"schemas": {
11091109
"ArchiveSource": {
@@ -1475,7 +1475,7 @@
14751475
"id": "Config",
14761476
"properties": {
14771477
"env": {
1478-
"description": "Optional. Environment variables for this build.",
1478+
"description": "Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error",
14791479
"items": {
14801480
"$ref": "EnvironmentVariable"
14811481
},

src/apis/firebaseapphosting/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export namespace firebaseapphosting_v1 {
379379
*/
380380
export interface Schema$Config {
381381
/**
382-
* Optional. Environment variables for this build.
382+
* Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error
383383
*/
384384
env?: Schema$EnvironmentVariable[];
385385
/**

src/apis/firebaseapphosting/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export namespace firebaseapphosting_v1beta {
387387
*/
388388
export interface Schema$Config {
389389
/**
390-
* Optional. Environment variables for this build.
390+
* Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error
391391
*/
392392
env?: Schema$EnvironmentVariable[];
393393
/**

0 commit comments

Comments
 (0)