Enum SettingView (1.0.0)

public enum SettingView

View options for Settings.

Namespace

Google.Cloud.ResourceSettings.V1

Assembly

Google.Cloud.ResourceSettings.V1.dll

Fields

NameDescription
Basic

Include [Setting.metadata][google.cloud.resourcesettings.v1.Setting.metadata], but nothing else. This is the default value (for both ListSettings and GetSetting).

EffectiveValue

Include [Setting.effective_value][google.cloud.resourcesettings.v1.Setting.effective_value], but nothing else.

LocalValue

Include [Setting.local_value][google.cloud.resourcesettings.v1.Setting.local_value], but nothing else.

Unspecified

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