Close httplib2 connections.
get(mobilesdkAppId, uploadHash, x__xgafv=None)
GET Release by binary upload hash
close()
Close httplib2 connections.
get(mobilesdkAppId, uploadHash, x__xgafv=None)
GET Release by binary upload hash Args: mobilesdkAppId: string, Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 (required) uploadHash: string, The hash for the upload (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response object to get the release given a upload hash "release": { # Proto defining a release object # Release object "buildVersion": "A String", # Release build version "displayVersion": "A String", # Release version "distributedAt": "A String", # Timestamp when the release was created "id": "A String", # Release Id "instanceId": "A String", # Instance id of the release "lastActivityAt": "A String", # Last activity timestamp "openInvitationCount": 42, # Number of testers who have open invitations for the release "receivedAt": "A String", # unused. "releaseNotesSummary": "A String", # Release notes summary "testerCount": 42, # Count of testers added to the release "testerWithInstallCount": 42, # Number of testers who have installed the release }, }