Skip to content

Commit d18f3eb

Browse files
1 parent 976c51e commit d18f3eb

4 files changed

Lines changed: 18 additions & 12 deletions

File tree

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

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ public final class GoogleFirebaseAppdistroV1alphaAiStep extends com.google.api.c
5252
private java.lang.String hint;
5353

5454
/**
55-
* Optional. A description of criteria the agent should use to determine if the goal has been
56-
* successfully completed
55+
* Optional. A visual description of the screen's expected state after the step has been
56+
* successfully completed. This is referred to as the "final screen assertion" in the Firebase
57+
* console and CLI tools. This field must be provided for the last step in a test case, and is
58+
* optional for all other steps.
5759
* The value may be {@code null}.
5860
*/
5961
@com.google.api.client.util.Key
@@ -120,17 +122,21 @@ public GoogleFirebaseAppdistroV1alphaAiStep setHint(java.lang.String hint) {
120122
}
121123

122124
/**
123-
* Optional. A description of criteria the agent should use to determine if the goal has been
124-
* successfully completed
125+
* Optional. A visual description of the screen's expected state after the step has been
126+
* successfully completed. This is referred to as the "final screen assertion" in the Firebase
127+
* console and CLI tools. This field must be provided for the last step in a test case, and is
128+
* optional for all other steps.
125129
* @return value or {@code null} for none
126130
*/
127131
public java.lang.String getSuccessCriteria() {
128132
return successCriteria;
129133
}
130134

131135
/**
132-
* Optional. A description of criteria the agent should use to determine if the goal has been
133-
* successfully completed
136+
* Optional. A visual description of the screen's expected state after the step has been
137+
* successfully completed. This is referred to as the "final screen assertion" in the Firebase
138+
* console and CLI tools. This field must be provided for the last step in a test case, and is
139+
* optional for all other steps.
134140
* @param successCriteria successCriteria or {@code null} for none
135141
*/
136142
public GoogleFirebaseAppdistroV1alphaAiStep setSuccessCriteria(java.lang.String successCriteria) {

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

0 commit comments

Comments
 (0)