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.testCase.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 10, 2024
1 parent dde23ec commit c195e5a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 17 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/firebaseappdistribution_v1alpha.apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{
{ # An app.
&quot;aabCertificate&quot;: { # App bundle test certificate # App bundle test certificate generated for the app.
&quot;certificateHashMd5&quot;: &quot;A String&quot;, # MD5 hash of the certificate used to resign the AAB
&quot;certificateHashSha1&quot;: &quot;A String&quot;, # SHA1 hash of the certificate used to resign the AAB
Expand Down Expand Up @@ -160,8 +160,8 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{
&quot;token&quot;: &quot;A String&quot;,
{ # A JWT token.
&quot;token&quot;: &quot;A String&quot;, # The JWT token (three Base64URL-encoded strings joined by dots).
}</pre>
</div>

Expand All @@ -179,7 +179,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{
{ # The response message for `ProvisionApp`.
}</pre>
</div>

Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/firebaseappdistribution_v1alpha.apps.releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{
{ # The request message for `EnableAccessOnRelease`.
&quot;buildVersion&quot;: &quot;A String&quot;, # Optional. Ignored. Used to be build version of the app release if an instance identifier was provided for the release_id.
&quot;displayVersion&quot;: &quot;A String&quot;, # Optional. Ignored. Used to be display version of the app release if an instance identifier was provided for the release_id.
&quot;emails&quot;: [ # Optional. An email address which should get access to this release, for example rebeccahe@google.com
Expand All @@ -120,7 +120,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{
{ # The response message for `EnableAccessOnRelease`.
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{
&quot;releaseNotes&quot;: { # The actual release notes body from the user
&quot;releaseNotes&quot;: &quot;A String&quot;,
{ # The request message for `CreateReleaseNotes`.
&quot;releaseNotes&quot;: { # Release notes for a release. # The actual release notes body from the user
&quot;releaseNotes&quot;: &quot;A String&quot;, # The actual release notes text from the user.
},
}

Expand All @@ -110,7 +110,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{
{ # The response message for `CreateReleaseNotes`.
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{
{ # The response message for `GetUploadStatus`.
&quot;errorCode&quot;: &quot;A String&quot;, # The error code associated with (only set on &quot;FAILURE&quot;)
&quot;message&quot;: &quot;A String&quot;, # Any additional context for the given upload status (e.g. error message) Meant to be displayed to the client
&quot;release&quot;: { # Proto defining a release object # The release that was created from the upload (only set on &quot;SUCCESS&quot;)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ <h3>Method Details</h3>
&quot;username&quot;: &quot;A String&quot;, # Optional. Username for automated tests
},
&quot;name&quot;: &quot;A String&quot;, # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`
&quot;testCase&quot;: &quot;A String&quot;, # Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`
&quot;testState&quot;: &quot;A String&quot;, # Output only. The state of the release test.
}

Expand Down Expand Up @@ -375,6 +376,7 @@ <h3>Method Details</h3>
&quot;username&quot;: &quot;A String&quot;, # Optional. Username for automated tests
},
&quot;name&quot;: &quot;A String&quot;, # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`
&quot;testCase&quot;: &quot;A String&quot;, # Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`
&quot;testState&quot;: &quot;A String&quot;, # Output only. The state of the release test.
}</pre>
</div>
Expand Down Expand Up @@ -512,6 +514,7 @@ <h3>Method Details</h3>
&quot;username&quot;: &quot;A String&quot;, # Optional. Username for automated tests
},
&quot;name&quot;: &quot;A String&quot;, # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`
&quot;testCase&quot;: &quot;A String&quot;, # Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`
&quot;testState&quot;: &quot;A String&quot;, # Output only. The state of the release test.
}</pre>
</div>
Expand Down Expand Up @@ -659,6 +662,7 @@ <h3>Method Details</h3>
&quot;username&quot;: &quot;A String&quot;, # Optional. Username for automated tests
},
&quot;name&quot;: &quot;A String&quot;, # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`
&quot;testCase&quot;: &quot;A String&quot;, # Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`
&quot;testState&quot;: &quot;A String&quot;, # Output only. The state of the release test.
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
}
}
},
"revision": "20241121",
"revision": "20241204",
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
"schemas": {
"AndroidxCrawlerOutputPoint": {
Expand Down Expand Up @@ -988,6 +988,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaApp": {
"description": "An app.",
"id": "GoogleFirebaseAppdistroV1alphaApp",
"properties": {
"aabCertificate": {
Expand Down Expand Up @@ -1085,6 +1086,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest": {
"description": "The request message for `CreateReleaseNotes`.",
"id": "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest",
"properties": {
"releaseNotes": {
Expand All @@ -1095,6 +1097,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse": {
"description": "The response message for `CreateReleaseNotes`.",
"id": "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse",
"properties": {},
"type": "object"
Expand Down Expand Up @@ -1310,6 +1313,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest": {
"description": "The request message for `EnableAccessOnRelease`.",
"id": "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest",
"properties": {
"buildVersion": {
Expand Down Expand Up @@ -1340,6 +1344,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse": {
"description": "The response message for `EnableAccessOnRelease`.",
"id": "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse",
"properties": {},
"type": "object"
Expand Down Expand Up @@ -1370,6 +1375,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse": {
"description": "The response message for `GetUploadStatus`.",
"id": "GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse",
"properties": {
"errorCode": {
Expand Down Expand Up @@ -1442,11 +1448,11 @@
"ERROR"
],
"enumDescriptions": [
"",
"",
"",
"",
""
"Status unspecified.",
"The upload is in progress.",
"The binary has already been uploaded.",
"The upload was successful.",
"The upload failed."
],
"type": "string"
}
Expand Down Expand Up @@ -1491,9 +1497,11 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaJwt": {
"description": "A JWT token.",
"id": "GoogleFirebaseAppdistroV1alphaJwt",
"properties": {
"token": {
"description": "The JWT token (three Base64URL-encoded strings joined by dots).",
"type": "string"
}
},
Expand Down Expand Up @@ -1574,6 +1582,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaProvisionAppResponse": {
"description": "The response message for `ProvisionApp`.",
"id": "GoogleFirebaseAppdistroV1alphaProvisionAppResponse",
"properties": {},
"type": "object"
Expand Down Expand Up @@ -1637,9 +1646,11 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaReleaseNotes": {
"description": "Release notes for a release.",
"id": "GoogleFirebaseAppdistroV1alphaReleaseNotes",
"properties": {
"releaseNotes": {
"description": "The actual release notes text from the user.",
"type": "string"
}
},
Expand Down Expand Up @@ -1678,6 +1689,10 @@
"description": "The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`",
"type": "string"
},
"testCase": {
"description": "Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`",
"type": "string"
},
"testState": {
"description": "Output only. The state of the release test.",
"enum": [
Expand Down

0 comments on commit c195e5a

Please sign in to comment.