public class CloudIdentity.Groups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudIdentity.Groups.Create |
class |
CloudIdentity.Groups.Delete |
class |
CloudIdentity.Groups.Get |
class |
CloudIdentity.Groups.GetSecuritySettings |
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 |
class |
CloudIdentity.Groups.UpdateSecuritySettings |
| Constructor and Description |
|---|
Groups() |
| 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.GetSecuritySettings |
getSecuritySettings(String name)
Get Security Settings
Create a request for the method "groups.getSecuritySettings".
|
CloudIdentity.Groups.List |
list()
Lists the `Group` resources under a customer or namespace.
|
CloudIdentity.Groups.Lookup |
lookup()
Looks up the [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 `Group` resources matching a specified query.
|
CloudIdentity.Groups.UpdateSecuritySettings |
updateSecuritySettings(String name,
SecuritySettings content)
Update Security Settings
Create a request for the method "groups.updateSecuritySettings".
|
public CloudIdentity.Groups.Create create(Group content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GroupIOExceptionpublic CloudIdentity.Groups.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group` to
retrieve. Must be of the form `groups/{group}`.IOExceptionpublic CloudIdentity.Groups.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group` to
retrieve. Must be of the form `groups/{group}`.IOExceptionpublic CloudIdentity.Groups.GetSecuritySettings getSecuritySettings(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The security settings to retrieve. Format: `groups/{group_id}/securitySettings`IOExceptionpublic CloudIdentity.Groups.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudIdentity.Groups.Lookup lookup() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudIdentity.Groups.Patch patch(String name, Group content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the
`Group`. Shall be of the form `groups/{group}`.content - the GroupIOExceptionpublic CloudIdentity.Groups.Search search() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudIdentity.Groups.UpdateSecuritySettings updateSecuritySettings(String name, SecuritySettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Output only. The resource name of the security settings. Shall be of the form
`groups/{group_id}/securitySettings`.content - the SecuritySettingsIOExceptionpublic CloudIdentity.Groups.Memberships memberships()
The typical use is:
CloudIdentity cloudidentity = new CloudIdentity(...);CloudIdentity.Memberships.List request = cloudidentity.memberships().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.