Skip to content

Commit da60241

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

File tree

9 files changed

+173
-152
lines changed

9 files changed

+173
-152
lines changed

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

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

Lines changed: 74 additions & 68 deletions
Large diffs are not rendered by default.

clients/google-api-services-firebaseappdistribution/v1/2.0.0/com/google/api/services/firebaseappdistribution/v1/model/GoogleFirebaseAppdistroV1DistributeReleaseRequest.java

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

3333
/**
34-
* A list of group aliases (IDs) to be given access to this release. A combined maximum of 999
35-
* `testerEmails` and `groupAliases` can be specified in a single request.
34+
* Optional. A list of group aliases (IDs) to be given access to this release. A combined maximum
35+
* of 999 `testerEmails` and `groupAliases` can be specified in a single request.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.util.List<java.lang.String> groupAliases;
4040

4141
/**
42-
* A list of tester email addresses to be given access to this release. A combined maximum of 999
43-
* `testerEmails` and `groupAliases` can be specified in a single request.
42+
* Optional. A list of tester email addresses to be given access to this release. A combined
43+
* maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private java.util.List<java.lang.String> testerEmails;
4848

4949
/**
50-
* A list of group aliases (IDs) to be given access to this release. A combined maximum of 999
51-
* `testerEmails` and `groupAliases` can be specified in a single request.
50+
* Optional. A list of group aliases (IDs) to be given access to this release. A combined maximum
51+
* of 999 `testerEmails` and `groupAliases` can be specified in a single request.
5252
* @return value or {@code null} for none
5353
*/
5454
public java.util.List<java.lang.String> getGroupAliases() {
5555
return groupAliases;
5656
}
5757

5858
/**
59-
* A list of group aliases (IDs) to be given access to this release. A combined maximum of 999
60-
* `testerEmails` and `groupAliases` can be specified in a single request.
59+
* Optional. A list of group aliases (IDs) to be given access to this release. A combined maximum
60+
* of 999 `testerEmails` and `groupAliases` can be specified in a single request.
6161
* @param groupAliases groupAliases or {@code null} for none
6262
*/
6363
public GoogleFirebaseAppdistroV1DistributeReleaseRequest setGroupAliases(java.util.List<java.lang.String> groupAliases) {
@@ -66,17 +66,17 @@ public GoogleFirebaseAppdistroV1DistributeReleaseRequest setGroupAliases(java.ut
6666
}
6767

6868
/**
69-
* A list of tester email addresses to be given access to this release. A combined maximum of 999
70-
* `testerEmails` and `groupAliases` can be specified in a single request.
69+
* Optional. A list of tester email addresses to be given access to this release. A combined
70+
* maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.
7171
* @return value or {@code null} for none
7272
*/
7373
public java.util.List<java.lang.String> getTesterEmails() {
7474
return testerEmails;
7575
}
7676

7777
/**
78-
* A list of tester email addresses to be given access to this release. A combined maximum of 999
79-
* `testerEmails` and `groupAliases` can be specified in a single request.
78+
* Optional. A list of tester email addresses to be given access to this release. A combined
79+
* maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.
8080
* @param testerEmails testerEmails or {@code null} for none
8181
*/
8282
public GoogleFirebaseAppdistroV1DistributeReleaseRequest setTesterEmails(java.util.List<java.lang.String> testerEmails) {

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

1515
<inceptionYear>2011</inceptionYear>

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

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

0 commit comments

Comments
 (0)