Skip to content

Commit

Permalink
feat(firebaseappdistribution): update the api
Browse files Browse the repository at this point in the history
#### firebaseappdistribution:v1alpha

The following keys were added:
- schemas.GoogleFirebaseAppdistroV1alphaReleaseTest.properties.displayName.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 30, 2024
1 parent 3d4eb75 commit 832401d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ <h3>Method Details</h3>
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
},
],
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
&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
Expand Down Expand Up @@ -355,6 +356,7 @@ <h3>Method Details</h3>
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
},
],
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
&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
Expand Down Expand Up @@ -487,6 +489,7 @@ <h3>Method Details</h3>
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
},
],
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
&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
Expand Down Expand Up @@ -629,6 +632,7 @@ <h3>Method Details</h3>
&quot;videoUri&quot;: &quot;A String&quot;, # Output only. A URI to a video of the test run.
},
],
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name of the release test. Required if the release test is created with multiple goals
&quot;loginCredential&quot;: { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
&quot;fieldHints&quot;: { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
&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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
}
}
},
"revision": "20241018",
"revision": "20241028",
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
"schemas": {
"AndroidxCrawlerOutputPoint": {
Expand Down Expand Up @@ -1488,6 +1488,10 @@
},
"type": "array"
},
"displayName": {
"description": "Optional. Display name of the release test. Required if the release test is created with multiple goals",
"type": "string"
},
"loginCredential": {
"$ref": "GoogleFirebaseAppdistroV1alphaLoginCredential",
"description": "Optional. Input only. Login credentials for the test. Input only."
Expand Down

0 comments on commit 832401d

Please sign in to comment.