Skip to content

Commit ff78353

Browse files
chore: regenerate firebaseappdistribution client (#29516)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 0f7f369 commit ff78353

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

clients/google-api-services-firebaseappdistribution/v1alpha/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-firebaseappdistribution</artifactId>
25-
<version>v1alpha-rev20250912-2.0.0</version>
25+
<version>v1alpha-rev20250916-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-firebaseappdistribution:v1alpha-rev20250912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20250916-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/FirebaseAppDistribution.java

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,6 +3511,28 @@ public Patch setName(java.lang.String name) {
35113511
return this;
35123512
}
35133513

3514+
/**
3515+
* Optional. If set to true, and the test case is not found, a new test case will be
3516+
* created.
3517+
*/
3518+
@com.google.api.client.util.Key
3519+
private java.lang.Boolean allowMissing;
3520+
3521+
/** Optional. If set to true, and the test case is not found, a new test case will be created.
3522+
*/
3523+
public java.lang.Boolean getAllowMissing() {
3524+
return allowMissing;
3525+
}
3526+
3527+
/**
3528+
* Optional. If set to true, and the test case is not found, a new test case will be
3529+
* created.
3530+
*/
3531+
public Patch setAllowMissing(java.lang.Boolean allowMissing) {
3532+
this.allowMissing = allowMissing;
3533+
return this;
3534+
}
3535+
35143536
@Override
35153537
public Patch set(String parameterName, Object value) {
35163538
return (Patch) super.set(parameterName, value);

clients/google-api-services-firebaseappdistribution/v1alpha/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-firebaseappdistribution</artifactId>
11-
<version>v1alpha-rev20250912-2.0.0</version>
12-
<name>Firebase App Distribution API v1alpha-rev20250912-2.0.0</name>
11+
<version>v1alpha-rev20250916-2.0.0</version>
12+
<name>Firebase App Distribution API v1alpha-rev20250916-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseappdistribution/v1alpha/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-firebaseappdistribution</artifactId>
25-
<version>v1alpha-rev20250912-2.0.0</version>
25+
<version>v1alpha-rev20250916-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-firebaseappdistribution:v1alpha-rev20250912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20250916-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)