Skip to content

Commit 84b188f

Browse files
1 parent c67964d commit 84b188f

File tree

7 files changed

+149
-10
lines changed

7 files changed

+149
-10
lines changed

clients/google-api-services-firebaseappdistribution/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.1</version>
128+
<version>2.7.2</version>
129129
</dependency>
130130
</dependencies>
131131

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleFirebaseAppdistroV1alphaGoalAction extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Debug information explaining why the agent to the specific action
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo debugInfo;
39+
3340
/**
3441
* Output only. A high level action taken by the AI on the device.
3542
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class GoogleFirebaseAppdistroV1alphaGoalAction extends com.google.a
5158
@com.google.api.client.util.Key
5259
private GoogleFirebaseAppdistroV1alphaTerminalAction terminalAction;
5360

61+
/**
62+
* Output only. Debug information explaining why the agent to the specific action
63+
* @return value or {@code null} for none
64+
*/
65+
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo getDebugInfo() {
66+
return debugInfo;
67+
}
68+
69+
/**
70+
* Output only. Debug information explaining why the agent to the specific action
71+
* @param debugInfo debugInfo or {@code null} for none
72+
*/
73+
public GoogleFirebaseAppdistroV1alphaGoalAction setDebugInfo(GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo debugInfo) {
74+
this.debugInfo = debugInfo;
75+
return this;
76+
}
77+
5478
/**
5579
* Output only. A high level action taken by the AI on the device.
5680
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.firebaseappdistribution.v1alpha.model;
18+
19+
/**
20+
* Information to help the customer understand why the agent took this action
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Firebase App Distribution API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. URI of the screenshot with elements labeled which was used by the agent
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String annotatedScreenshotUri;
39+
40+
/**
41+
* Output only. Structured data explaining the agent's choice
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String jsonUri;
46+
47+
/**
48+
* Output only. URI of the screenshot with elements labeled which was used by the agent
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getAnnotatedScreenshotUri() {
52+
return annotatedScreenshotUri;
53+
}
54+
55+
/**
56+
* Output only. URI of the screenshot with elements labeled which was used by the agent
57+
* @param annotatedScreenshotUri annotatedScreenshotUri or {@code null} for none
58+
*/
59+
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo setAnnotatedScreenshotUri(java.lang.String annotatedScreenshotUri) {
60+
this.annotatedScreenshotUri = annotatedScreenshotUri;
61+
return this;
62+
}
63+
64+
/**
65+
* Output only. Structured data explaining the agent's choice
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getJsonUri() {
69+
return jsonUri;
70+
}
71+
72+
/**
73+
* Output only. Structured data explaining the agent's choice
74+
* @param jsonUri jsonUri or {@code null} for none
75+
*/
76+
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo setJsonUri(java.lang.String jsonUri) {
77+
this.jsonUri = jsonUri;
78+
return this;
79+
}
80+
81+
@Override
82+
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo set(String fieldName, Object value) {
83+
return (GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo clone() {
88+
return (GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo) super.clone();
89+
}
90+
91+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class GoogleFirebaseAppdistroV1alphaTestCase extends com.google.api
3737
@com.google.api.client.util.Key
3838
private GoogleFirebaseAppdistroV1alphaAiInstructions aiInstructions;
3939

40+
/**
41+
* Output only. Timestamp when the test case was created
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private String createTime;
46+
4047
/**
4148
* Required. Display name of the test case.
4249
* The value may be {@code null}.
@@ -69,6 +76,23 @@ public GoogleFirebaseAppdistroV1alphaTestCase setAiInstructions(GoogleFirebaseAp
6976
return this;
7077
}
7178

79+
/**
80+
* Output only. Timestamp when the test case was created
81+
* @return value or {@code null} for none
82+
*/
83+
public String getCreateTime() {
84+
return createTime;
85+
}
86+
87+
/**
88+
* Output only. Timestamp when the test case was created
89+
* @param createTime createTime or {@code null} for none
90+
*/
91+
public GoogleFirebaseAppdistroV1alphaTestCase setCreateTime(String createTime) {
92+
this.createTime = createTime;
93+
return this;
94+
}
95+
7296
/**
7397
* Required. Display name of the test case.
7498
* @return value or {@code null} for none

clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/pom.xml

Lines changed: 4 additions & 4 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-rev20241204-2.0.0</version>
12-
<name>Firebase App Distribution API v1alpha-rev20241204-2.0.0</name>
11+
<version>v1alpha-rev20250123-2.0.0</version>
12+
<name>Firebase App Distribution API v1alpha-rev20250123-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.1</version>
128+
<version>2.7.2</version>
129129
</dependency>
130130
</dependencies>
131131

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

0 commit comments

Comments
 (0)