Skip to content

Commit eb9dbd9

Browse files
1 parent 34cef36 commit eb9dbd9

File tree

5 files changed

+33
-9
lines changed

5 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,13 +1986,13 @@ public Create setParent(java.lang.String parent) {
19861986

19871987
/**
19881988
* Optional. The ID to use for the test, which will become the final component of the
1989-
* tests's resource name. This value should be 4-63 characters, and valid characters are
1989+
* test's resource name. This value should be 4-63 characters, and valid characters are
19901990
* /a-z-/. If it is not provided one will be automatically generated.
19911991
*/
19921992
@com.google.api.client.util.Key
19931993
private java.lang.String releaseTestId;
19941994

1995-
/** Optional. The ID to use for the test, which will become the final component of the tests's resource
1995+
/** Optional. The ID to use for the test, which will become the final component of the test's resource
19961996
name. This value should be 4-63 characters, and valid characters are /a-z-/. If it is not provided
19971997
one will be automatically generated.
19981998
*/
@@ -2002,7 +2002,7 @@ public java.lang.String getReleaseTestId() {
20022002

20032003
/**
20042004
* Optional. The ID to use for the test, which will become the final component of the
2005-
* tests's resource name. This value should be 4-63 characters, and valid characters are
2005+
* test's resource name. This value should be 4-63 characters, and valid characters are
20062006
* /a-z-/. If it is not provided one will be automatically generated.
20072007
*/
20082008
public Create setReleaseTestId(java.lang.String releaseTestId) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class GoogleFirebaseAppdistroV1alphaReleaseTest extends com.google.
7272
@com.google.api.client.util.Key
7373
private java.lang.String name;
7474

75+
/**
76+
* Output only. The state of the release test.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String testState;
81+
7582
/**
7683
* Optional. Instructions for AI driven test.
7784
* @return value or {@code null} for none
@@ -159,6 +166,23 @@ public GoogleFirebaseAppdistroV1alphaReleaseTest setName(java.lang.String name)
159166
return this;
160167
}
161168

169+
/**
170+
* Output only. The state of the release test.
171+
* @return value or {@code null} for none
172+
*/
173+
public java.lang.String getTestState() {
174+
return testState;
175+
}
176+
177+
/**
178+
* Output only. The state of the release test.
179+
* @param testState testState or {@code null} for none
180+
*/
181+
public GoogleFirebaseAppdistroV1alphaReleaseTest setTestState(java.lang.String testState) {
182+
this.testState = testState;
183+
return this;
184+
}
185+
162186
@Override
163187
public GoogleFirebaseAppdistroV1alphaReleaseTest set(String fieldName, Object value) {
164188
return (GoogleFirebaseAppdistroV1alphaReleaseTest) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)