Class IndexTranslator
- java.lang.Object
-
- com.google.appengine.api.datastore.IndexTranslator
-
-
Constructor Summary
Constructors Constructor Description IndexTranslator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IndexconvertFromPb(com.google.storage.onestore.v3.OnestoreEntity.CompositeIndex ci)static IndexconvertFromPb(com.google.storage.onestore.v3.OnestoreEntity.Index index)static Index.PropertyconvertFromPb(com.google.storage.onestore.v3.OnestoreEntity.Index.Property property)static com.google.storage.onestore.v3.OnestoreEntity.IndexconvertToPb(Index index)static com.google.storage.onestore.v3.OnestoreEntity.Index.PropertyconvertToPb(Index.Property property)
-
-
-
Method Detail
-
convertToPb
public static com.google.storage.onestore.v3.OnestoreEntity.Index convertToPb(Index index)
-
convertToPb
public static com.google.storage.onestore.v3.OnestoreEntity.Index.Property convertToPb(Index.Property property)
-
convertFromPb
public static Index convertFromPb(com.google.storage.onestore.v3.OnestoreEntity.CompositeIndex ci)
-
convertFromPb
public static Index.Property convertFromPb(com.google.storage.onestore.v3.OnestoreEntity.Index.Property property)
-
convertFromPb
public static Index convertFromPb(com.google.storage.onestore.v3.OnestoreEntity.Index index)
-
-