SearchSettingValuesResponse
Stay organized with collections
Save and categorize content based on your preferences.
The response from settings.search.
JSON representation |
{
"settingValues": [
{
object (SettingValue )
}
],
"nextPageToken": string
} |
Fields |
settingValues[] |
object (SettingValue )
All setting values that exist on 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."],[[["This content describes the JSON representation of settings retrieved from `settings.search`."],["The response includes an array of `settingValues`, each representing a setting on the Cloud resource, and a currently unused `nextPageToken` field."],["Each `settingValue` object conforms to the `SettingValue` schema detailed in external documentation."]]],["The `settingValues` array contains objects representing all setting values present on a specified Cloud resource. Each object conforms to the `SettingValue` schema. The `nextPageToken` field, though present, is currently unused for pagination and is a string type. The response is designed to present settings for resource and provides potential for future pagination implementation.\n"]]