Skip to content

Commit 6dfa658

Browse files
1 parent 6fbfeaa commit 6dfa658

8 files changed

Lines changed: 24 additions & 24 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-rev20260423-2.0.0</version>
25+
<version>v1-rev20260506-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-rev20260423-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260506-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson
7272
/**
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
75-
* policy will default to triggering on all paths if not populated. Limited to 100 paths. Example:
76-
* “required_paths: { pattern: "foo/bar” type: GLOB }
75+
* 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 }
7777
* The value may be {@code null}.
7878
*/
7979
@com.google.api.client.util.Key
@@ -166,8 +166,8 @@ public RolloutPolicy setIgnoredPaths(java.util.List<Path> ignoredPaths) {
166166
/**
167167
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
168168
* changed files in the commit are present in this list. This field is optional; the rollout
169-
* policy will default to triggering on all paths if not populated. Limited to 100 paths. Example:
170-
* “required_paths: { pattern: "foo/bar” type: GLOB }
169+
* 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 }
171171
* @return value or {@code null} for none
172172
*/
173173
public java.util.List<Path> getRequiredPaths() {
@@ -177,8 +177,8 @@ public java.util.List<Path> getRequiredPaths() {
177177
/**
178178
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
179179
* changed files in the commit are present in this list. This field is optional; the rollout
180-
* policy will default to triggering on all paths if not populated. Limited to 100 paths. Example:
181-
* “required_paths: { pattern: "foo/bar” type: GLOB }
180+
* 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 }
182182
* @param requiredPaths requiredPaths or {@code null} for none
183183
*/
184184
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-rev20260423-2.0.0</version>
12-
<name>Firebase App Hosting API v1-rev20260423-2.0.0</name>
11+
<version>v1-rev20260506-2.0.0</version>
12+
<name>Firebase App Hosting API v1-rev20260506-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-rev20260423-2.0.0</version>
25+
<version>v1-rev20260506-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-rev20260423-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260506-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-rev20260427-2.0.0</version>
25+
<version>v1beta-rev20260506-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-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260506-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public final class RolloutPolicy extends com.google.api.client.json.GenericJson
7272
/**
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
75-
* policy will default to triggering on all paths if not populated. Limited to 100 paths. Example:
76-
* “required_paths: { pattern: "foo/bar” type: GLOB }
75+
* 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 }
7777
* The value may be {@code null}.
7878
*/
7979
@com.google.api.client.util.Key
@@ -166,8 +166,8 @@ public RolloutPolicy setIgnoredPaths(java.util.List<Path> ignoredPaths) {
166166
/**
167167
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
168168
* changed files in the commit are present in this list. This field is optional; the rollout
169-
* policy will default to triggering on all paths if not populated. Limited to 100 paths. Example:
170-
* “required_paths: { pattern: "foo/bar” type: GLOB }
169+
* 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 }
171171
* @return value or {@code null} for none
172172
*/
173173
public java.util.List<Path> getRequiredPaths() {
@@ -177,8 +177,8 @@ public java.util.List<Path> getRequiredPaths() {
177177
/**
178178
* Optional. A list of file paths patterns that trigger a build and rollout if at least one of the
179179
* changed files in the commit are present in this list. This field is optional; the rollout
180-
* policy will default to triggering on all paths if not populated. Limited to 100 paths. Example:
181-
* “required_paths: { pattern: "foo/bar” type: GLOB }
180+
* 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 }
182182
* @param requiredPaths requiredPaths or {@code null} for none
183183
*/
184184
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-rev20260427-2.0.0</version>
12-
<name>Firebase App Hosting API v1beta-rev20260427-2.0.0</name>
11+
<version>v1beta-rev20260506-2.0.0</version>
12+
<name>Firebase App Hosting API v1beta-rev20260506-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-rev20260427-2.0.0</version>
25+
<version>v1beta-rev20260506-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-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260506-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)