Firebase App Distribution API . projects . apps

Instance Methods

releases()

Returns the releases Resource.

close()

Close httplib2 connections.

getAabInfo(name, x__xgafv=None)

Gets Android App Bundle (AAB) information for a Firebase app.

Method Details

close()
Close httplib2 connections.
getAabInfo(name, x__xgafv=None)
Gets Android App Bundle (AAB) information for a Firebase app.

Args:
  name: string, Required. The name of the `AabInfo` resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/aabInfo` (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Android App Bundle (AAB) information for a Firebase app.
  "integrationState": "A String", # App bundle integration state. Only valid for android apps.
  "name": "A String", # The name of the `AabInfo` resource. Format: `projects/{project_number}/apps/{app}/aabInfo`
  "testCertificate": { # App bundle test certificate # App bundle test certificate generated for the app. Set after the first app bundle is uploaded for this app.
    "hashMd5": "A String", # Hex string of MD5 hash of the test certificate used to resign the AAB
    "hashSha1": "A String", # Hex string of SHA1 hash of the test certificate used to resign the AAB
    "hashSha256": "A String", # Hex string of SHA256 hash of the test certificate used to resign the AAB
  },
}