Content Service
コンテンツ
このサービスを使用すると、スクリプトでさまざまな形式のテキストを提供できます。たとえば、テキスト、
XML、JSON などですこちらのガイド
コンテンツ サービス。もし
次のスクリプトをウェブアプリとしてデプロイします。
「Hello, world!」と表示されます。場合:
function doGet() {
return ContentService.createTextOutput('Hello, world!');
}
クラス
プロパティ
プロパティ | タイプ | 説明 |
CSV | Enum | CSV MIME タイプ |
ICAL | Enum | ICAL MIME タイプ |
JAVASCRIPT | Enum | JAVASCRIPT MIME タイプ |
JSON | Enum | JSON MIME タイプ |
TEXT | Enum | TEXT MIME タイプ |
VCARD | Enum | VCARD MIME タイプ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["The Content Service enables scripts to serve content like text, XML, or JSON, offering flexibility in data delivery."],["Developers can utilize the ContentService class to generate and manipulate text output within their scripts."],["MimeType aids in specifying the desired format for content delivery, accommodating various data types like CSV, JSON, and more."],["The TextOutput class provides methods for managing the content, allowing for appending, clearing, and setting the output's format."],["Content served through scripts can be customized for display in browsers or downloaded as files, offering versatile content handling."]]],[]]