All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.
    • Constructor Detail

      • Groups

        public Groups()
    • Method Detail

      • 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
      • 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
      • 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