From 5ebe7c5d2fff210d8df92ba866a061f6f3698ecc Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Sat, 25 Jul 2026 18:09:34 -0700
Subject: [PATCH] chore: regenerate firebaseappdistribution client
---
.../v1/2.0.0/README.md | 4 +-
.../GoogleFirebaseAppdistroV1Release.java | 147 ++++++++++++++++++
.../v1/2.0.0/pom.xml | 4 +-
.../v1/README.md | 4 +-
.../v1alpha/2.0.0/README.md | 4 +-
.../GoogleFirebaseAppdistroV1Release.java | 147 ++++++++++++++++++
.../v1alpha/2.0.0/pom.xml | 4 +-
.../v1alpha/README.md | 4 +-
8 files changed, 306 insertions(+), 12 deletions(-)
diff --git a/clients/google-api-services-firebaseappdistribution/v1/2.0.0/README.md b/clients/google-api-services-firebaseappdistribution/v1/2.0.0/README.md
index 7bb23dff3c5..ae25c1c5374 100644
--- a/clients/google-api-services-firebaseappdistribution/v1/2.0.0/README.md
+++ b/clients/google-api-services-firebaseappdistribution/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firebaseappdistribution
- v1-rev20260713-2.0.0
+ v1-rev20260723-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20260713-2.0.0'
+ implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20260723-2.0.0'
}
```
diff --git a/clients/google-api-services-firebaseappdistribution/v1/2.0.0/com/google/api/services/firebaseappdistribution/v1/model/GoogleFirebaseAppdistroV1Release.java b/clients/google-api-services-firebaseappdistribution/v1/2.0.0/com/google/api/services/firebaseappdistribution/v1/model/GoogleFirebaseAppdistroV1Release.java
index e8cfe231f5a..35f6b73a3f9 100644
--- a/clients/google-api-services-firebaseappdistribution/v1/2.0.0/com/google/api/services/firebaseappdistribution/v1/model/GoogleFirebaseAppdistroV1Release.java
+++ b/clients/google-api-services-firebaseappdistribution/v1/2.0.0/com/google/api/services/firebaseappdistribution/v1/model/GoogleFirebaseAppdistroV1Release.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class GoogleFirebaseAppdistroV1Release extends com.google.api.client.json.GenericJson {
+ /**
+ * Output only. Number of testers with accepted invitations.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer acceptedInvitationCount;
+
/**
* Output only. Registration state of the Android package (BinaryType.APK).
* The value may be {@code null}.
@@ -45,6 +52,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String binaryDownloadUri;
+ /**
+ * Output only. Type of binary.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String binaryType;
+
/**
* Output only. Build version of the release. For an Android release, the build version is the
* `versionCode`. For an iOS release, the build version is the `CFBundleVersion`.
@@ -75,6 +89,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private String expireTime;
+ /**
+ * Output only. Number of feedback reports left by testers.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer feedbackCount;
+
/**
* Output only. A link to the Firebase console displaying a single release.
* The value may be {@code null}.
@@ -82,6 +103,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String firebaseConsoleUri;
+ /**
+ * Output only. Number of testers who have downloaded this release.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer installationCount;
+
/**
* The name of the release resource. Format:
* `projects/{project_number}/apps/{app}/releases/{release}`
@@ -90,6 +118,14 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Output only. Number of testers who were invited (incl. expired invitations), but did not (yet)
+ * accept the invitation.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer openInvitationCount;
+
/**
* Notes about the release.
* The value may be {@code null}.
@@ -97,6 +133,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private GoogleFirebaseAppdistroV1ReleaseNotes releaseNotes;
+ /**
+ * Output only. The overall state of tests run on this release
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String testState;
+
/**
* Output only. A link to the release in the tester web clip or Android app that lets testers
* (which were granted access to the app) view release notes and install the app onto their
@@ -113,6 +156,23 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private String updateTime;
+ /**
+ * Output only. Number of testers with accepted invitations.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getAcceptedInvitationCount() {
+ return acceptedInvitationCount;
+ }
+
+ /**
+ * Output only. Number of testers with accepted invitations.
+ * @param acceptedInvitationCount acceptedInvitationCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setAcceptedInvitationCount(java.lang.Integer acceptedInvitationCount) {
+ this.acceptedInvitationCount = acceptedInvitationCount;
+ return this;
+ }
+
/**
* Output only. Registration state of the Android package (BinaryType.APK).
* @return value or {@code null} for none
@@ -149,6 +209,23 @@ public GoogleFirebaseAppdistroV1Release setBinaryDownloadUri(java.lang.String bi
return this;
}
+ /**
+ * Output only. Type of binary.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getBinaryType() {
+ return binaryType;
+ }
+
+ /**
+ * Output only. Type of binary.
+ * @param binaryType binaryType or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setBinaryType(java.lang.String binaryType) {
+ this.binaryType = binaryType;
+ return this;
+ }
+
/**
* Output only. Build version of the release. For an Android release, the build version is the
* `versionCode`. For an iOS release, the build version is the `CFBundleVersion`.
@@ -221,6 +298,23 @@ public GoogleFirebaseAppdistroV1Release setExpireTime(String expireTime) {
return this;
}
+ /**
+ * Output only. Number of feedback reports left by testers.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getFeedbackCount() {
+ return feedbackCount;
+ }
+
+ /**
+ * Output only. Number of feedback reports left by testers.
+ * @param feedbackCount feedbackCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setFeedbackCount(java.lang.Integer feedbackCount) {
+ this.feedbackCount = feedbackCount;
+ return this;
+ }
+
/**
* Output only. A link to the Firebase console displaying a single release.
* @return value or {@code null} for none
@@ -238,6 +332,23 @@ public GoogleFirebaseAppdistroV1Release setFirebaseConsoleUri(java.lang.String f
return this;
}
+ /**
+ * Output only. Number of testers who have downloaded this release.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getInstallationCount() {
+ return installationCount;
+ }
+
+ /**
+ * Output only. Number of testers who have downloaded this release.
+ * @param installationCount installationCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setInstallationCount(java.lang.Integer installationCount) {
+ this.installationCount = installationCount;
+ return this;
+ }
+
/**
* The name of the release resource. Format:
* `projects/{project_number}/apps/{app}/releases/{release}`
@@ -257,6 +368,25 @@ public GoogleFirebaseAppdistroV1Release setName(java.lang.String name) {
return this;
}
+ /**
+ * Output only. Number of testers who were invited (incl. expired invitations), but did not (yet)
+ * accept the invitation.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getOpenInvitationCount() {
+ return openInvitationCount;
+ }
+
+ /**
+ * Output only. Number of testers who were invited (incl. expired invitations), but did not (yet)
+ * accept the invitation.
+ * @param openInvitationCount openInvitationCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setOpenInvitationCount(java.lang.Integer openInvitationCount) {
+ this.openInvitationCount = openInvitationCount;
+ return this;
+ }
+
/**
* Notes about the release.
* @return value or {@code null} for none
@@ -274,6 +404,23 @@ public GoogleFirebaseAppdistroV1Release setReleaseNotes(GoogleFirebaseAppdistroV
return this;
}
+ /**
+ * Output only. The overall state of tests run on this release
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTestState() {
+ return testState;
+ }
+
+ /**
+ * Output only. The overall state of tests run on this release
+ * @param testState testState or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setTestState(java.lang.String testState) {
+ this.testState = testState;
+ return this;
+ }
+
/**
* Output only. A link to the release in the tester web clip or Android app that lets testers
* (which were granted access to the app) view release notes and install the app onto their
diff --git a/clients/google-api-services-firebaseappdistribution/v1/2.0.0/pom.xml b/clients/google-api-services-firebaseappdistribution/v1/2.0.0/pom.xml
index 26e661712f6..57804a77068 100644
--- a/clients/google-api-services-firebaseappdistribution/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-firebaseappdistribution/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-firebaseappdistribution
- v1-rev20260713-2.0.0
- Firebase App Distribution API v1-rev20260713-2.0.0
+ v1-rev20260723-2.0.0
+ Firebase App Distribution API v1-rev20260723-2.0.0
jar
2011
diff --git a/clients/google-api-services-firebaseappdistribution/v1/README.md b/clients/google-api-services-firebaseappdistribution/v1/README.md
index 7bb23dff3c5..ae25c1c5374 100644
--- a/clients/google-api-services-firebaseappdistribution/v1/README.md
+++ b/clients/google-api-services-firebaseappdistribution/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firebaseappdistribution
- v1-rev20260713-2.0.0
+ v1-rev20260723-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20260713-2.0.0'
+ implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20260723-2.0.0'
}
```
diff --git a/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/README.md b/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/README.md
index 6a5b6399087..b2bfbaeb456 100644
--- a/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/README.md
+++ b/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firebaseappdistribution
- v1alpha-rev20260713-2.0.0
+ v1alpha-rev20260723-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20260713-2.0.0'
+ implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20260723-2.0.0'
}
```
diff --git a/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1Release.java b/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1Release.java
index 3ef16134f6d..12182bd00ac 100644
--- a/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1Release.java
+++ b/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1Release.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class GoogleFirebaseAppdistroV1Release extends com.google.api.client.json.GenericJson {
+ /**
+ * Output only. Number of testers with accepted invitations.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer acceptedInvitationCount;
+
/**
* Output only. Registration state of the Android package (BinaryType.APK).
* The value may be {@code null}.
@@ -45,6 +52,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String binaryDownloadUri;
+ /**
+ * Output only. Type of binary.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String binaryType;
+
/**
* Output only. Build version of the release. For an Android release, the build version is the
* `versionCode`. For an iOS release, the build version is the `CFBundleVersion`.
@@ -75,6 +89,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private String expireTime;
+ /**
+ * Output only. Number of feedback reports left by testers.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer feedbackCount;
+
/**
* Output only. A link to the Firebase console displaying a single release.
* The value may be {@code null}.
@@ -82,6 +103,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String firebaseConsoleUri;
+ /**
+ * Output only. Number of testers who have downloaded this release.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer installationCount;
+
/**
* The name of the release resource. Format:
* `projects/{project_number}/apps/{app}/releases/{release}`
@@ -90,6 +118,14 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Output only. Number of testers who were invited (incl. expired invitations), but did not (yet)
+ * accept the invitation.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer openInvitationCount;
+
/**
* Notes about the release.
* The value may be {@code null}.
@@ -97,6 +133,13 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private GoogleFirebaseAppdistroV1ReleaseNotes releaseNotes;
+ /**
+ * Output only. The overall state of tests run on this release
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String testState;
+
/**
* Output only. A link to the release in the tester web clip or Android app that lets testers
* (which were granted access to the app) view release notes and install the app onto their
@@ -113,6 +156,23 @@ public final class GoogleFirebaseAppdistroV1Release extends com.google.api.clien
@com.google.api.client.util.Key
private String updateTime;
+ /**
+ * Output only. Number of testers with accepted invitations.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getAcceptedInvitationCount() {
+ return acceptedInvitationCount;
+ }
+
+ /**
+ * Output only. Number of testers with accepted invitations.
+ * @param acceptedInvitationCount acceptedInvitationCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setAcceptedInvitationCount(java.lang.Integer acceptedInvitationCount) {
+ this.acceptedInvitationCount = acceptedInvitationCount;
+ return this;
+ }
+
/**
* Output only. Registration state of the Android package (BinaryType.APK).
* @return value or {@code null} for none
@@ -149,6 +209,23 @@ public GoogleFirebaseAppdistroV1Release setBinaryDownloadUri(java.lang.String bi
return this;
}
+ /**
+ * Output only. Type of binary.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getBinaryType() {
+ return binaryType;
+ }
+
+ /**
+ * Output only. Type of binary.
+ * @param binaryType binaryType or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setBinaryType(java.lang.String binaryType) {
+ this.binaryType = binaryType;
+ return this;
+ }
+
/**
* Output only. Build version of the release. For an Android release, the build version is the
* `versionCode`. For an iOS release, the build version is the `CFBundleVersion`.
@@ -221,6 +298,23 @@ public GoogleFirebaseAppdistroV1Release setExpireTime(String expireTime) {
return this;
}
+ /**
+ * Output only. Number of feedback reports left by testers.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getFeedbackCount() {
+ return feedbackCount;
+ }
+
+ /**
+ * Output only. Number of feedback reports left by testers.
+ * @param feedbackCount feedbackCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setFeedbackCount(java.lang.Integer feedbackCount) {
+ this.feedbackCount = feedbackCount;
+ return this;
+ }
+
/**
* Output only. A link to the Firebase console displaying a single release.
* @return value or {@code null} for none
@@ -238,6 +332,23 @@ public GoogleFirebaseAppdistroV1Release setFirebaseConsoleUri(java.lang.String f
return this;
}
+ /**
+ * Output only. Number of testers who have downloaded this release.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getInstallationCount() {
+ return installationCount;
+ }
+
+ /**
+ * Output only. Number of testers who have downloaded this release.
+ * @param installationCount installationCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setInstallationCount(java.lang.Integer installationCount) {
+ this.installationCount = installationCount;
+ return this;
+ }
+
/**
* The name of the release resource. Format:
* `projects/{project_number}/apps/{app}/releases/{release}`
@@ -257,6 +368,25 @@ public GoogleFirebaseAppdistroV1Release setName(java.lang.String name) {
return this;
}
+ /**
+ * Output only. Number of testers who were invited (incl. expired invitations), but did not (yet)
+ * accept the invitation.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getOpenInvitationCount() {
+ return openInvitationCount;
+ }
+
+ /**
+ * Output only. Number of testers who were invited (incl. expired invitations), but did not (yet)
+ * accept the invitation.
+ * @param openInvitationCount openInvitationCount or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setOpenInvitationCount(java.lang.Integer openInvitationCount) {
+ this.openInvitationCount = openInvitationCount;
+ return this;
+ }
+
/**
* Notes about the release.
* @return value or {@code null} for none
@@ -274,6 +404,23 @@ public GoogleFirebaseAppdistroV1Release setReleaseNotes(GoogleFirebaseAppdistroV
return this;
}
+ /**
+ * Output only. The overall state of tests run on this release
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTestState() {
+ return testState;
+ }
+
+ /**
+ * Output only. The overall state of tests run on this release
+ * @param testState testState or {@code null} for none
+ */
+ public GoogleFirebaseAppdistroV1Release setTestState(java.lang.String testState) {
+ this.testState = testState;
+ return this;
+ }
+
/**
* Output only. A link to the release in the tester web clip or Android app that lets testers
* (which were granted access to the app) view release notes and install the app onto their
diff --git a/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/pom.xml b/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/pom.xml
index 1913233ce45..b8f696b41a1 100644
--- a/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/pom.xml
+++ b/clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-firebaseappdistribution
- v1alpha-rev20260713-2.0.0
- Firebase App Distribution API v1alpha-rev20260713-2.0.0
+ v1alpha-rev20260723-2.0.0
+ Firebase App Distribution API v1alpha-rev20260723-2.0.0
jar
2011
diff --git a/clients/google-api-services-firebaseappdistribution/v1alpha/README.md b/clients/google-api-services-firebaseappdistribution/v1alpha/README.md
index 6a5b6399087..b2bfbaeb456 100644
--- a/clients/google-api-services-firebaseappdistribution/v1alpha/README.md
+++ b/clients/google-api-services-firebaseappdistribution/v1alpha/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firebaseappdistribution
- v1alpha-rev20260713-2.0.0
+ v1alpha-rev20260723-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20260713-2.0.0'
+ implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20260723-2.0.0'
}
```