Skip to content

Commit cd395a7

Browse files
chore: regenerate firebaseappdistribution client (#29396)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent e143df7 commit cd395a7

File tree

6 files changed

+64
-16
lines changed

6 files changed

+64
-16
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-rev20250825-2.0.0</version>
25+
<version>v1alpha-rev20250902-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-rev20250825-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20250902-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
@@ -108,6 +108,13 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceExecution extends com.goo
108108
@com.google.api.client.util.Key
109109
private java.lang.String state;
110110

111+
/**
112+
* Output only. The time at which the video started recording.
113+
* The value may be {@code null}.
114+
*/
115+
@com.google.api.client.util.Key
116+
private String videoStartTime;
117+
111118
/**
112119
* Output only. A URI to a video of the test run.
113120
* The value may be {@code null}.
@@ -289,6 +296,23 @@ public GoogleFirebaseAppdistroV1alphaDeviceExecution setState(java.lang.String s
289296
return this;
290297
}
291298

299+
/**
300+
* Output only. The time at which the video started recording.
301+
* @return value or {@code null} for none
302+
*/
303+
public String getVideoStartTime() {
304+
return videoStartTime;
305+
}
306+
307+
/**
308+
* Output only. The time at which the video started recording.
309+
* @param videoStartTime videoStartTime or {@code null} for none
310+
*/
311+
public GoogleFirebaseAppdistroV1alphaDeviceExecution setVideoStartTime(String videoStartTime) {
312+
this.videoStartTime = videoStartTime;
313+
return this;
314+
}
315+
292316
/**
293317
* Output only. A URI to a video of the test run.
294318
* @return value or {@code null} for none

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

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class GoogleFirebaseAppdistroV1alphaGoalAction extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Output only. Debug information explaining why the agent to the specific action
34+
* Output only. Debug information explaining why the agent to the specific action.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -51,6 +51,13 @@ public final class GoogleFirebaseAppdistroV1alphaGoalAction extends com.google.a
5151
@com.google.api.client.util.Key
5252
private java.lang.String explanation;
5353

54+
/**
55+
* Output only. The time at which the action started.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private String startTime;
60+
5461
/**
5562
* Output only. An action taken by the AI to end the goal.
5663
* The value may be {@code null}.
@@ -59,15 +66,15 @@ public final class GoogleFirebaseAppdistroV1alphaGoalAction extends com.google.a
5966
private GoogleFirebaseAppdistroV1alphaTerminalAction terminalAction;
6067

6168
/**
62-
* Output only. Debug information explaining why the agent to the specific action
69+
* Output only. Debug information explaining why the agent to the specific action.
6370
* @return value or {@code null} for none
6471
*/
6572
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo getDebugInfo() {
6673
return debugInfo;
6774
}
6875

6976
/**
70-
* Output only. Debug information explaining why the agent to the specific action
77+
* Output only. Debug information explaining why the agent to the specific action.
7178
* @param debugInfo debugInfo or {@code null} for none
7279
*/
7380
public GoogleFirebaseAppdistroV1alphaGoalAction setDebugInfo(GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo debugInfo) {
@@ -109,6 +116,23 @@ public GoogleFirebaseAppdistroV1alphaGoalAction setExplanation(java.lang.String
109116
return this;
110117
}
111118

119+
/**
120+
* Output only. The time at which the action started.
121+
* @return value or {@code null} for none
122+
*/
123+
public String getStartTime() {
124+
return startTime;
125+
}
126+
127+
/**
128+
* Output only. The time at which the action started.
129+
* @param startTime startTime or {@code null} for none
130+
*/
131+
public GoogleFirebaseAppdistroV1alphaGoalAction setStartTime(String startTime) {
132+
this.startTime = startTime;
133+
return this;
134+
}
135+
112136
/**
113137
* Output only. An action taken by the AI to end the goal.
114138
* @return value or {@code null} for none

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.firebaseappdistribution.v1alpha.model;
1818

1919
/**
20-
* Information to help the customer understand why the agent took this action
20+
* Information to help the customer understand why the agent took this action.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Firebase App Distribution API. For a detailed
@@ -31,29 +31,29 @@
3131
public final class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Output only. URI of the screenshot with elements labeled which was used by the agent
34+
* Output only. URI of the screenshot with elements labeled which was used by the agent.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String annotatedScreenshotUri;
3939

4040
/**
41-
* Output only. Structured data explaining the agent's choice
41+
* Output only. Structured data explaining the agent's choice.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String jsonUri;
4646

4747
/**
48-
* Output only. URI of the screenshot with elements labeled which was used by the agent
48+
* Output only. URI of the screenshot with elements labeled which was used by the agent.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getAnnotatedScreenshotUri() {
5252
return annotatedScreenshotUri;
5353
}
5454

5555
/**
56-
* Output only. URI of the screenshot with elements labeled which was used by the agent
56+
* Output only. URI of the screenshot with elements labeled which was used by the agent.
5757
* @param annotatedScreenshotUri annotatedScreenshotUri or {@code null} for none
5858
*/
5959
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo setAnnotatedScreenshotUri(java.lang.String annotatedScreenshotUri) {
@@ -62,15 +62,15 @@ public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo setAnnotatedScreenshotU
6262
}
6363

6464
/**
65-
* Output only. Structured data explaining the agent's choice
65+
* Output only. Structured data explaining the agent's choice.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getJsonUri() {
6969
return jsonUri;
7070
}
7171

7272
/**
73-
* Output only. Structured data explaining the agent's choice
73+
* Output only. Structured data explaining the agent's choice.
7474
* @param jsonUri jsonUri or {@code null} for none
7575
*/
7676
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo setJsonUri(java.lang.String jsonUri) {

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

0 commit comments

Comments
 (0)