Google Play Android Developer API . edits . testers

Instance Methods

close()

Close httplib2 connections.

get(packageName, editId, track, x__xgafv=None)

Gets testers. Note: Testers resource does not support email lists.

patch(packageName, editId, track, body=None, x__xgafv=None)

Patches testers. Note: Testers resource does not support email lists.

update(packageName, editId, track, body=None, x__xgafv=None)

Updates testers. Note: Testers resource does not support email lists.

Method Details

close()
Close httplib2 connections.
get(packageName, editId, track, x__xgafv=None)
Gets testers. Note: Testers resource does not support email lists.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  track: string, The track to read from. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}
patch(packageName, editId, track, body=None, x__xgafv=None)
Patches testers. Note: Testers resource does not support email lists.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  track: string, The track to update. (required)
  body: object, The request body.
    The object takes the form of:

{ # The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}
update(packageName, editId, track, body=None, x__xgafv=None)
Updates testers. Note: Testers resource does not support email lists.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  track: string, The track to update. (required)
  body: object, The request body.
    The object takes the form of:

{ # The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}