java.lang.Object | |
↳ | com.google.android.gms.drive.Metadata |
The details of a Drive file or folder.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CONTENT_AVAILABLE_LOCALLY | The content is available on the device. | |||||||||
int | CONTENT_NOT_AVAILABLE_LOCALLY | The content is not available on the device. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a link for opening the file using a relevant Google editor or viewer.
| |||||||||||
Returns
CONTENT_NOT_AVAILABLE_LOCALLY when the content is not available on
the device or CONTENT_AVAILABLE_LOCALLY when the content is available on the
device. | |||||||||||
Returns the create time for this resource.
| |||||||||||
Gets all custom properties and their associated values.
| |||||||||||
A short description of the resource.
| |||||||||||
Returns the id of the resource
| |||||||||||
A link for embedding the file.
| |||||||||||
The file extension used when downloading this file.
| |||||||||||
The size of the file in bytes.
| |||||||||||
Returns the last time this resource was viewed by the user or
null if the user
never viewed this resource. | |||||||||||
Returns the MIME type of the resource
| |||||||||||
Returns the last time this resource was modified by the user or
null if the user
never modified this resource. | |||||||||||
Returns the last time this resource was modified by anyone.
| |||||||||||
The original filename if the file was uploaded manually, or the original title if the file
was inserted through the API.
| |||||||||||
The number of quota bytes used by this file.
| |||||||||||
Returns the time at which this resource was shared with the user or
null if the
user is the owner of this resource. | |||||||||||
Returns the title of the resource
| |||||||||||
A link for downloading the content of the file in a browser using cookie based
authentication.
| |||||||||||
A link only available on public folders for viewing their static web assets (HTML, CSS, JS,
etc) via Google Drive's Website Hosting.
| |||||||||||
Returns true if this resource can be edited by the current user.
| |||||||||||
Returns true if this resource has been explicitly trashed, as opposed to recursively trashed.
| |||||||||||
Returns true if this Metadata is for a folder.
| |||||||||||
Returns true if this resource is in the Application Folder.
| |||||||||||
Returns true if the resource can be pinned.
| |||||||||||
Returns true if this resource has been pinned (a request has been made to make the content
available offline).
| |||||||||||
Whether viewers are prevented from downloading this file.
| |||||||||||
Returns true if this resource is a shared resource.
| |||||||||||
Returns true if this resource is starred by the user.
| |||||||||||
Returns true if this resource can be trashed by this user.
| |||||||||||
Returns true if this resource has been trashed.
| |||||||||||
Whether this file has been viewed by this user.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The content is available on the device.
The content is not available on the device.
Returns a link for opening the file using a relevant Google editor or viewer.
Returns | |
---|---|
String |
Returns CONTENT_NOT_AVAILABLE_LOCALLY
when the content is not available on
the device or CONTENT_AVAILABLE_LOCALLY
when the content is available on the
device.
Returns | |
---|---|
int |
Returns the create time for this resource.
Returns | |
---|---|
Date |
Gets all custom properties and their associated values.
Returns | |
---|---|
Map<CustomPropertyKey, String> |
A short description of the resource.
Returns | |
---|---|
String |
A link for embedding the file.
Returns | |
---|---|
String |
The file extension used when downloading this file.
Returns | |
---|---|
String |
The size of the file in bytes. Will return 0 for a folder.
This is only populated for files with content stored in Drive.
Returns | |
---|---|
long |
Returns the last time this resource was viewed by the user or null
if the user
never viewed this resource.
Returns | |
---|---|
Date |
Returns the MIME type of the resource
Returns | |
---|---|
String |
Returns the last time this resource was modified by the user or null
if the user
never modified this resource.
Returns | |
---|---|
Date |
Returns the last time this resource was modified by anyone.
Returns | |
---|---|
Date |
The original filename if the file was uploaded manually, or the original title if the file was inserted through the API.
Returns | |
---|---|
String |
The number of quota bytes used by this file. Will return 0 for a folder.
Returns | |
---|---|
long |
Returns the time at which this resource was shared with the user or null
if the
user is the owner of this resource.
Returns | |
---|---|
Date |
Returns the title of the resource
Returns | |
---|---|
String |
A link for downloading the content of the file in a browser using cookie based authentication.
Returns | |
---|---|
String |
A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
Returns | |
---|---|
String |
Returns true if this resource can be edited by the current user.
Returns | |
---|---|
boolean |
Returns true if this resource has been explicitly trashed, as opposed to recursively trashed. This will return false if the file is not trashed.
Returns | |
---|---|
boolean |
Returns true if this Metadata is for a folder.
Returns | |
---|---|
boolean |
Returns true if this resource is in the Application Folder.
The App Folder contains hidden files stored in a user's Drive that are only accessible to the creating app. @see https://developers.google.com/drive/appdata
Returns | |
---|---|
boolean |
Returns true if the resource can be pinned. Folders and some shortcut app MIME types are pinnable.
Returns | |
---|---|
boolean |
Returns true if this resource has been pinned (a request has been made to make the content available offline).
Returns | |
---|---|
boolean |
Whether viewers are prevented from downloading this file.
Returns | |
---|---|
boolean |
Returns true if this resource is a shared resource.
Returns | |
---|---|
boolean |
Returns true if this resource is starred by the user.
Returns | |
---|---|
boolean |
Returns true if this resource can be trashed by this user.
Returns | |
---|---|
boolean |
Returns true if this resource has been trashed.
Returns | |
---|---|
boolean |
Whether this file has been viewed by this user.
Returns | |
---|---|
boolean |