Module: Google::Cloud::ResourceSettings::V1::SettingView
- Defined in:
- proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb
Overview
View options for Settings.
Constant Summary collapse
- SETTING_VIEW_UNSPECIFIED =
The default / unset value. The API will default to the SETTING_VIEW_BASIC view.
0
- SETTING_VIEW_BASIC =
Include Setting.metadata, but nothing else. This is the default value (for both ListSettings and GetSetting).
1
- SETTING_VIEW_EFFECTIVE_VALUE =
Include Setting.effective_value, but nothing else.
2
- SETTING_VIEW_LOCAL_VALUE =
Include Setting.local_value, but nothing else.
3