ProjectsGroups
class ProjectsGroups extends Resource (View source)
The "groups" collection of methods.
Typical usage is:
$firebaseappdistributionService = new Google\Service\FirebaseAppDistribution(...);
$groups = $firebaseappdistributionService->projects_groups;
Methods
Batch adds members to a group. The testers will gain access to all releases that the groups have access to. (groups.batchJoin)
Batch removed members from a group. The testers will lose access to all releases that the groups have access to. (groups.batchLeave)
Create a group. (groups.create)
Delete a group. (groups.delete)
Get a group. (groups.get)
List groups. (groups.listProjectsGroups)
Update a group. (groups.patch)
Details
GoogleProtobufEmpty
batchJoin(string $group, GoogleFirebaseAppdistroV1BatchJoinGroupRequest $postBody, array $optParams = [])
Batch adds members to a group. The testers will gain access to all releases that the groups have access to. (groups.batchJoin)
GoogleProtobufEmpty
batchLeave(string $group, GoogleFirebaseAppdistroV1BatchLeaveGroupRequest $postBody, array $optParams = [])
Batch removed members from a group. The testers will lose access to all releases that the groups have access to. (groups.batchLeave)
GoogleFirebaseAppdistroV1Group
create(string $parent, GoogleFirebaseAppdistroV1Group $postBody, array $optParams = [])
Create a group. (groups.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Delete a group. (groups.delete)
GoogleFirebaseAppdistroV1Group
get(string $name, array $optParams = [])
Get a group. (groups.get)
GoogleFirebaseAppdistroV1ListGroupsResponse
listProjectsGroups(string $parent, array $optParams = [])
List groups. (groups.listProjectsGroups)
GoogleFirebaseAppdistroV1Group
patch(string $name, GoogleFirebaseAppdistroV1Group $postBody, array $optParams = [])
Update a group. (groups.patch)