インターフェース ResponseObject
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
コールバック メソッドに渡されるレスポンス オブジェクト。
署名
interface ResponseObject
プロパティの署名
名前 |
説明 |
action |
ユーザーがダイアログを閉じるために行った操作を表す型。 |
docs |
ユーザーが選択した DocumentObject の配列。 |
parents |
選択したアイテムの親フォルダ。 |
viewToken |
ユーザーがこれらのアイテムを選択したビュー。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Interface ResponseObject\n\nThe response object passed to the callback method.\n\nSignature\n---------\n\n interface ResponseObject\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|--------------------------------------------------|-------------------------------------------------------------------------|\n| [`action`](./picker.responseobject.action) | A type representing the action taken by the user to dismiss the dialog. |\n| [`docs`](./picker.responseobject.docs) | An array of `DocumentObject`s selected by the user. |\n| [`parents`](./picker.responseobject.parents) | The parent folders for the selected items. |\n| [`viewToken`](./picker.responseobject.viewtoken) | The view the user selected these items from. |"]]