In the Google Drive SDK for the insert function the documentation says that the uploadType parameter is required and can take 3 values. But it does not specify how this value can be defined when using the java client. it is not clear whether the example uses a simple, multipart or resumable. How do you define the uploadType in the java api.
Thanks