Skip to content

Commit e61c050

Browse files
1 parent 3df959c commit e61c050

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-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-rev20251030-2.0.0</version>
25+
<version>v1alpha-rev20251103-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20251103-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceExecution extends com.goo
8585
@com.google.api.client.util.Key
8686
private java.lang.String inconclusiveReason;
8787

88+
/**
89+
* Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/
90+
* {app_id}/releases/{release_id}/tests/{test_id}/deviceExecutions/{device_execution}`
91+
* The value may be {@code null}.
92+
*/
93+
@com.google.api.client.util.Key
94+
private java.lang.String name;
95+
8896
/**
8997
* Output only. The path to a directory in Cloud Storage that will eventually contain the results
9098
* for this execution. For example, gs://bucket/Nexus5-18-en-portrait.
@@ -248,6 +256,25 @@ public GoogleFirebaseAppdistroV1alphaDeviceExecution setInconclusiveReason(java.
248256
return this;
249257
}
250258

259+
/**
260+
* Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/
261+
* {app_id}/releases/{release_id}/tests/{test_id}/deviceExecutions/{device_execution}`
262+
* @return value or {@code null} for none
263+
*/
264+
public java.lang.String getName() {
265+
return name;
266+
}
267+
268+
/**
269+
* Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/
270+
* {app_id}/releases/{release_id}/tests/{test_id}/deviceExecutions/{device_execution}`
271+
* @param name name or {@code null} for none
272+
*/
273+
public GoogleFirebaseAppdistroV1alphaDeviceExecution setName(java.lang.String name) {
274+
this.name = name;
275+
return this;
276+
}
277+
251278
/**
252279
* Output only. The path to a directory in Cloud Storage that will eventually contain the results
253280
* for this execution. For example, gs://bucket/Nexus5-18-en-portrait.

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-rev20251030-2.0.0</version>
12-
<name>Firebase App Distribution API v1alpha-rev20251030-2.0.0</name>
11+
<version>v1alpha-rev20251103-2.0.0</version>
12+
<name>Firebase App Distribution API v1alpha-rev20251103-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-rev20251030-2.0.0</version>
25+
<version>v1alpha-rev20251103-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20251103-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)