public class QueryOnlyCustomerDocumentCheckerThis class performs DocumentPb.Document validity checks for search customers that only use the query API.
Static Methods
checkValid(DocumentPb.Document pb)
public static void checkValid(DocumentPb.Document pb)Checks whether a DocumentPb.Document has a valid set of fields for clients that only use the search query API.
| Parameter | |
|---|---|
| Name | Description |
pb |
com.google.apphosting.api.search.DocumentPb.Documentthe DocumentPb.Document protocol buffer to check. |
Constructors
QueryOnlyCustomerDocumentChecker()
public QueryOnlyCustomerDocumentChecker()