ListSettingsResponse
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
| JSON 表現 |
{
"settings": [
{
object (Setting)
}
],
"nextPageToken": string
} |
| フィールド |
settings[] |
object (Setting)
指定された Cloud リソースで使用可能な設定のリスト。
|
nextPageToken |
string
未使用。次のページを取得するために使用されるページトークン。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The `settings.list` response provides a JSON representation with two key fields: `settings[]` and `nextPageToken`. The `settings[]` field contains an array of `Setting` objects, representing available settings at a specified Cloud resource. `nextPageToken` is a string field designed for pagination, but it is currently listed as unused in this context. The response essentially lists resource settings.\n"]]