File tree Expand file tree Collapse file tree
api_dev/src/main/java/com/google/appengine/api
api/src/main/java/com/google/appengine/api/datastore
runtime/impl/src/test/java/com/google/apphosting/runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727import com .google .appengine .api .datastore .Query .FilterOperator ;
2828import com .google .appengine .api .utils .FutureWrapper ;
2929import com .google .apphosting .api .ApiProxy .ApiConfig ;
30- import com .google .apphosting .base . protos . api .ApiBasePb .StringProto ;
30+ import com .google .apphosting .api . proto2api .ApiBasePb .StringProto ;
3131import com .google .apphosting .datastore .DatastoreV3Pb ;
3232import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsRequest ;
3333import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsResponse ;
Original file line number Diff line number Diff line change 3333import com .google .appengine .tools .development .LocalRpcService ;
3434import com .google .appengine .tools .development .LocalServiceContext ;
3535import com .google .apphosting .api .ApiProxy ;
36- import com .google .apphosting .base . protos . api .ApiBasePb .VoidProto ;
36+ import com .google .apphosting .api . proto2api .ApiBasePb .VoidProto ;
3737import com .google .apphosting .utils .config .GenerationDirectory ;
3838import com .google .auto .service .AutoService ;
3939import com .google .common .io .ByteStreams ;
Original file line number Diff line number Diff line change 1818
1919import com .google .appengine .api .taskqueue .TaskQueuePb .TaskQueueBulkAddRequest ;
2020import com .google .apphosting .api .ApiProxy ;
21- import com .google .apphosting .base .protos .api .ApiBasePb .Integer64Proto ;
22- import com .google .apphosting .base .protos .api .ApiBasePb .StringProto ;
23- import com .google .apphosting .base .protos .api .ApiBasePb .VoidProto ;
2421import com .google .apphosting .datastore .DatastoreV3Pb ;
2522import com .google .apphosting .datastore .DatastoreV3Pb .CompositeIndices ;
2623import com .google .apphosting .datastore .DatastoreV3Pb .Cursor ;
2926import com .google .apphosting .datastore .DatastoreV3Pb .PutRequest ;
3027import com .google .apphosting .datastore .DatastoreV3Pb .Query ;
3128import com .google .apphosting .datastore .DatastoreV3Pb .Transaction ;
29+ import com .google .apphosting .api .proto2api .ApiBasePb .Integer64Proto ;
30+ import com .google .apphosting .api .proto2api .ApiBasePb .StringProto ;
31+ import com .google .apphosting .api .proto2api .ApiBasePb .VoidProto ;
3232import com .google .protobuf .InvalidProtocolBufferException ;
3333import com .google .protobuf .MessageLite ;
3434import com .google .protobuf .Parser ;
Original file line number Diff line number Diff line change 1818
1919import com .google .appengine .api .taskqueue .TaskQueuePb .TaskQueueBulkAddRequest ;
2020import com .google .appengine .tools .development .LocalRpcService .Status ;
21- import com .google .apphosting .base . protos . api .ApiBasePb .StringProto ;
21+ import com .google .apphosting .api . proto2api .ApiBasePb .StringProto ;
2222import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsRequest ;
2323import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsResponse ;
2424import com .google .apphosting .datastore .DatastoreV3Pb .BeginTransactionRequest ;
Original file line number Diff line number Diff line change 4242import com .google .appengine .tools .development .LocalRpcService .Status ;
4343import com .google .appengine .tools .development .LocalServiceContext ;
4444import com .google .apphosting .api .ApiProxy .ApplicationException ;
45- import com .google .apphosting .base . protos . api .ApiBasePb .Integer64Proto ;
46- import com .google .apphosting .base . protos . api .ApiBasePb .StringProto ;
47- import com .google .apphosting .base . protos . api .ApiBasePb .VoidProto ;
45+ import com .google .apphosting .api . proto2api .ApiBasePb .Integer64Proto ;
46+ import com .google .apphosting .api . proto2api .ApiBasePb .StringProto ;
47+ import com .google .apphosting .api . proto2api .ApiBasePb .VoidProto ;
4848import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsRequest ;
4949import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsResponse ;
5050import com .google .apphosting .datastore .DatastoreV3Pb .BeginTransactionRequest ;
Original file line number Diff line number Diff line change 2121import com .google .appengine .tools .development .LatencyPercentiles ;
2222import com .google .appengine .tools .development .LocalRpcService ;
2323import com .google .apphosting .api .ApiProxy ;
24- import com .google .apphosting .base . protos . api .ApiBasePb .Integer64Proto ;
25- import com .google .apphosting .base . protos . api .ApiBasePb .StringProto ;
26- import com .google .apphosting .base . protos . api .ApiBasePb .VoidProto ;
24+ import com .google .apphosting .api . proto2api .ApiBasePb .Integer64Proto ;
25+ import com .google .apphosting .api . proto2api .ApiBasePb .StringProto ;
26+ import com .google .apphosting .api . proto2api .ApiBasePb .VoidProto ;
2727import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsRequest ;
2828import com .google .apphosting .datastore .DatastoreV3Pb .AllocateIdsResponse ;
2929import com .google .apphosting .datastore .DatastoreV3Pb .BeginTransactionRequest ;
Original file line number Diff line number Diff line change 2525import com .google .appengine .tools .development .LocalRpcService ;
2626import com .google .appengine .tools .development .LocalServiceContext ;
2727import com .google .apphosting .api .ApiProxy ;
28- import com .google .apphosting .base . protos . api .ApiBasePb ;
28+ import com .google .apphosting .api . proto2api .ApiBasePb ;
2929import com .google .auto .service .AutoService ;
3030import com .google .common .base .Ascii ;
3131import com .google .common .collect .ImmutableSet ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ syntax = "proto2";
2323
2424package java.apphosting.base ;
2525
26- option java_package = "com.google.apphosting.base.protos. api" ;
26+ option java_package = "com.google.apphosting.api.proto2api " ;
2727option java_outer_classname = "ApiBasePb" ;
2828
2929message StringProto {
Original file line number Diff line number Diff line change 5050import com .google .apphosting .base .protos .TraceEvents .TraceEventsProto ;
5151import com .google .apphosting .base .protos .TraceId ;
5252import com .google .apphosting .base .protos .TracePb .TraceContextProto ;
53- import com .google .apphosting .base . protos . api .ApiBasePb .DoubleProto ;
54- import com .google .apphosting .base . protos . api .ApiBasePb .Integer32Proto ;
55- import com .google .apphosting .base . protos . api .ApiBasePb .StringProto ;
56- import com .google .apphosting .base . protos . api .ApiBasePb .VoidProto ;
53+ import com .google .apphosting .api . proto2api .ApiBasePb .DoubleProto ;
54+ import com .google .apphosting .api . proto2api .ApiBasePb .Integer32Proto ;
55+ import com .google .apphosting .api . proto2api .ApiBasePb .StringProto ;
56+ import com .google .apphosting .api . proto2api .ApiBasePb .VoidProto ;
5757import com .google .apphosting .runtime .anyrpc .APIHostClientInterface ;
5858import com .google .apphosting .runtime .anyrpc .AnyRpcCallback ;
5959import com .google .apphosting .runtime .anyrpc .AnyRpcClientContext ;
You can’t perform that action at this time.
0 commit comments