Cloud Endpoints는 애플리케이션이 API를 호출하는 속도를 제어할 수 있도록 할당량을 제공합니다. 할당량을 설정하면 사용량 한도를 지정하여 호출 애플리케이션의 과도한 요청으로부터 API를 보호할 수 있습니다. 과도한 요청은 단순한 철자 오류로 인해 또는 불필요하게 API를 호출하는 비효율적으로 설계된 시스템으로 인해 발생할 수 있습니다. 원인과 무관하게 API를 전반적으로 정상 상태로 유지하려면 특정 소스의 트래픽이 일정 수준에 도달할 때 트래픽을 차단해야 합니다. 할당량을 설정하면 한 애플리케이션이 API를 사용하는 다른 애플리케이션에 부정적인 영향을 주지 않도록 할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis is a Beta feature, governed by the "Pre-GA Offerings Terms," available "as is," and may have limited support, as detailed in the launch stage descriptions.\u003c/p\u003e\n"],["\u003cp\u003eCloud Endpoints provides quota controls that allow you to limit the rate at which applications can call your API.\u003c/p\u003e\n"],["\u003cp\u003eSetting quotas is important for preventing excessive requests and protecting your API's health from a specific application impacting the API performance for other applications.\u003c/p\u003e\n"],["\u003cp\u003eDetailed quota information can be found in the documentation for OpenAPI, gRPC, and Frameworks implementations.\u003c/p\u003e\n"]]],[],null,["# Cloud Endpoints Quotas\n\n| **Beta**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nCloud Endpoints provides quotas, which let you control the rate at which\napplications can call your API. Setting a quota allows you to specify usage\nlimits to protect your API from an excessive number of requests from\ncalling applications. The excessive requests might have been caused\nby a simple typo or from an inefficiently designed system that makes needless\ncalls to your API. Regardless of the cause, blocking traffic from a specific\nsource once it reaches a certain level is necessary for the overall health of\nyour API. By setting a quota, you ensure that one application cannot negatively\nimpact other applications that use your API.\n\nTo learn more about quotas, see the \"About Quotas\" page in the documentation for\nyour API implementation:\n\n- [Endpoints OpenAPI documentation](/endpoints/docs/openapi/quotas-overview)\n- [Endpoints gRPC documentation](/endpoints/docs/grpc/quotas-overview)\n- [Endpoints Frameworks documentation](/endpoints/docs/frameworks/quotas-overview)"]]