为什么API Explorer中没有Datastore Admin API导出/导入?

时间:2018-03-19 13:09:59

标签: google-api google-cloud-datastore google-apis-explorer

有没有人知道为什么数据存储管理API #ifndef __MAIN_H__ #define __MAIN_H__ #include <windows.h> /* To use this exported function of dll, include this header * in your project. */ #ifdef BUILD_DLL #define DLL_EXPORT __declspec(dllexport) #else #define DLL_EXPORT __declspec(dllimport) #endif #ifdef __cplusplus extern "C" { #endif void DLL_EXPORT SomeFunction(const LPCSTR sometext); #ifdef __cplusplus } #endif #endif // __MAIN_H__ export操作不适用于API资源管理器?

访问API page

同时用于获取长时间运行操作的API is available

Error initializing the APIs Explorer

2 个答案:

答案 0 :(得分:5)

我们推迟配置更改以使其显示在资源管理器中。 [正在努力!]

答案 1 :(得分:1)

这很可能是因为最近添加的导出/导入功能仍在进行中。

在悬停时!弹出的New!徽章在Exporting and Importing Entities左侧导航栏中仍然可见:

enter image description here