DriveApi.MetadataBufferResult
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The DriveApi.MetadataBufferResult interface 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 the MetadataBuffer.
The interface inherits methods getStatus() and release() from Result and Releasable.
public static interface DriveApi.MetadataBufferResult implements ResultReleasable
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `DriveApi.MetadataBufferResult` interface, now deprecated, previously provided a `MetadataBuffer` result within the Google Drive Android API. It included a method `getMetadataBuffer()` to retrieve the `MetadataBuffer` or null if unsuccessful. It also inherited `getStatus()` from the `Result` interface and `release()` from the `Releasable` interface. This API is being turned down, and users are advised to migrate to the REST API.\n"]]