File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-firebaseapphosting/v1beta
com/google/api/services/firebaseapphosting/v1beta/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff 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 >v1beta-rev20250904 -2.0.0</version >
25+ <version >v1beta-rev20250918 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20250904 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20250918 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -120,6 +120,13 @@ public final class Backend extends com.google.api.client.json.GenericJson {
120120 @ com .google .api .client .util .Key
121121 private java .lang .String name ;
122122
123+ /**
124+ * Optional. Override environment variables for this Backend.
125+ * The value may be {@code null}.
126+ */
127+ @ com .google .api .client .util .Key
128+ private java .util .List <EnvironmentVariable > overrideEnv ;
129+
123130 /**
124131 * Output only. A field that, if true, indicates that the system is working to make adjustments to
125132 * the backend during a LRO.
@@ -390,6 +397,23 @@ public Backend setName(java.lang.String name) {
390397 return this ;
391398 }
392399
400+ /**
401+ * Optional. Override environment variables for this Backend.
402+ * @return value or {@code null} for none
403+ */
404+ public java .util .List <EnvironmentVariable > getOverrideEnv () {
405+ return overrideEnv ;
406+ }
407+
408+ /**
409+ * Optional. Override environment variables for this Backend.
410+ * @param overrideEnv overrideEnv or {@code null} for none
411+ */
412+ public Backend setOverrideEnv (java .util .List <EnvironmentVariable > overrideEnv ) {
413+ this .overrideEnv = overrideEnv ;
414+ return this ;
415+ }
416+
393417 /**
394418 * Output only. A field that, if true, indicates that the system is working to make adjustments to
395419 * the backend during a LRO.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-firebaseapphosting</artifactId >
11- <version >v1beta-rev20250904 -2.0.0</version >
12- <name >Firebase App Hosting API v1beta-rev20250904 -2.0.0</name >
11+ <version >v1beta-rev20250918 -2.0.0</version >
12+ <name >Firebase App Hosting API v1beta-rev20250918 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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 >v1beta-rev20250904 -2.0.0</version >
25+ <version >v1beta-rev20250918 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20250904 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20250918 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments