Resource: Setting
The schema for settings.
JSON representation | |
---|---|
{ "name": string, "metadata": { object ( |
Fields | |
---|---|
name |
The resource name of the setting. Must be in one of the following forms:
For example, "/projects/123/settings/gcp-enableMyFeature" |
metadata |
Output only. Metadata about a setting which is not editable by the end user. |
localValue |
The configured value of the setting at the given parent resource, ignoring the resource hierarchy. The data type of |
effectiveValue |
Output only. The effective value of the setting at the given parent resource, evaluated based on the resource hierarchy The effective value evaluates to one of the following options, in this order. If an option is not valid or doesn't exist, then the next option is used:
The data type of |
etag |
A fingerprint used for optimistic concurrency. See |
Methods |
|
---|---|
|
Returns a specified setting. |
|
Lists all the settings that are available on the Cloud resource parent . |
|
Updates a specified setting. |