여러 작업에 적용되는 API 호출은 여러 청구 가능 작업으로 간주됩니다. 예를 들어 작업 25개를 가져오는 하나의 list 요청에는 청구 가능한 작업 25개에 해당하는 요금이 부과됩니다.
작업은 가격 산정을 위해 크기(32KB)를 기준으로 분할됩니다. 예를 들어 96KB의 작업을 대기열에 추가하면 3개의 청구 가능한 작업을 생성하므로 대기열에 각각 32KB의 개별 작업 3개를 추가하는 것과 동일하게 청구됩니다.
모든 다른 API 호출과 내보내기 전달 시도에도 동일한 청구 방식이 적용됩니다.
모든 API 호출은 1개 이상의 청구 가능한 작업으로 간주되며 작업을 반환하지 않는 ListTasks 요청도 마찬가지입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],[],[],[],null,["# Pricing\n\nCloud Tasks pricing\n===================\n\nA **billable operation** is an API call or push delivery attempt.\n\nNotes:\n\n1. API calls that work on multiple tasks are accounted for as multiple billable operations; e.g. one list request fetching 25 tasks is charged as 25 billable operations.\n\n2. For pricing purposes, tasks are chunked by size (32KB). For example, adding a\n task of 96KB to a queue produces 3 billable operations, so it is\n billed the same way as adding 3 separate tasks under 32KB each to the queue.\n This holds true for all other API calls and push delivery attempts.\n\n3. Every API call is at least one billable operation, including `ListTasks` requests\n that return no tasks.\n\n4. When using HTTP Targets tasks, regular network costs apply.\n\nWhat's next\n-----------\n\n- Read the [Cloud Tasks documentation](/tasks/docs).\n- Get started with [Cloud Tasks](/tasks/docs/add-task-queue).\n- Try the [Pricing calculator](/products/calculator).\n- Learn about [Cloud Tasks solutions and use cases](/architecture?text=Cloud Tasks).\n\n#### Request a custom quote\n\nWith Google Cloud's pay-as-you-go pricing, you only pay for the services you use. Connect with our sales team to get a custom quote for your organization.\n[Contact sales](/contact?direct=true)"]]