java.lang.Object | |
↳ | com.google.android.gms.drive.MetadataChangeSet.Builder |
A builder for creating a new MetadataChangeSet.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the description for the resource.
| |||||||||||
Sets the text to be indexed for the resource.
| |||||||||||
Sets the date when the user most recently viewed the resource.
| |||||||||||
Sets a MIME type for the resource.
| |||||||||||
If true, the file's contents will be kept up to date locally and thus the contents
will be available when the device is offline.
| |||||||||||
Sets whether the resource will be starred.
| |||||||||||
Sets the title for the resource.
| |||||||||||
Sets whether the resource has been viewed.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets the description for the resource.
Sets the text to be indexed for the resource.
Sets the date when the user most recently viewed the resource.
If true, the file's contents will be kept up to date locally and thus the contents will be available when the device is offline. Pinning a file uses bandwidth and storage space, so it should only be done in response to an explicit user request.
Note that only files where
isPinnable()
is true can be pinned.
Sets whether the resource will be starred.
Sets whether the resource has been viewed.