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

target.apidocs.com.google.api.services.drive.Drive.Parents.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240903-2.0.0
Show newest version






Drive.Parents (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive

Class Drive.Parents

  • Enclosing class:
    Drive


    public class Drive.Parents
    extends Object
    The "parents" collection of methods.
    • Constructor Detail

      • Parents

        public Parents()
    • Method Detail

      • delete

        public Drive.Parents.Delete delete(String fileId,
                                           String parentId)
                                    throws IOException
        Removes a parent from a file. Create a request for the method "parents.delete". This request holds the parameters needed by the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        fileId - The ID of the file.
        parentId - The ID of the parent.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Drive.Parents.Get get(String fileId,
                                     String parentId)
                              throws IOException
        Gets a specific parent reference. Create a request for the method "parents.get". This request holds the parameters needed by the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        fileId - The ID of the file.
        parentId - The ID of the parent.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Drive.Parents.Insert insert(String fileId,
                                           ParentReference content)
                                    throws IOException
        Adds a parent folder for a file. Create a request for the method "parents.insert". This request holds the parameters needed by the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        fileId - The ID of the file.
        content - the ParentReference
        Returns:
        the request
        Throws:
        IOException
      • list

        public Drive.Parents.List list(String fileId)
                                throws IOException
        Lists a file's parents. Create a request for the method "parents.list". This request holds the parameters needed by the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        fileId - The ID of the file.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy