メソッド DocsView.setFileIds
ビューに含まれるファイル ID を設定します。
署名
setFileIds(fileIds: string): DocsView;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
パラメータ
名前 |
Type |
省略可能 |
説明 |
fileIds
|
string
|
×
|
ファイル ID の文字列。複数のファイル ID を設定する場合は、カンマで区切ってください。ユーザーがアクセス権のないファイルのファイル ID を含めると、そのファイルはビューから除外されます。 |
戻り値
DocsView
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-21 UTC。
[null,null,["最終更新日 2025-01-21 UTC。"],[[["`setFileIds` is a function that sets the file IDs to be included in a `DocsView`."],["The `setFileIds` function takes a mandatory string parameter `fileIds`, which can include multiple comma-separated file IDs."],["If a file ID specified in `fileIds` is not accessible to the user, that file will be excluded from the `DocsView`."],["The `setFileIds` function returns a `DocsView` object."]]],[]]