AI-generated Key Takeaways
-
SettingValue represents an instance of a setting, containing the value and metadata like name, etag, and readOnly status.
-
Each SettingValue is associated with a parent setting, inheriting properties like data type and readOnly restrictions.
-
The JSON representation of a SettingValue includes fields like name, value, etag, readOnly, and updateTime.
-
You can manage SettingValues programmatically through methods like create, allowing for dynamic configuration adjustments.
-
SettingValues offer a structured way to store and manage configuration data, ensuring consistency and control within a project, folder, or organization.
Resource: SettingValue
The instantiation of a setting. Every setting value is parented by its corresponding setting.
JSON representation | |
---|---|
{
"name": string,
"value": {
object ( |
Fields | |
---|---|
name |
The resource name of the setting value. Must be in one of the following forms:
For example, "/projects/123/settings/gcp-enableMyFeature/value" |
value |
The value of the setting. The data type of |
etag |
A fingerprint used for optimistic concurrency. See |
readOnly |
Output only. A flag indicating that this setting value cannot be modified; however, it may be deleted using |
updateTime |
Output only. The timestamp indicating when the setting value was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
Methods |
|
---|---|
|
Creates a setting value. |