File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-firebaseappdistribution/v1alpha
com/google/api/services/firebaseappdistribution/v1alpha/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff 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-rev20251022 -2.0.0</version >
25+ <version >v1alpha-rev20251030 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20251022 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20251030 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -64,6 +64,13 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceExecution extends com.goo
6464 @ com .google .api .client .util .Key
6565 private GoogleFirebaseAppdistroV1alphaTestDevice device ;
6666
67+ /**
68+ * Output only. The type of execution for the test.
69+ * The value may be {@code null}.
70+ */
71+ @ com .google .api .client .util .Key
72+ private java .lang .String executionType ;
73+
6774 /**
6875 * Output only. The reason why the test failed.
6976 * The value may be {@code null}.
@@ -190,6 +197,23 @@ public GoogleFirebaseAppdistroV1alphaDeviceExecution setDevice(GoogleFirebaseApp
190197 return this ;
191198 }
192199
200+ /**
201+ * Output only. The type of execution for the test.
202+ * @return value or {@code null} for none
203+ */
204+ public java .lang .String getExecutionType () {
205+ return executionType ;
206+ }
207+
208+ /**
209+ * Output only. The type of execution for the test.
210+ * @param executionType executionType or {@code null} for none
211+ */
212+ public GoogleFirebaseAppdistroV1alphaDeviceExecution setExecutionType (java .lang .String executionType ) {
213+ this .executionType = executionType ;
214+ return this ;
215+ }
216+
193217 /**
194218 * Output only. The reason why the test failed.
195219 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-firebaseappdistribution</artifactId >
11- <version >v1alpha-rev20251022 -2.0.0</version >
12- <name >Firebase App Distribution API v1alpha-rev20251022 -2.0.0</name >
11+ <version >v1alpha-rev20251030 -2.0.0</version >
12+ <name >Firebase App Distribution API v1alpha-rev20251030 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20251022 -2.0.0</version >
25+ <version >v1alpha-rev20251030 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20251022 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20251030 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments