ListSettingsResponse
Stay organized with collections
Save and categorize content based on your preferences.
The response from settings.list.
JSON representation |
{
"settings": [
{
object (Setting )
}
],
"nextPageToken": string
} |
Fields |
settings[] |
object (Setting )
A list of settings that are available at the specified Cloud resource.
|
nextPageToken |
string
Unused. A page token used to retrieve the next page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-05-25 UTC."],[[["The settings.list response provides a list of settings available for a specified Cloud resource in JSON format."],["The response includes a `settings` field containing an array of Setting objects and a currently unused `nextPageToken` field."]]],["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"]]