Searched defs:isRequired (Results 1 – 9 of 9) sorted by relevance
| /appsearch/compiler/src/main/java/androidx/appsearch/compiler/annotationwrapper/ | ||
| D | DoublePropertyAnnotation.kt | 25 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.DoublePropertyAnnotation |
| D | BytesPropertyAnnotation.kt | 25 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.BytesPropertyAnnotation |
| D | BooleanPropertyAnnotation.kt | 25 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.BooleanPropertyAnnotation |
| D | BlobHandlePropertyAnnotation.kt | 26 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.BlobHandlePropertyAnnotation |
| D | EmbeddingPropertyAnnotation.kt | 26 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.EmbeddingPropertyAnnotation |
| D | DataPropertyAnnotation.kt | 113 abstract val isRequired: Boolean constant in androidx.appsearch.compiler.annotationwrapper.DataPropertyAnnotation |
| D | DocumentPropertyAnnotation.kt | 25 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.DocumentPropertyAnnotation |
| D | LongPropertyAnnotation.kt | 29 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.LongPropertyAnnotation |
| D | StringPropertyAnnotation.kt | 29 override val isRequired: Boolean, constant in androidx.appsearch.compiler.annotationwrapper.StringPropertyAnnotation |