API 与参考文档
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],[],[[["\u003cp\u003eGo libraries offer high-level API abstractions for easy access to Google Cloud services.\u003c/p\u003e\n"],["\u003cp\u003eThe App Engine Admin API allows management of applications via REST and RPC APIs.\u003c/p\u003e\n"],["\u003cp\u003eApp Engine uses configuration files like \u003ccode\u003eapp.yaml\u003c/code\u003e, \u003ccode\u003ecron.yaml\u003c/code\u003e, \u003ccode\u003edispatch.yaml\u003c/code\u003e, and \u003ccode\u003eindex.yaml\u003c/code\u003e to manage deployed versions, scheduled tasks, request routing, and data indexes, respectively.\u003c/p\u003e\n"],["\u003cp\u003eApp Engine has specific HTTP headers, request, and response limitations, as detailed in the documentation.\u003c/p\u003e\n"]]],[],null,["# APIs & Reference\n\nAPIs and Go Libraries\n---------------------\n\n- [### All APIs and Libraries for Go\n A client library that embraces idioms of Go and provides\n high-level API abstractions so that you can easily access Google Cloud\nservices.](/go/docs/reference) \n\nAdmin API\n---------\n\n- [### App Engine Admin API\n Use the REST and RPC APIs with any programming language to\nmanage your App Engine applications.](/appengine/docs/admin-api/apis) \n\nConfiguration Files\n-------------------\n\n- [### app.yaml\n Details about the configuration file that is used to\n configure App Engine deployed versions.](/appengine/docs/legacy/standard/go111/config/appref)\n- [### cron.yaml\n Details about the configuration file that is used to\n configure regularly scheduled tasks on App Engine.](/appengine/docs/legacy/standard/go111/scheduling-jobs-with-cron-yaml)\n- [### dispatch.yaml\n Details about the configuration file that is used to\n route incoming requests to a specific service based on the path or hostname\n in the URL.](/appengine/docs/legacy/standard/go111/reference/dispatch-yaml)\n- [### index.yaml\n Details about the configuration file used to define the\nDatastore indexes of the data in your app.](/appengine/docs/legacy/standard/go111/configuring-datastore-indexes-with-index-yaml) \n\nRequest Headers and Responses\n-----------------------------\n\n- [### Request Headers and Responses\n Details about what HTTP headers are supported as well as\n the request and response limits in App Engine.](/appengine/docs/legacy/standard/go111/reference/request-response-headers)"]]