IndexTranslator (Google App Engine API for Java)

com.google.appengine.api.datastore

Class IndexTranslator

  • java.lang.Object
    • com.google.appengine.api.datastore.IndexTranslator


  • public class IndexTranslator
    extends java.lang.Object
    Helper class to translate between Index to com.google.storage.onestore.v3.OnestoreEntity.Index.
    • Constructor Detail

      • IndexTranslator

        public IndexTranslator()
    • Method Detail

      • convertToPb

        public static OnestoreEntity.Index convertToPb(Index index)
      • convertToPb

        public static OnestoreEntity.Index.Property convertToPb(Index.Property property)
      • convertFromPb

        public static Index convertFromPb(OnestoreEntity.CompositeIndex ci)
      • convertFromPb

        public static Index.Property convertFromPb(OnestoreEntity.Index.Property property)
      • convertFromPb

        public static Index convertFromPb(OnestoreEntity.Index index)