Hi.
I have problem with using protobuffs with Google Endpoints. The problem is 
that I'm unable to create api method because my protobuf is not annotated 
with @Entity
*.*My code:









*@Api( ... )public class CityApi {    public List<MainProto.City> 
getCities() {        return new ArrayList<MainProto.City>();    }}*Error:

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. 

Stackoverflow : 
http://stackoverflow.com/questions/25710592/how-to-use-protobuf-in-google-endpoints

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to