com.google.android.gms.drive.metadata
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
The key to a Custom File Property key-value pair
that can be serialized in a Parcel
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eMetadataField\u003c/code\u003e interface serves as the foundation for searchable and sortable metadata fields within Google Drive.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchableMetadataField\u003c/code\u003e enables filtering file query results, while \u003ccode\u003eSortableMetadataField\u003c/code\u003e allows sorting them.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchableCollectionMetadataField\u003c/code\u003e is designed for metadata fields containing collections of values.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchableOrderedMetadataField\u003c/code\u003e handles ordered values like dates and facilitates range-based queries.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCustomPropertyKey\u003c/code\u003e represents the key in a key-value pair for custom file properties, enabling serialization.\u003c/p\u003e\n"]]],["The core content describes interfaces and a class related to metadata within a file system. `MetadataField` serves as a base for `SearchableMetadataField` and `SortableMetadataField`. `SearchableCollectionMetadataField` manages fields containing multiple values. `SearchableMetadataField` filters query results, while `SearchableOrderedMetadataField` supports range queries on ordered data. `SortableMetadataField` allows sorting query results. `CustomPropertyKey` represents a key for custom, serializable file property key-value pairs.\n"],null,["# com.google.android.gms.drive.metadata\n\n### Interfaces\n\n|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [MetadataField](/android/reference/com/google/android/gms/drive/metadata/MetadataField)\\\u003cT\\\u003e | Base interface for the [SearchableMetadataField](/android/reference/com/google/android/gms/drive/metadata/SearchableMetadataField) and [SortableMetadataField](/android/reference/com/google/android/gms/drive/metadata/SortableMetadataField) interfaces. |\n| [SearchableCollectionMetadataField](/android/reference/com/google/android/gms/drive/metadata/SearchableCollectionMetadataField)\\\u003cT\\\u003e | Interface for metadata fields which hold a collection of values. |\n| [SearchableMetadataField](/android/reference/com/google/android/gms/drive/metadata/SearchableMetadataField)\\\u003cT\\\u003e | Interface for metadata fields that can be used to filter results as part of file queries. |\n| [SearchableOrderedMetadataField](/android/reference/com/google/android/gms/drive/metadata/SearchableOrderedMetadataField)\\\u003cT\\\u003e | Interface for metadata fields which holds an ordered value (such as a date) and which can be used for range queries. |\n| [SortableMetadataField](/android/reference/com/google/android/gms/drive/metadata/SortableMetadataField)\\\u003cT\\\u003e | Interface for metadata fields that can be used to sort results of the file queries. |\n\n### Classes\n\n|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| [CustomPropertyKey](/android/reference/com/google/android/gms/drive/metadata/CustomPropertyKey) | The key to a Custom File Property key-value pair that can be serialized in a `Parcel`. |"]]