Page Summary
-
The
DriveApi.MetadataBufferResultinterface is deprecated and will be turned down on December 6, 2019. -
Users should migrate to the REST API and consult the migration guide for instructions.
-
This interface represents a result containing a
MetadataBuffer. -
It includes a public method
getMetadataBuffer()to retrieve theMetadataBuffer. -
The interface inherits methods
getStatus()andrelease()fromResultandReleasable.
This interface is deprecated.
The Google Drive Android API is deprecated and will be turned down on December 6, 2019.
See the migration guide for
instructions on migrating to the REST API.
Result that contains a MetadataBuffer.
Public Method Summary
| abstract MetadataBuffer |
Inherited Method Summary
Public Methods
public abstract MetadataBuffer getMetadataBuffer ()
Returns
- The MetadataBuffer result, or
nullif the status is notsuccess.