CloudloadingResource class
Constructors
- CloudloadingResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addBook(
{String? driveDocumentId, String? mimeType, String? name, String? uploadClientToken, String? $fields}) → Future< BooksCloudloadingResource> - Add a user-upload volume and triggers processing.
-
deleteBook(
String volumeId, {String? $fields}) → Future< Empty> - Remove the book and its contents
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateBook(
BooksCloudloadingResource request, {String? $fields}) → Future< BooksCloudloadingResource> - Updates a user-upload volume.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited