Slides API로 특정 작업을 완료하는 방법은 여러 가지가 있습니다. 가능하면 일괄 메서드 presentations.batchUpdate를 사용하여 여러 업데이트 요청을 단일 메서드 호출로 번들로 묶습니다.
이렇게 하면 클라이언트 HTTP 오버헤드가 줄고 쿼리 수가 줄며 프레젠테이션의 버전 수가 최소화되고 모든 변경사항이 원자적으로 적용됩니다.
성능을 더욱 개선하려면 프레젠테이션, 페이지, 페이지 요소를 읽고 업데이트할 때 필드 마스크를 사용하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-21(UTC)"],[[["This section provides sample applications and recipes demonstrating how to use the Google Slides API to automate presentation tasks."],["A codelab is available to guide you through building a custom presentation tool using the Slides API and BigQuery."],["Numerous recipes are categorized for easy access, covering tasks like reading/writing data, manipulating elements, and managing slides/tables."],["The `presentations.batchUpdate` method is recommended for bundling multiple update requests to enhance efficiency."],["Utilize field masks to optimize performance when reading and updating presentations, pages, and elements."]]],[]]