public class Computeaccounts.Groups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Computeaccounts.Groups.AddMember |
class |
Computeaccounts.Groups.Delete |
class |
Computeaccounts.Groups.Get |
class |
Computeaccounts.Groups.Insert |
class |
Computeaccounts.Groups.List |
class |
Computeaccounts.Groups.RemoveMember |
| Constructor and Description |
|---|
Computeaccounts.Groups() |
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.Groups.AddMember |
addMember(String project,
String groupName,
GroupsAddMemberRequest content)
Adds users to the specified group.
|
Computeaccounts.Groups.Delete |
delete(String project,
String groupName)
Deletes the specified group resource.
|
Computeaccounts.Groups.Get |
get(String project,
String groupName)
Returns the specified group resource.
|
Computeaccounts.Groups.Insert |
insert(String project,
Group content)
Creates a group resource in the specified project using the data included in the request.
|
Computeaccounts.Groups.List |
list(String project)
Retrieves the list of groups contained within the specified project.
|
Computeaccounts.Groups.RemoveMember |
removeMember(String project,
String groupName,
GroupsRemoveMemberRequest content)
Removes users from the specified group.
|
public Computeaccounts.Groups.AddMember addMember(String project, String groupName, GroupsAddMemberRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.groupName - Name of the group for this request.content - the GroupsAddMemberRequestIOExceptionpublic Computeaccounts.Groups.Delete delete(String project, String groupName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.groupName - Name of the group resource to delete.IOExceptionpublic Computeaccounts.Groups.Get get(String project, String groupName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.groupName - Name of the group resource to return.IOExceptionpublic Computeaccounts.Groups.Insert insert(String project, Group content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the GroupIOExceptionpublic Computeaccounts.Groups.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Computeaccounts.Groups.RemoveMember removeMember(String project, String groupName, GroupsRemoveMemberRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - Project ID for this request.groupName - Name of the group for this request.content - the GroupsRemoveMemberRequestIOException