Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-mvc/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud endpoints 在哪里可以找到@endpoints.method参数的含义?_Google Cloud Endpoints - Fatal编程技术网

Google cloud endpoints 在哪里可以找到@endpoints.method参数的含义?

Google cloud endpoints 在哪里可以找到@endpoints.method参数的含义?,google-cloud-endpoints,Google Cloud Endpoints,我可以看到下面的@endpoints.method接受几种不同类型的参数 @endpoints.method(message_types.VoidMessage, ProfileForm, path='profile', http_method='POST', name='saveProfile') 我在哪里可以阅读更多关于这些参数是什么以及其他@端点的信息。函数存在以及它们的参数是什么 我在谷歌上搜索了文档,但找到的都是文章和入门指南。我还没有找到任何关于端点函数存在

我可以看到下面的@endpoints.method接受几种不同类型的参数

@endpoints.method(message_types.VoidMessage, ProfileForm,
            path='profile', http_method='POST', name='saveProfile')
我在哪里可以阅读更多关于这些参数是什么以及其他
@端点的信息。
函数存在以及它们的参数是什么

我在谷歌上搜索了文档,但找到的都是文章和入门指南。我还没有找到任何关于端点函数存在、它们返回什么以及它们的参数是什么的全面解释。

已经记录了decorator参数