gpt4 book ai didi

java - 如何在 google 端点中使用 protobuf

转载 作者:行者123 更新时间:2023-12-02 05:29:09 27 4
gpt4 key购买 nike

我正在编写 Google Endpoints 应用程序,我想在我的 @Api 类中返回 protobuf 对象。

我一直收到此错误:

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.

这是我的代码:

@Api( ... )
public class CityApi {

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

最佳答案

How to use protobuf in google endpoints

你不能

关于java - 如何在 google 端点中使用 protobuf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25710592/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com