ProjectsGroupsResource class

Constructors

ProjectsGroupsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchJoin(GoogleFirebaseAppdistroV1BatchJoinGroupRequest request, String group, {String? $fields}) Future<GoogleProtobufEmpty>
Batch adds members to a group.
batchLeave(GoogleFirebaseAppdistroV1BatchLeaveGroupRequest request, String group, {String? $fields}) Future<GoogleProtobufEmpty>
Batch removed members from a group.
create(GoogleFirebaseAppdistroV1Group request, String parent, {String? groupId, String? $fields}) Future<GoogleFirebaseAppdistroV1Group>
Create a group.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Delete a group.
get(String name, {String? $fields}) Future<GoogleFirebaseAppdistroV1Group>
Get a group.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseAppdistroV1ListGroupsResponse>
List groups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleFirebaseAppdistroV1Group request, String name, {String? updateMask, String? $fields}) Future<GoogleFirebaseAppdistroV1Group>
Update a group.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited