File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
com/google/datastore/snippets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030import com .google .cloud .datastore .DatastoreOptions ;
3131import com .google .cloud .datastore .Entity ;
3232import com .google .cloud .datastore .EntityQuery ;
33+ import com .google .cloud .datastore .FindNearest ;
3334import com .google .cloud .datastore .FullEntity ;
3435import com .google .cloud .datastore .IncompleteKey ;
3536import com .google .cloud .datastore .Key ;
3637import com .google .cloud .datastore .KeyFactory ;
3738import com .google .cloud .datastore .KeyQuery ;
3839import com .google .cloud .datastore .ListValue ;
39- import com .google .cloud .datastore .VectorValue ;
40- import com .google .cloud .datastore .FindNearest ;
4140import com .google .cloud .datastore .PathElement ;
4241import com .google .cloud .datastore .ProjectionEntity ;
4342import com .google .cloud .datastore .Query ;
4948import com .google .cloud .datastore .StructuredQuery .OrderBy ;
5049import com .google .cloud .datastore .StructuredQuery .PropertyFilter ;
5150import com .google .cloud .datastore .Transaction ;
51+ import com .google .cloud .datastore .VectorValue ;
5252import com .google .cloud .datastore .testing .LocalDatastoreHelper ;
5353import com .google .common .collect .ImmutableList ;
5454import com .google .common .collect .ImmutableMap ;
You can’t perform that action at this time.
0 commit comments