target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.Groups.html Maven / Gradle / Ivy
CloudIdentity.Groups (Cloud Identity API v1-rev20190924-1.30.3)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.Groups
- java.lang.Object
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.Groups
-
- Enclosing class:
- CloudIdentity
public class CloudIdentity.Groups
extends Object
The "groups" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudIdentity.Groups.Create
class
CloudIdentity.Groups.Delete
class
CloudIdentity.Groups.Get
class
CloudIdentity.Groups.List
class
CloudIdentity.Groups.Lookup
class
CloudIdentity.Groups.Memberships
The "memberships" collection of methods.
class
CloudIdentity.Groups.Patch
class
CloudIdentity.Groups.Search
-
Constructor Summary
Constructors
Constructor and Description
Groups()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudIdentity.Groups.Create
create(Group content)
Creates a Group.
CloudIdentity.Groups.Delete
delete(String name)
Deletes a Group.
CloudIdentity.Groups.Get
get(String name)
Retrieves a Group.
CloudIdentity.Groups.List
list()
List groups within a customer or a domain.
CloudIdentity.Groups.Lookup
lookup()
Looks up [resource name](https://cloud.google.com/apis/design/resource_names) of a Group by its
EntityKey.
CloudIdentity.Groups.Memberships
memberships()
An accessor for creating requests from the Memberships collection.
CloudIdentity.Groups.Patch
patch(String name,
Group content)
Updates a Group.
CloudIdentity.Groups.Search
search()
Searches for Groups.
-
-
Method Detail
-
create
public CloudIdentity.Groups.Create create(Group content)
throws IOException
Creates a Group.
Create a request for the method "groups.create".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the Group
- Returns:
- the request
- Throws:
IOException
-
delete
public CloudIdentity.Groups.Delete delete(String name)
throws IOException
Deletes a Group.
Create a request for the method "groups.delete".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- [Resource name](https://cloud.google.com/apis/design/resource_names) of the
Group in the format:
`groups/{group_id}`, where `group_id` is the unique ID
assigned to the Group.
- Returns:
- the request
- Throws:
IOException
-
get
public CloudIdentity.Groups.Get get(String name)
throws IOException
Retrieves a Group.
Create a request for the method "groups.get".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- [Resource name](https://cloud.google.com/apis/design/resource_names) of the
Group in the format:
`groups/{group_id}`, where `group_id` is the unique ID
assigned to the Group.
- Returns:
- the request
- Throws:
IOException
-
list
public CloudIdentity.Groups.List list()
throws IOException
List groups within a customer or a domain.
Create a request for the method "groups.list".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
lookup
public CloudIdentity.Groups.Lookup lookup()
throws IOException
Looks up [resource name](https://cloud.google.com/apis/design/resource_names) of a Group by its
EntityKey.
Create a request for the method "groups.lookup".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
patch
public CloudIdentity.Groups.Patch patch(String name,
Group content)
throws IOException
Updates a Group.
Create a request for the method "groups.patch".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- [Resource name](https://cloud.google.com/apis/design/resource_names) of the
Group in the format:
`groups/{group_id}`, where group_id is the unique ID
assigned to the Group.
Must be left
blank while creating a Group.
content
- the Group
- Returns:
- the request
- Throws:
IOException
-
search
public CloudIdentity.Groups.Search search()
throws IOException
Searches for Groups.
Create a request for the method "groups.search".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
memberships
public CloudIdentity.Groups.Memberships memberships()
An accessor for creating requests from the Memberships collection.
The typical use is:
CloudIdentity cloudidentity = new CloudIdentity(...);
CloudIdentity.Memberships.List request = cloudidentity.memberships().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2019 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy