com.google.android.gms.drive.metadata
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
CustomPropertyKey
|
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."],[[["The `MetadataField` interface serves as the foundation for searchable and sortable metadata fields within Google Drive."],["`SearchableMetadataField` enables filtering file query results, while `SortableMetadataField` allows sorting them."],["`SearchableCollectionMetadataField` is designed for metadata fields containing collections of values."],["`SearchableOrderedMetadataField` handles ordered values like dates and facilitates range-based queries."],["`CustomPropertyKey` represents the key in a key-value pair for custom file properties, enabling serialization."]]],["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"]]