Skip to content

Commit 6598a35

Browse files
chore: regenerate firebaseapphosting client (#31821)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent a664687 commit 6598a35

10 files changed

Lines changed: 158 additions & 30 deletions

File tree

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-rev20260506-2.0.0</version>
25+
<version>v1-rev20260514-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-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260514-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson
5656
/**
5757
* Optional. A list of file paths patterns to exclude from triggering a rollout. Patterns in this
5858
* list take precedence over required_paths. **Note**: All paths must be in the ignored_paths in
59-
* order for the rollout to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
60-
* "foo/bar/excluded type: GLOB }
59+
* order for the rollout to be skipped. Limited to 100 paths. Example: ``` ignored_paths: {
60+
* pattern: "foo/bar/excluded", type: "GLOB" } ```
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -73,7 +73,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson
7373
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
7474
* changed files in the commit are present in this list. This field is optional; the rollout
7575
* policy will default to triggering on all paths if both ignored_paths and required_paths are not
76-
* populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB }
76+
* populated. Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar", type:
77+
* "GLOB" } ```
7778
* The value may be {@code null}.
7879
*/
7980
@com.google.api.client.util.Key
@@ -143,8 +144,8 @@ public RolloutPolicy setDisabledTime(String disabledTime) {
143144
/**
144145
* Optional. A list of file paths patterns to exclude from triggering a rollout. Patterns in this
145146
* list take precedence over required_paths. **Note**: All paths must be in the ignored_paths in
146-
* order for the rollout to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
147-
* "foo/bar/excluded type: GLOB }
147+
* order for the rollout to be skipped. Limited to 100 paths. Example: ``` ignored_paths: {
148+
* pattern: "foo/bar/excluded", type: "GLOB" } ```
148149
* @return value or {@code null} for none
149150
*/
150151
public java.util.List<Path> getIgnoredPaths() {
@@ -154,8 +155,8 @@ public java.util.List<Path> getIgnoredPaths() {
154155
/**
155156
* Optional. A list of file paths patterns to exclude from triggering a rollout. Patterns in this
156157
* list take precedence over required_paths. **Note**: All paths must be in the ignored_paths in
157-
* order for the rollout to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
158-
* "foo/bar/excluded type: GLOB }
158+
* order for the rollout to be skipped. Limited to 100 paths. Example: ``` ignored_paths: {
159+
* pattern: "foo/bar/excluded", type: "GLOB" } ```
159160
* @param ignoredPaths ignoredPaths or {@code null} for none
160161
*/
161162
public RolloutPolicy setIgnoredPaths(java.util.List<Path> ignoredPaths) {
@@ -167,7 +168,8 @@ public RolloutPolicy setIgnoredPaths(java.util.List<Path> ignoredPaths) {
167168
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
168169
* changed files in the commit are present in this list. This field is optional; the rollout
169170
* policy will default to triggering on all paths if both ignored_paths and required_paths are not
170-
* populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB }
171+
* populated. Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar", type:
172+
* "GLOB" } ```
171173
* @return value or {@code null} for none
172174
*/
173175
public java.util.List<Path> getRequiredPaths() {
@@ -178,7 +180,8 @@ public java.util.List<Path> getRequiredPaths() {
178180
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
179181
* changed files in the commit are present in this list. This field is optional; the rollout
180182
* policy will default to triggering on all paths if both ignored_paths and required_paths are not
181-
* populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB }
183+
* populated. Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar", type:
184+
* "GLOB" } ```
182185
* @param requiredPaths requiredPaths or {@code null} for none
183186
*/
184187
public RolloutPolicy setRequiredPaths(java.util.List<Path> requiredPaths) {

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-rev20260506-2.0.0</version>
12-
<name>Firebase App Hosting API v1-rev20260506-2.0.0</name>
11+
<version>v1-rev20260514-2.0.0</version>
12+
<name>Firebase App Hosting API v1-rev20260514-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-rev20260506-2.0.0</version>
25+
<version>v1-rev20260514-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-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260514-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseapphosting/v1beta/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>v1beta-rev20260506-2.0.0</version>
25+
<version>v1beta-rev20260514-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:v1beta-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260514-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/Backend.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ public final class Backend extends com.google.api.client.json.GenericJson {
4646
@com.google.api.client.util.Key
4747
private java.lang.String appId;
4848

49+
/**
50+
* Optional. automatic_base_image_updates_disabled acts as a way for users to opt out of ABIU.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.Boolean automaticBaseImageUpdatesDisabled;
55+
4956
/**
5057
* Optional. If specified, the connection to an external source repository to watch for event-
5158
* driven updates to the backend.
@@ -143,6 +150,14 @@ public final class Backend extends com.google.api.client.json.GenericJson {
143150
@com.google.api.client.util.Key
144151
private java.lang.Boolean requestLogsDisabled;
145152

153+
/**
154+
* Optional. The runtime that the backend will be built on. A default base_image will be chosen
155+
* for a given runtime.
156+
* The value may be {@code null}.
157+
*/
158+
@com.google.api.client.util.Key
159+
private BackendRuntime runtime;
160+
146161
/**
147162
* Required. The name of the service account used for Cloud Build and Cloud Run. Should have the
148163
* role roles/firebaseapphosting.computeRunner or equivalent permissions.
@@ -219,6 +234,23 @@ public Backend setAppId(java.lang.String appId) {
219234
return this;
220235
}
221236

237+
/**
238+
* Optional. automatic_base_image_updates_disabled acts as a way for users to opt out of ABIU.
239+
* @return value or {@code null} for none
240+
*/
241+
public java.lang.Boolean getAutomaticBaseImageUpdatesDisabled() {
242+
return automaticBaseImageUpdatesDisabled;
243+
}
244+
245+
/**
246+
* Optional. automatic_base_image_updates_disabled acts as a way for users to opt out of ABIU.
247+
* @param automaticBaseImageUpdatesDisabled automaticBaseImageUpdatesDisabled or {@code null} for none
248+
*/
249+
public Backend setAutomaticBaseImageUpdatesDisabled(java.lang.Boolean automaticBaseImageUpdatesDisabled) {
250+
this.automaticBaseImageUpdatesDisabled = automaticBaseImageUpdatesDisabled;
251+
return this;
252+
}
253+
222254
/**
223255
* Optional. If specified, the connection to an external source repository to watch for event-
224256
* driven updates to the backend.
@@ -452,6 +484,25 @@ public Backend setRequestLogsDisabled(java.lang.Boolean requestLogsDisabled) {
452484
return this;
453485
}
454486

487+
/**
488+
* Optional. The runtime that the backend will be built on. A default base_image will be chosen
489+
* for a given runtime.
490+
* @return value or {@code null} for none
491+
*/
492+
public BackendRuntime getRuntime() {
493+
return runtime;
494+
}
495+
496+
/**
497+
* Optional. The runtime that the backend will be built on. A default base_image will be chosen
498+
* for a given runtime.
499+
* @param runtime runtime or {@code null} for none
500+
*/
501+
public Backend setRuntime(BackendRuntime runtime) {
502+
this.runtime = runtime;
503+
return this;
504+
}
505+
455506
/**
456507
* Required. The name of the service account used for Cloud Build and Cloud Run. Should have the
457508
* role roles/firebaseapphosting.computeRunner or equivalent permissions.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.firebaseapphosting.v1beta.model;
18+
19+
/**
20+
* Runtime is a string that represents the runtime that is used to build the backend. Users can
21+
* specify one of the following runtimes: nodejs20, nodejs22, nodejs24, nodejs. Runtime "nodejs"
22+
* means that nodejs version will be determined at build time. If not specified or specified with a
23+
* value that is not in the list above, the default runtime `nodejs` will be used and Automatic Base
24+
* Image Updates will be disabled.
25+
*
26+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
27+
* transmitted over HTTP when working with the Firebase App Hosting API. For a detailed explanation
28+
* see:
29+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
30+
* </p>
31+
*
32+
* @author Google, Inc.
33+
*/
34+
@SuppressWarnings("javadoc")
35+
public final class BackendRuntime extends com.google.api.client.json.GenericJson {
36+
37+
/**
38+
* Optional. The value of the runtime.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key
42+
private java.lang.String value;
43+
44+
/**
45+
* Optional. The value of the runtime.
46+
* @return value or {@code null} for none
47+
*/
48+
public java.lang.String getValue() {
49+
return value;
50+
}
51+
52+
/**
53+
* Optional. The value of the runtime.
54+
* @param value value or {@code null} for none
55+
*/
56+
public BackendRuntime setValue(java.lang.String value) {
57+
this.value = value;
58+
return this;
59+
}
60+
61+
@Override
62+
public BackendRuntime set(String fieldName, Object value) {
63+
return (BackendRuntime) super.set(fieldName, value);
64+
}
65+
66+
@Override
67+
public BackendRuntime clone() {
68+
return (BackendRuntime) super.clone();
69+
}
70+
71+
}

clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/RolloutPolicy.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson
5656
/**
5757
* Optional. A list of file paths patterns to exclude from triggering a rollout. Patterns in this
5858
* list take precedence over required_paths. **Note**: All paths must be in the ignored_paths in
59-
* order for the rollout to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
60-
* "foo/bar/excluded type: GLOB }
59+
* order for the rollout to be skipped. Limited to 100 paths. Example: ``` ignored_paths: {
60+
* pattern: "foo/bar/excluded", type: "GLOB" } ```
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -73,7 +73,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson
7373
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
7474
* changed files in the commit are present in this list. This field is optional; the rollout
7575
* policy will default to triggering on all paths if both ignored_paths and required_paths are not
76-
* populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB }
76+
* populated. Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar", type:
77+
* "GLOB" } ```
7778
* The value may be {@code null}.
7879
*/
7980
@com.google.api.client.util.Key
@@ -143,8 +144,8 @@ public RolloutPolicy setDisabledTime(String disabledTime) {
143144
/**
144145
* Optional. A list of file paths patterns to exclude from triggering a rollout. Patterns in this
145146
* list take precedence over required_paths. **Note**: All paths must be in the ignored_paths in
146-
* order for the rollout to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
147-
* "foo/bar/excluded type: GLOB }
147+
* order for the rollout to be skipped. Limited to 100 paths. Example: ``` ignored_paths: {
148+
* pattern: "foo/bar/excluded", type: "GLOB" } ```
148149
* @return value or {@code null} for none
149150
*/
150151
public java.util.List<Path> getIgnoredPaths() {
@@ -154,8 +155,8 @@ public java.util.List<Path> getIgnoredPaths() {
154155
/**
155156
* Optional. A list of file paths patterns to exclude from triggering a rollout. Patterns in this
156157
* list take precedence over required_paths. **Note**: All paths must be in the ignored_paths in
157-
* order for the rollout to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
158-
* "foo/bar/excluded type: GLOB }
158+
* order for the rollout to be skipped. Limited to 100 paths. Example: ``` ignored_paths: {
159+
* pattern: "foo/bar/excluded", type: "GLOB" } ```
159160
* @param ignoredPaths ignoredPaths or {@code null} for none
160161
*/
161162
public RolloutPolicy setIgnoredPaths(java.util.List<Path> ignoredPaths) {
@@ -167,7 +168,8 @@ public RolloutPolicy setIgnoredPaths(java.util.List<Path> ignoredPaths) {
167168
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
168169
* changed files in the commit are present in this list. This field is optional; the rollout
169170
* policy will default to triggering on all paths if both ignored_paths and required_paths are not
170-
* populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB }
171+
* populated. Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar", type:
172+
* "GLOB" } ```
171173
* @return value or {@code null} for none
172174
*/
173175
public java.util.List<Path> getRequiredPaths() {
@@ -178,7 +180,8 @@ public java.util.List<Path> getRequiredPaths() {
178180
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
179181
* changed files in the commit are present in this list. This field is optional; the rollout
180182
* policy will default to triggering on all paths if both ignored_paths and required_paths are not
181-
* populated. Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: GLOB }
183+
* populated. Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar", type:
184+
* "GLOB" } ```
182185
* @param requiredPaths requiredPaths or {@code null} for none
183186
*/
184187
public RolloutPolicy setRequiredPaths(java.util.List<Path> requiredPaths) {

clients/google-api-services-firebaseapphosting/v1beta/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>v1beta-rev20260506-2.0.0</version>
12-
<name>Firebase App Hosting API v1beta-rev20260506-2.0.0</name>
11+
<version>v1beta-rev20260514-2.0.0</version>
12+
<name>Firebase App Hosting API v1beta-rev20260514-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseapphosting/v1beta/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>v1beta-rev20260506-2.0.0</version>
25+
<version>v1beta-rev20260514-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:v1beta-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260514-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)