Resource Settings V1 API - Module Google::Cloud::ResourceSettings::V1::SettingView (v0.7.0)

Reference documentation and code samples for the Resource Settings V1 API module Google::Cloud::ResourceSettings::V1::SettingView.

View options for Settings.

Constants

SETTING_VIEW_UNSPECIFIED

value: 0
The default / unset value. The API will default to the SETTING_VIEW_BASIC view.

SETTING_VIEW_BASIC

value: 1
Include Setting.metadata, but nothing else. This is the default value (for both ListSettings and GetSetting).

SETTING_VIEW_EFFECTIVE_VALUE

value: 2
Include Setting.effective_value, but nothing else.

SETTING_VIEW_LOCAL_VALUE

value: 3
Include Setting.local_value, but nothing else.