Show / Hide Table of Contents

Class ProjectsResource.GroupsResource

The "groups" collection of methods.

Inheritance
object
ProjectsResource.GroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.GroupsResource

Constructors

GroupsResource(IClientService)

Constructs a new resource.

Declaration
public GroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchJoin(GoogleFirebaseAppdistroV1BatchJoinGroupRequest, string)

Batch adds members to a group. The testers will gain access to all releases that the groups have access to.

Declaration
public virtual ProjectsResource.GroupsResource.BatchJoinRequest BatchJoin(GoogleFirebaseAppdistroV1BatchJoinGroupRequest body, string group)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1BatchJoinGroupRequest body

The body of the request.

string group

Required. The name of the group resource to which testers are added. Format: projects/{project_number}/groups/{group_alias}

Returns
Type Description
ProjectsResource.GroupsResource.BatchJoinRequest

BatchLeave(GoogleFirebaseAppdistroV1BatchLeaveGroupRequest, string)

Batch removed members from a group. The testers will lose access to all releases that the groups have access to.

Declaration
public virtual ProjectsResource.GroupsResource.BatchLeaveRequest BatchLeave(GoogleFirebaseAppdistroV1BatchLeaveGroupRequest body, string group)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1BatchLeaveGroupRequest body

The body of the request.

string group

Required. The name of the group resource from which testers are removed. Format: projects/{project_number}/groups/{group_alias}

Returns
Type Description
ProjectsResource.GroupsResource.BatchLeaveRequest

Create(GoogleFirebaseAppdistroV1Group, string)

Create a group.

Declaration
public virtual ProjectsResource.GroupsResource.CreateRequest Create(GoogleFirebaseAppdistroV1Group body, string parent)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1Group body

The body of the request.

string parent

Required. The name of the project resource, which is the parent of the group resource. Format: projects/{project_number}

Returns
Type Description
ProjectsResource.GroupsResource.CreateRequest

Delete(string)

Delete a group.

Declaration
public virtual ProjectsResource.GroupsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the group resource. Format: projects/{project_number}/groups/{group_alias}

Returns
Type Description
ProjectsResource.GroupsResource.DeleteRequest

Get(string)

Get a group.

Declaration
public virtual ProjectsResource.GroupsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the group resource to retrieve. Format: projects/{project_number}/groups/{group_alias}

Returns
Type Description
ProjectsResource.GroupsResource.GetRequest

List(string)

List groups.

Declaration
public virtual ProjectsResource.GroupsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the project resource, which is the parent of the group resources. Format: projects/{project_number}

Returns
Type Description
ProjectsResource.GroupsResource.ListRequest

Patch(GoogleFirebaseAppdistroV1Group, string)

Update a group.

Declaration
public virtual ProjectsResource.GroupsResource.PatchRequest Patch(GoogleFirebaseAppdistroV1Group body, string name)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1Group body

The body of the request.

string name

The name of the group resource. Format: projects/{project_number}/groups/{group_alias}

Returns
Type Description
ProjectsResource.GroupsResource.PatchRequest
In this article
Back to top Generated by DocFX