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

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

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






Drive.Operation (Google Drive API v3-rev20240903-2.0.0)












com.google.api.services.drive

Class Drive.Operation

  • Enclosing class:
    Drive


    public class Drive.Operation
    extends Object
    The "operation" collection of methods.
    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • cancel

        public Drive.Operation.Cancel cancel(String name)
                                      throws IOException
        Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. Create a request for the method "operation.cancel". 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:
        name - The name of the operation resource to be cancelled.
        Returns:
        the request
        Throws:
        IOException
      • delete

        public Drive.Operation.Delete delete(String name)
                                      throws IOException
        Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Create a request for the method "operation.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:
        name - The name of the operation resource to be deleted.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy