Skip to content

Commit d5583ca

Browse files
1 parent b4f04ba commit d5583ca

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-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-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
}
3737
dependencies {
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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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-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>

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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)