Skip to content

Commit 832401d

Browse files
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1alpha The following keys were added: - schemas.GoogleFirebaseAppdistroV1alphaReleaseTest.properties.displayName.type (Total Keys: 1)
1 parent 3d4eb75 commit 832401d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ <h3>Method Details</h3>
229229
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
230230
},
231231
],
232+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
232233
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
233234
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
234235
&quot;passwordResourceName&quot;: &quot;A String&quot;, # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the &quot;foo&quot; part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
@@ -355,6 +356,7 @@ <h3>Method Details</h3>
355356
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
356357
},
357358
],
359+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
358360
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
359361
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
360362
&quot;passwordResourceName&quot;: &quot;A String&quot;, # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the &quot;foo&quot; part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
@@ -487,6 +489,7 @@ <h3>Method Details</h3>
487489
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
488490
},
489491
],
492+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
490493
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
491494
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
492495
&quot;passwordResourceName&quot;: &quot;A String&quot;, # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the &quot;foo&quot; part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
@@ -629,6 +632,7 @@ <h3>Method Details</h3>
629632
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
630633
},
631634
],
635+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
632636
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
633637
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
634638
&quot;passwordResourceName&quot;: &quot;A String&quot;, # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the &quot;foo&quot; part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html

googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
}
626626
}
627627
},
628-
"revision": "20241018",
628+
"revision": "20241028",
629629
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
630630
"schemas": {
631631
"AndroidxCrawlerOutputPoint": {
@@ -1488,6 +1488,10 @@
14881488
},
14891489
"type": "array"
14901490
},
1491+
"displayName": {
1492+
"description": "Optional. Display name of the release test. Required if the release test is created with multiple goals",
1493+
"type": "string"
1494+
},
14911495
"loginCredential": {
14921496
"$ref": "GoogleFirebaseAppdistroV1alphaLoginCredential",
14931497
"description": "Optional. Input only. Login credentials for the test. Input only."

0 commit comments

Comments
 (0)