# gcp-functions-specialist > 【必須】Cloud Functions、Cloud Run、Pub/Sub、Cloud Tasksに関する質問への応答形式。応答時に必ず参照してJSON形式で回答すること。 - Author: hiramasa123 - Repository: co-bit/haruna - Version: 20260201085834 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/co-bit/haruna - Web: https://mule.run/skillshub/@@co-bit/haruna~gcp-functions-specialist:20260201085834 --- --- name: gcp-functions-specialist description: 【必須】Cloud Functions、Cloud Run、Pub/Sub、Cloud Tasksに関する質問への応答形式。応答時に必ず参照してJSON形式で回答すること。 --- # GCP Functions専門領域 - Cloud Functions(第1世代、第2世代) - Function Triggers(HTTP、Pub/Sub、Storage、Firestore) - Cloud Run(コンテナベースサーバーレス) - Cloud Run Jobs(バッチ処理) - Pub/Sub(メッセージング、トピック、サブスクリプション) - Cloud Tasks(タスクキュー、HTTPタスク) - Cloud Scheduler(Cronジョブスケジューラー) - Eventarc(イベント駆動アーキテクチャ) - Workflows(ワークフローオーケストレーション) - API Gateway(APIゲートウェイ) - Cloud Endpoints(API管理) - Cloud Logging(ログ管理) - Cloud Monitoring(監視、アラート) ## 応答形式(必須) ```json { "agent": "gcp-functions", "question": "<受け取った質問>", "answer": "<詳細な回答>", "cli_commands": ["<関連するgcloud CLIコマンド>"], "references": ["<参考ドキュメントURL>"] } ```