Firebase App Distribution API . projects

Instance Methods

apps()

Returns the apps Resource.

testers()

Returns the testers Resource.

close()

Close httplib2 connections.

getTestQuota(name, x__xgafv=None)

Get information about the quota for `ReleaseTests`.

Method Details

close()
Close httplib2 connections.
getTestQuota(name, x__xgafv=None)
Get information about the quota for `ReleaseTests`.

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

Returns:
  An object of the form:

    { # Customer quota information for `ReleaseTests`. Note: This quota only applies to tests with `AiInstructions` and is separate from the quota which might apply to the device time used by any tests.
  "limit": "A String", # Output only. Maximum number of `ReleaseTests` allotted for the current month.
  "name": "A String", # Identifier. The name of the `TestQuota` resource. Format: `projects/{project_number}/testQuota`
  "usage": "A String", # Output only. Number of `ReleaseTests` run in the current month
}