diff --git a/docs/dyn/firebaseappdistribution_v1alpha.apps.html b/docs/dyn/firebaseappdistribution_v1alpha.apps.html index 1af20e20f6..e53fbf68e6 100644 --- a/docs/dyn/firebaseappdistribution_v1alpha.apps.html +++ b/docs/dyn/firebaseappdistribution_v1alpha.apps.html @@ -131,7 +131,7 @@

Method Details

Returns: An object of the form: - { + { # An app. "aabCertificate": { # App bundle test certificate # App bundle test certificate generated for the app. "certificateHashMd5": "A String", # MD5 hash of the certificate used to resign the AAB "certificateHashSha1": "A String", # SHA1 hash of the certificate used to resign the AAB @@ -160,8 +160,8 @@

Method Details

Returns: An object of the form: - { - "token": "A String", + { # A JWT token. + "token": "A String", # The JWT token (three Base64URL-encoded strings joined by dots). } @@ -179,7 +179,7 @@

Method Details

Returns: An object of the form: - { + { # The response message for `ProvisionApp`. } diff --git a/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.html b/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.html index c79dd9adfa..6dea6bb21a 100644 --- a/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.html +++ b/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.html @@ -101,7 +101,7 @@

Method Details

body: object, The request body. The object takes the form of: -{ +{ # The request message for `EnableAccessOnRelease`. "buildVersion": "A String", # Optional. Ignored. Used to be build version of the app release if an instance identifier was provided for the release_id. "displayVersion": "A String", # Optional. Ignored. Used to be display version of the app release if an instance identifier was provided for the release_id. "emails": [ # Optional. An email address which should get access to this release, for example rebeccahe@google.com @@ -120,7 +120,7 @@

Method Details

Returns: An object of the form: - { + { # The response message for `EnableAccessOnRelease`. } diff --git a/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.notes.html b/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.notes.html index bb6140dfee..13bc891e6a 100644 --- a/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.notes.html +++ b/docs/dyn/firebaseappdistribution_v1alpha.apps.releases.notes.html @@ -96,9 +96,9 @@

Method Details

body: object, The request body. The object takes the form of: -{ - "releaseNotes": { # The actual release notes body from the user - "releaseNotes": "A String", +{ # The request message for `CreateReleaseNotes`. + "releaseNotes": { # Release notes for a release. # The actual release notes body from the user + "releaseNotes": "A String", # The actual release notes text from the user. }, } @@ -110,7 +110,7 @@

Method Details

Returns: An object of the form: - { + { # The response message for `CreateReleaseNotes`. } diff --git a/docs/dyn/firebaseappdistribution_v1alpha.apps.upload_status.html b/docs/dyn/firebaseappdistribution_v1alpha.apps.upload_status.html index b01efd7bdc..85be523a58 100644 --- a/docs/dyn/firebaseappdistribution_v1alpha.apps.upload_status.html +++ b/docs/dyn/firebaseappdistribution_v1alpha.apps.upload_status.html @@ -101,7 +101,7 @@

Method Details

Returns: An object of the form: - { + { # The response message for `GetUploadStatus`. "errorCode": "A String", # The error code associated with (only set on "FAILURE") "message": "A String", # Any additional context for the given upload status (e.g. error message) Meant to be displayed to the client "release": { # Proto defining a release object # The release that was created from the upload (only set on "SUCCESS") diff --git a/docs/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html b/docs/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html index 686c3f19b7..4d7cf8f2eb 100644 --- a/docs/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html +++ b/docs/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html @@ -244,6 +244,7 @@

Method Details

"username": "A String", # Optional. Username for automated tests }, "name": "A String", # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + "testCase": "A String", # 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}` "testState": "A String", # Output only. The state of the release test. } @@ -375,6 +376,7 @@

Method Details

"username": "A String", # Optional. Username for automated tests }, "name": "A String", # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + "testCase": "A String", # 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}` "testState": "A String", # Output only. The state of the release test. } @@ -512,6 +514,7 @@

Method Details

"username": "A String", # Optional. Username for automated tests }, "name": "A String", # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + "testCase": "A String", # 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}` "testState": "A String", # Output only. The state of the release test. } @@ -659,6 +662,7 @@

Method Details

"username": "A String", # Optional. Username for automated tests }, "name": "A String", # The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + "testCase": "A String", # 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}` "testState": "A String", # Output only. The state of the release test. }, ], diff --git a/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json b/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json index 0465a6bd94..10c15acab9 100644 --- a/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json @@ -776,7 +776,7 @@ } } }, -"revision": "20241121", +"revision": "20241204", "rootUrl": "https://firebaseappdistribution.googleapis.com/", "schemas": { "AndroidxCrawlerOutputPoint": { @@ -988,6 +988,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaApp": { +"description": "An app.", "id": "GoogleFirebaseAppdistroV1alphaApp", "properties": { "aabCertificate": { @@ -1085,6 +1086,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest": { +"description": "The request message for `CreateReleaseNotes`.", "id": "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest", "properties": { "releaseNotes": { @@ -1095,6 +1097,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse": { +"description": "The response message for `CreateReleaseNotes`.", "id": "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse", "properties": {}, "type": "object" @@ -1310,6 +1313,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest": { +"description": "The request message for `EnableAccessOnRelease`.", "id": "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest", "properties": { "buildVersion": { @@ -1340,6 +1344,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse": { +"description": "The response message for `EnableAccessOnRelease`.", "id": "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse", "properties": {}, "type": "object" @@ -1370,6 +1375,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse": { +"description": "The response message for `GetUploadStatus`.", "id": "GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse", "properties": { "errorCode": { @@ -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" } @@ -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" } }, @@ -1574,6 +1582,7 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaProvisionAppResponse": { +"description": "The response message for `ProvisionApp`.", "id": "GoogleFirebaseAppdistroV1alphaProvisionAppResponse", "properties": {}, "type": "object" @@ -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" } }, @@ -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": [