REST Resource: projects.settings.value
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: SettingsValue
किसी सेटिंग को इंस्टैंशिएशन करना. हर सेटिंग की वैल्यू, उससे जुड़ी सेटिंग के हिसाब से होती है.
जेएसओएन के काेड में दिखाना |
{
"name": string,
"value": {
object (Value )
},
"etag": string,
"readOnly": boolean,
"updateTime": string
} |
फ़ील्ड |
name |
string
सेटिंग वैल्यू के संसाधन का नाम. इनमें से किसी एक फ़ॉर्म में होना चाहिए:
projects/{project_number}/settings/{setting_name}/value
folders/{folder_id}/settings/{setting_name}/value
organizations/{organization_id}/settings/{setting_name}/value
उदाहरण के लिए, "/projects/123/settings/gcp-enableMyFeature/value"
|
value |
object (Value )
सेटिंग की वैल्यू. Value का डेटा प्रकार हमेशा अभिभावक सेटिंग के ज़रिए तय किए गए डेटा के प्रकार से मेल खाना चाहिए.
|
etag |
string
फ़िंगरप्रिंट का एक साथ इस्तेमाल करने के लिए, फ़िंगरप्रिंट का इस्तेमाल किया जाता है. ज़्यादा जानकारी के लिए, settings.updateValue पर जाएं.
|
readOnly |
boolean
सिर्फ़ आउटपुट. फ़्लैग बताता है कि इस सेटिंग वैल्यू में बदलाव नहीं किया जा सकता. हालांकि, अगर DeleteSettingValueRequest.ignore_read_only को 'सही है' पर सेट किया जाता है, तो settings.deleteValue का इस्तेमाल करके इसे मिटाया जा सकता है. इस फ़्लैग का इस्तेमाल करने से यह स्वीकार किया जाता है कि सेटिंग की वैल्यू को फिर से नहीं बनाया जा सकता. इस फ़्लैग को इसकी मूल सेटिंग से इनहेरिट किया गया है और यह सुविधा के लिए है. ज़्यादा जानकारी के लिए, Setting.read_only पर जाएं.
|
updateTime |
string (Timestamp format)
सिर्फ़ आउटपुट. टाइमस्टैंप से पता चलता है कि सेटिंग की वैल्यू पिछली बार कब अपडेट की गई थी. आरएफ़सी3339 यूटीसी के "Zulu" फ़ॉर्मैट में एक टाइमस्टैंप, नैनोसेकंड तक सटीक होता है. उदाहरण: "2014-10-02T15:01:23.045123456Z" .
|
तरीके |
|
इससे सेटिंग की वैल्यू बनती है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-05-25 (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"]],["आखिरी बार 2023-05-25 (UTC) को अपडेट किया गया."],[[["SettingValue represents an instance of a setting, containing the setting's value and metadata."],["Each SettingValue is associated with a parent setting and inherits properties like data type and read-only status."],["The JSON representation of a SettingValue includes fields like name, value, etag, readOnly, and updateTime."],["SettingValues can be managed using methods like create, allowing for the instantiation and modification of setting values within a project, folder, or organization."]]],["SettingValue represents a setting's instantiation, linked to a parent setting. Its JSON representation includes `name`, `value`, `etag`, `readOnly`, and `updateTime`. Key actions include creating a setting value. `name` specifies the resource's path, `value` holds the setting's data, `etag` is used for concurrency control, `readOnly` indicates if it is immutable, and `updateTime` displays the last update timestamp. A `create` method is available to instantiate the setting value.\n"]]