Close httplib2 connections.
  get(packageName, editId, track, x__xgafv=None)
Gets testers.
  patch(packageName, editId, track, body=None, x__xgafv=None)
Patches testers.
  update(packageName, editId, track, body=None, x__xgafv=None)
Updates testers.
close()
  Close httplib2 connections.
get(packageName, editId, track, x__xgafv=None)
  Gets testers.
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.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}
patch(packageName, editId, track, body=None, x__xgafv=None)
  Patches testers.
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.
  "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.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}
update(packageName, editId, track, body=None, x__xgafv=None)
  Updates testers.
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.
  "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.
  "googleGroups": [ # All testing Google Groups, as email addresses.
    "A String",
  ],
}