SettingMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about a setting which is not editable by the end user.
Attributes | |
---|---|
Name | Description |
display_name |
str
The human readable name for this setting. |
description |
str
A detailed description of what this setting does. |
read_only |
bool
A flag indicating that values of this setting cannot be modified (see documentation of the specific setting for updates and reasons). |
data_type |
google.cloud.resourcesettings_v1.types.SettingMetadata.DataType
The data type for this setting. |
default_value |
google.cloud.resourcesettings_v1.types.Value
The value provided by Setting.effective_value if no setting value is explicitly set. Note: not all settings have a default value. |
Classes
DataType
DataType(value)
The data type for setting values of this setting. See Value for more details on the available data types.