SearchSettingValuesResponse
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
התגובה מההגדרה settings.search.
ייצוג ב-JSON |
{
"settingValues": [
{
object (SettingValue )
}
],
"nextPageToken": string
} |
שדות |
settingValues[] |
object (SettingValue )
כל ערכי ההגדרות שקיימים במשאב Cloud שצוין.
|
nextPageToken |
string
לא בשימוש. אסימון דף שמשמש לאחזור הדף הבא.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-26 (שעון 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"]]