Skip to content

Commit 9985b67

Browse files
1 parent 0abc6c5 commit 9985b67

File tree

7 files changed

+137
-16
lines changed

7 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class GoogleFirebaseAppdistroV1alphaAiInstructions extends com.goog
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
45-
private java.util.List<GoogleFirebaseAppdistroV1alphaAiInstructionsStep> steps;
45+
private java.util.List<GoogleFirebaseAppdistroV1alphaAiStep> steps;
4646

4747
/**
4848
* Optional. Describes the app to give the AI some context
@@ -65,15 +65,15 @@ public GoogleFirebaseAppdistroV1alphaAiInstructions setAppDescription(java.lang.
6565
* Required. Steps to be accomplished by the AI
6666
* @return value or {@code null} for none
6767
*/
68-
public java.util.List<GoogleFirebaseAppdistroV1alphaAiInstructionsStep> getSteps() {
68+
public java.util.List<GoogleFirebaseAppdistroV1alphaAiStep> getSteps() {
6969
return steps;
7070
}
7171

7272
/**
7373
* Required. Steps to be accomplished by the AI
7474
* @param steps steps or {@code null} for none
7575
*/
76-
public GoogleFirebaseAppdistroV1alphaAiInstructions setSteps(java.util.List<GoogleFirebaseAppdistroV1alphaAiInstructionsStep> steps) {
76+
public GoogleFirebaseAppdistroV1alphaAiInstructions setSteps(java.util.List<GoogleFirebaseAppdistroV1alphaAiStep> steps) {
7777
this.steps = steps;
7878
return this;
7979
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Google, Inc.
2929
*/
3030
@SuppressWarnings("javadoc")
31-
public final class GoogleFirebaseAppdistroV1alphaAiInstructionsStep extends com.google.api.client.json.GenericJson {
31+
public final class GoogleFirebaseAppdistroV1alphaAiStep extends com.google.api.client.json.GenericJson {
3232

3333
/**
3434
* An assertion to be checked by the AI
@@ -56,7 +56,7 @@ public java.lang.String getAssertion() {
5656
* An assertion to be checked by the AI
5757
* @param assertion assertion or {@code null} for none
5858
*/
59-
public GoogleFirebaseAppdistroV1alphaAiInstructionsStep setAssertion(java.lang.String assertion) {
59+
public GoogleFirebaseAppdistroV1alphaAiStep setAssertion(java.lang.String assertion) {
6060
this.assertion = assertion;
6161
return this;
6262
}
@@ -73,19 +73,19 @@ public java.lang.String getGoal() {
7373
* A goal to be accomplished by the AI
7474
* @param goal goal or {@code null} for none
7575
*/
76-
public GoogleFirebaseAppdistroV1alphaAiInstructionsStep setGoal(java.lang.String goal) {
76+
public GoogleFirebaseAppdistroV1alphaAiStep setGoal(java.lang.String goal) {
7777
this.goal = goal;
7878
return this;
7979
}
8080

8181
@Override
82-
public GoogleFirebaseAppdistroV1alphaAiInstructionsStep set(String fieldName, Object value) {
83-
return (GoogleFirebaseAppdistroV1alphaAiInstructionsStep) super.set(fieldName, value);
82+
public GoogleFirebaseAppdistroV1alphaAiStep set(String fieldName, Object value) {
83+
return (GoogleFirebaseAppdistroV1alphaAiStep) super.set(fieldName, value);
8484
}
8585

8686
@Override
87-
public GoogleFirebaseAppdistroV1alphaAiInstructionsStep clone() {
88-
return (GoogleFirebaseAppdistroV1alphaAiInstructionsStep) super.clone();
87+
public GoogleFirebaseAppdistroV1alphaAiStep clone() {
88+
return (GoogleFirebaseAppdistroV1alphaAiStep) super.clone();
8989
}
9090

9191
}
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+
* Captures the results of an AiStep
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 GoogleFirebaseAppdistroV1alphaAiStepResult extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. The current state of the step
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String state;
39+
40+
/**
41+
* Required. The step performed by the AI
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private GoogleFirebaseAppdistroV1alphaAiStep step;
46+
47+
/**
48+
* Output only. The current state of the step
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getState() {
52+
return state;
53+
}
54+
55+
/**
56+
* Output only. The current state of the step
57+
* @param state state or {@code null} for none
58+
*/
59+
public GoogleFirebaseAppdistroV1alphaAiStepResult setState(java.lang.String state) {
60+
this.state = state;
61+
return this;
62+
}
63+
64+
/**
65+
* Required. The step performed by the AI
66+
* @return value or {@code null} for none
67+
*/
68+
public GoogleFirebaseAppdistroV1alphaAiStep getStep() {
69+
return step;
70+
}
71+
72+
/**
73+
* Required. The step performed by the AI
74+
* @param step step or {@code null} for none
75+
*/
76+
public GoogleFirebaseAppdistroV1alphaAiStepResult setStep(GoogleFirebaseAppdistroV1alphaAiStep step) {
77+
this.step = step;
78+
return this;
79+
}
80+
81+
@Override
82+
public GoogleFirebaseAppdistroV1alphaAiStepResult set(String fieldName, Object value) {
83+
return (GoogleFirebaseAppdistroV1alphaAiStepResult) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GoogleFirebaseAppdistroV1alphaAiStepResult clone() {
88+
return (GoogleFirebaseAppdistroV1alphaAiStepResult) super.clone();
89+
}
90+
91+
}

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

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

33+
/**
34+
* Output only. Results of the AI steps if passed in
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<GoogleFirebaseAppdistroV1alphaAiStepResult> aiStepResults;
39+
40+
static {
41+
// hack to force ProGuard to consider GoogleFirebaseAppdistroV1alphaAiStepResult used, since otherwise it would be stripped out
42+
// see https://github.com/google/google-api-java-client/issues/543
43+
com.google.api.client.util.Data.nullOf(GoogleFirebaseAppdistroV1alphaAiStepResult.class);
44+
}
45+
3346
/**
3447
* Output only. An app crash, if any occurred during the test.
3548
* The value may be {@code null}.
@@ -102,6 +115,23 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceExecution extends com.goo
102115
@com.google.api.client.util.Key
103116
private java.lang.String videoUri;
104117

118+
/**
119+
* Output only. Results of the AI steps if passed in
120+
* @return value or {@code null} for none
121+
*/
122+
public java.util.List<GoogleFirebaseAppdistroV1alphaAiStepResult> getAiStepResults() {
123+
return aiStepResults;
124+
}
125+
126+
/**
127+
* Output only. Results of the AI steps if passed in
128+
* @param aiStepResults aiStepResults or {@code null} for none
129+
*/
130+
public GoogleFirebaseAppdistroV1alphaDeviceExecution setAiStepResults(java.util.List<GoogleFirebaseAppdistroV1alphaAiStepResult> aiStepResults) {
131+
this.aiStepResults = aiStepResults;
132+
return this;
133+
}
134+
105135
/**
106136
* Output only. An app crash, if any occurred during the test.
107137
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)