Skip to content

Commit b2399c1

Browse files
1 parent e61c050 commit b2399c1

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

clients/google-api-services-firebaseapphosting/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseapphosting</artifactId>
25-
<version>v1-rev20251023-2.0.0</version>
25+
<version>v1-rev20251030-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20251030-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseapphosting/v1/2.0.0/com/google/api/services/firebaseapphosting/v1/model/Config.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
public final class Config extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Environment variables for this build.
34+
* Optional. Supplied environment variables for a specific build. Provided at Build creation time
35+
* and immutable afterwards. This field is only applicable for Builds using a build image - (e.g.,
36+
* ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other
37+
* build types will result in an error
3538
* The value may be {@code null}.
3639
*/
3740
@com.google.api.client.util.Key
@@ -46,15 +49,21 @@ public final class Config extends com.google.api.client.json.GenericJson {
4649
private RunConfig runConfig;
4750

4851
/**
49-
* Optional. Environment variables for this build.
52+
* Optional. Supplied environment variables for a specific build. Provided at Build creation time
53+
* and immutable afterwards. This field is only applicable for Builds using a build image - (e.g.,
54+
* ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other
55+
* build types will result in an error
5056
* @return value or {@code null} for none
5157
*/
5258
public java.util.List<EnvironmentVariable> getEnv() {
5359
return env;
5460
}
5561

5662
/**
57-
* Optional. Environment variables for this build.
63+
* Optional. Supplied environment variables for a specific build. Provided at Build creation time
64+
* and immutable afterwards. This field is only applicable for Builds using a build image - (e.g.,
65+
* ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other
66+
* build types will result in an error
5867
* @param env env or {@code null} for none
5968
*/
6069
public Config setEnv(java.util.List<EnvironmentVariable> env) {

clients/google-api-services-firebaseapphosting/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firebaseapphosting</artifactId>
11-
<version>v1-rev20251023-2.0.0</version>
12-
<name>Firebase App Hosting API v1-rev20251023-2.0.0</name>
11+
<version>v1-rev20251030-2.0.0</version>
12+
<name>Firebase App Hosting API v1-rev20251030-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseapphosting/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseapphosting</artifactId>
25-
<version>v1-rev20251023-2.0.0</version>
25+
<version>v1-rev20251030-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20251030-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)