Class QueryOnlyCustomerDocumentChecker (2.0.0)

public class QueryOnlyCustomerDocumentChecker

This class performs DocumentPb.Document validity checks for search customers that only use the query API.

Inheritance

java.lang.Object > QueryOnlyCustomerDocumentChecker

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
NameDescription
pbcom.google.apphosting.api.search.DocumentPb.Document

the DocumentPb.Document protocol buffer to check.

Constructors

QueryOnlyCustomerDocumentChecker()

public QueryOnlyCustomerDocumentChecker()