Enum SettingView (1.41.0)

public enum SettingView extends Enum<SettingView> implements ProtocolMessageEnum

View options for Settings.

Protobuf enum google.cloud.resourcesettings.v1.SettingView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SETTING_VIEW_BASIC

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

SETTING_VIEW_BASIC = 1;

SETTING_VIEW_BASIC_VALUE

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

SETTING_VIEW_BASIC = 1;

SETTING_VIEW_EFFECTIVE_VALUE

Include Setting.effective_value, but nothing else.

SETTING_VIEW_EFFECTIVE_VALUE = 2;

SETTING_VIEW_EFFECTIVE_VALUE_VALUE

Include Setting.effective_value, but nothing else.

SETTING_VIEW_EFFECTIVE_VALUE = 2;

SETTING_VIEW_LOCAL_VALUE

Include Setting.local_value, but nothing else.

SETTING_VIEW_LOCAL_VALUE = 3;

SETTING_VIEW_LOCAL_VALUE_VALUE

Include Setting.local_value, but nothing else.

SETTING_VIEW_LOCAL_VALUE = 3;

SETTING_VIEW_UNSPECIFIED

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

SETTING_VIEW_UNSPECIFIED = 0;

SETTING_VIEW_UNSPECIFIED_VALUE

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

SETTING_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()