Skip to content

Commit a25ee1c

Browse files
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1alpha The following keys were deleted: - schemas.GoogleFirebaseAppdistroV1alphaAiInstructionsStep (Total Keys: 4) The following keys were added: - schemas.GoogleFirebaseAppdistroV1alphaAiStep (Total Keys: 9) - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.aiStepResults (Total Keys: 3) The following keys were changed: - schemas.GoogleFirebaseAppdistroV1alphaAiInstructions.properties.steps.items.$ref (Total Keys: 1)
1 parent 9463ea6 commit a25ee1c

File tree

2 files changed

+76
-4
lines changed

2 files changed

+76
-4
lines changed

docs/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ <h3>Method Details</h3>
117117
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the test was run.
118118
&quot;deviceExecutions&quot;: [ # Required. The results of the test on each device.
119119
{ # The results of running an automated test on a particular device.
120+
&quot;aiStepResults&quot;: [ # Output only. Results of the AI steps if passed in
121+
{ # Captures the results of an AiStep
122+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the step
123+
&quot;step&quot;: { # A step to be accomplished by the AI # Required. The step performed by the AI
124+
&quot;assertion&quot;: &quot;A String&quot;, # An assertion to be checked by the AI
125+
&quot;goal&quot;: &quot;A String&quot;, # A goal to be accomplished by the AI
126+
},
127+
},
128+
],
120129
&quot;appCrash&quot;: { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
121130
&quot;message&quot;: &quot;A String&quot;, # Output only. The message associated with the crash.
122131
&quot;stackTrace&quot;: &quot;A String&quot;, # Output only. The raw stack trace.
@@ -178,6 +187,15 @@ <h3>Method Details</h3>
178187
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the test was run.
179188
&quot;deviceExecutions&quot;: [ # Required. The results of the test on each device.
180189
{ # The results of running an automated test on a particular device.
190+
&quot;aiStepResults&quot;: [ # Output only. Results of the AI steps if passed in
191+
{ # Captures the results of an AiStep
192+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the step
193+
&quot;step&quot;: { # A step to be accomplished by the AI # Required. The step performed by the AI
194+
&quot;assertion&quot;: &quot;A String&quot;, # An assertion to be checked by the AI
195+
&quot;goal&quot;: &quot;A String&quot;, # A goal to be accomplished by the AI
196+
},
197+
},
198+
],
181199
&quot;appCrash&quot;: { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
182200
&quot;message&quot;: &quot;A String&quot;, # Output only. The message associated with the crash.
183201
&quot;stackTrace&quot;: &quot;A String&quot;, # Output only. The raw stack trace.
@@ -245,6 +263,15 @@ <h3>Method Details</h3>
245263
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the test was run.
246264
&quot;deviceExecutions&quot;: [ # Required. The results of the test on each device.
247265
{ # The results of running an automated test on a particular device.
266+
&quot;aiStepResults&quot;: [ # Output only. Results of the AI steps if passed in
267+
{ # Captures the results of an AiStep
268+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the step
269+
&quot;step&quot;: { # A step to be accomplished by the AI # Required. The step performed by the AI
270+
&quot;assertion&quot;: &quot;A String&quot;, # An assertion to be checked by the AI
271+
&quot;goal&quot;: &quot;A String&quot;, # A goal to be accomplished by the AI
272+
},
273+
},
274+
],
248275
&quot;appCrash&quot;: { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
249276
&quot;message&quot;: &quot;A String&quot;, # Output only. The message associated with the crash.
250277
&quot;stackTrace&quot;: &quot;A String&quot;, # Output only. The raw stack trace.
@@ -317,6 +344,15 @@ <h3>Method Details</h3>
317344
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the test was run.
318345
&quot;deviceExecutions&quot;: [ # Required. The results of the test on each device.
319346
{ # The results of running an automated test on a particular device.
347+
&quot;aiStepResults&quot;: [ # Output only. Results of the AI steps if passed in
348+
{ # Captures the results of an AiStep
349+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the step
350+
&quot;step&quot;: { # A step to be accomplished by the AI # Required. The step performed by the AI
351+
&quot;assertion&quot;: &quot;A String&quot;, # An assertion to be checked by the AI
352+
&quot;goal&quot;: &quot;A String&quot;, # A goal to be accomplished by the AI
353+
},
354+
},
355+
],
320356
&quot;appCrash&quot;: { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
321357
&quot;message&quot;: &quot;A String&quot;, # Output only. The message associated with the crash.
322358
&quot;stackTrace&quot;: &quot;A String&quot;, # Output only. The raw stack trace.

googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
}
586586
}
587587
},
588-
"revision": "20240708",
588+
"revision": "20240710",
589589
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
590590
"schemas": {
591591
"GoogleFirebaseAppdistroV1Release": {
@@ -708,16 +708,16 @@
708708
"steps": {
709709
"description": "Required. Steps to be accomplished by the AI",
710710
"items": {
711-
"$ref": "GoogleFirebaseAppdistroV1alphaAiInstructionsStep"
711+
"$ref": "GoogleFirebaseAppdistroV1alphaAiStep"
712712
},
713713
"type": "array"
714714
}
715715
},
716716
"type": "object"
717717
},
718-
"GoogleFirebaseAppdistroV1alphaAiInstructionsStep": {
718+
"GoogleFirebaseAppdistroV1alphaAiStep": {
719719
"description": "A step to be accomplished by the AI",
720-
"id": "GoogleFirebaseAppdistroV1alphaAiInstructionsStep",
720+
"id": "GoogleFirebaseAppdistroV1alphaAiStep",
721721
"properties": {
722722
"assertion": {
723723
"description": "An assertion to be checked by the AI",
@@ -730,6 +730,34 @@
730730
},
731731
"type": "object"
732732
},
733+
"GoogleFirebaseAppdistroV1alphaAiStepResult": {
734+
"description": "Captures the results of an AiStep",
735+
"id": "GoogleFirebaseAppdistroV1alphaAiStepResult",
736+
"properties": {
737+
"state": {
738+
"description": "Output only. The current state of the step",
739+
"enum": [
740+
"STEP_STATE_UNSPECIFIED",
741+
"IN_PROGRESS",
742+
"PASSED",
743+
"FAILED"
744+
],
745+
"enumDescriptions": [
746+
"Step state unspecified",
747+
"The step is in progress",
748+
"The step has completed successfully",
749+
"The step has failed"
750+
],
751+
"readOnly": true,
752+
"type": "string"
753+
},
754+
"step": {
755+
"$ref": "GoogleFirebaseAppdistroV1alphaAiStep",
756+
"description": "Required. The step performed by the AI"
757+
}
758+
},
759+
"type": "object"
760+
},
733761
"GoogleFirebaseAppdistroV1alphaApp": {
734762
"id": "GoogleFirebaseAppdistroV1alphaApp",
735763
"properties": {
@@ -818,6 +846,14 @@
818846
"description": "The results of running an automated test on a particular device.",
819847
"id": "GoogleFirebaseAppdistroV1alphaDeviceExecution",
820848
"properties": {
849+
"aiStepResults": {
850+
"description": "Output only. Results of the AI steps if passed in",
851+
"items": {
852+
"$ref": "GoogleFirebaseAppdistroV1alphaAiStepResult"
853+
},
854+
"readOnly": true,
855+
"type": "array"
856+
},
821857
"appCrash": {
822858
"$ref": "GoogleFirebaseAppdistroV1alphaAppCrash",
823859
"description": "Output only. An app crash, if any occurred during the test.",

0 commit comments

Comments
 (0)