2014-09-07 4 views
0

Google Endpoints 애플리케이션을 작성 중이며 protobuf 객체를 내 @Api 클래스에 반환하고 싶습니다. Google 엔드 포인트에서 protobuf를 사용하는 방법

나는이 오류지고있어 모든 시간 :

@Api(...) 
public class CityApi { 

    public List<MainProto.City> getCities() { 
     return new ArrayList<MainProto.City>(); 
    } 
} 

답변

2

How to use protobuf in google endpoints

당신은 할 수 없습니다

: 이것은 내 코드입니다

Error:Gradle: Execution failed for task ':ExploreBackend:appengineEndpointsGetClientLibs'. There was an error running endpoints command get-client-lib: Object type ? extends xxx.model.proto.MainProtos$PlaceOrBuilder not supported.