pull タスクの作成
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
pull キューを作成したら、タスクを作成してキューに追加できます。
まず、queue.yaml
で定義されているキューの名前が必要になります。次に、Method
を PULL
に設定します。次の例では、pull-queue
という名前の pull キューにタスクを配置します。
次のステップ
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-04-07 UTC。
[[["わかりやすい","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-04-07 UTC。"],[[["Pull queues require prior creation before tasks can be added."],["The queue's name, defined in `queue.yaml`, is necessary for adding tasks."],["Setting the `Method` to `PULL` is required when adding tasks to a pull queue."],["Tasks are added to a pull queue using `taskqueue.Add`, as demonstrated in the example with `pull-queue`."]]],[]]