[[["わかりやすい","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"]],["最終更新日 2025-03-06 UTC。"],[[["`tables.create` generates a temporary ID representing a table derived from a provided expression and output options."],["This ID can be used with `GetTableFeatures` to retrieve the entire table data, facilitating complex data fetching."],["This two-step process offers advantages over `ComputeFeatures`, such as bypassing pagination and broader access via API keys."],["Authorization is required for `tables.create`, using OAuth scopes like `https://www.googleapis.com/auth/earthengine` or similar."],["The API endpoint for this functionality is `POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/tables`."]]],["`tables.create` generates an ID representing a table from an expression and output options. This ID, valid for a few hours, is used with `GetTableFeatures` to retrieve the entire table data. `tables.create` and `GetTableFeatures` allow for complex expressions and broader access through API keys, unlike `ComputeFeatures` that is limited to OAuth tokens and requires pagination to fetch the features entirely. The POST request to `tables.create` contains an instance of a Table, and upon success, the response returns a new Table instance.\n"]]