DriveApi.MetadataBufferResult

  • 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 Result Releasable

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 null if the status is not success.