-
0 votes0 answers1536 views
仅在我的项目中调用安全GAE方法
我的项目有Google Cloud Functions和GAE实例(Flexible Nodejs)我需要保护我的GAE实例的一个方法只能在我的项目中调用 - 这个调用将从GCF实例执行 . 据我所知,我需要使用GCP endpoin... -
0 votes1 answers1556 views
您如何坚持并搜索具有多个电子邮件地址的实体?
以下代码失败,因为电子邮件字段实际上是一个列表,我想知道在app引擎中处理这个的正确/有效/惯用方法是什么? type Person struct { Name string Company string ... -
0 votes0 answers519 views
谷歌 Cloud 平台中的磁盘加密,客户提供密钥故障
我正在使用google客户端api for java并集成我的示例代码以在google cloud中启动一个新实例 . 这里我只是检查了获得解决方案的所有可能性但未成功 System.out.println("============... -
0 votes0 answers810 views
需要有关flex实例的计划设置的建议
我有一个并不总是打开的flex实例 . 我需要一个建议,如何配置一个实例,以便在高峰时段始终在实例上? 提前致谢 -
0 votes0 answers1439 views
无法在Google Cloud Platform中确定合适的驱动程序类
在运行我的spring-boot应用程序时,它会在google cloud上引发以下错误 . Caused by: org.springframework.beans.BeanInstantiationException: Faile... -
0 votes2 answers1773 views
如何保护被称为任务的Google Cloud endpoints 方法?
我有一个Android应用程序与我的Google Cloud 终端后端交谈 . 在其中一个 endpoints 方法中,我正在关闭推送到队列的“任务” . 该任务由另一个 endpoints 方法处理,例如“/ taskendpoin... -
2 votes3 answers909 views
如何使用GAE / Cloud Endpoints API方法将图像上传到Google Cloud 端存储
有没有人有一个GAE / Cloud Endpoints API方法(用Java)的例子,它可以从Android应用程序中获取图像并将其上传到Google Cloud 端存储? 我似乎无法找到关于如何做到这一点的任何样本,但根据我的理... -
2 votes2 answers359 views
是否可以将Google App Engine与Google Cloud VPN配合使用?
谷歌的文档并不是很清楚 . 这里(https://cloud.google.com/compute/docs/vpn/overview)它说 Google Cloud VPN通过IPsec VPN连接将现有网络安全地连接到您的Goog... -
1 votes1 answers1308 views
缓存Google Cloud Endpoints?
是否会缓存对 Cloud endpoints 的请求? The official docs对此事有点启发 . 文档如下: Cloud Endpoints使用分布式可扩展服务代理提供低延迟和高性能,即使是最苛刻的API也能提供服务 . ... -
1 votes3 answers453 views
如何验证谷歌 Cloud 功能以访问安全的应用引擎 endpoints
Google Cloud 端平台引入了身份识别代理,用于保护App Engine灵活环境实例免受公共访问 . 但是,如果能够或应该从访问GAE托管API endpoints 的Google Cloud Functions中使用它,则尚...