Google Cloud Resource Settings V1 Client - Class SettingView (1.2.4)

Reference documentation and code samples for the Google Cloud Resource Settings V1 Client class SettingView.

View options for Settings.

Protobuf type google.cloud.resourcesettings.v1.SettingView

Namespace

Google \ Cloud \ ResourceSettings \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SETTING_VIEW_UNSPECIFIED

Value: 0

The default / unset value.

The API will default to the SETTING_VIEW_BASIC view.

Generated from protobuf enum SETTING_VIEW_UNSPECIFIED = 0;

SETTING_VIEW_BASIC

Value: 1

Include Setting.metadata, but nothing else.

This is the default value (for both ListSettings and GetSetting).

Generated from protobuf enum SETTING_VIEW_BASIC = 1;

SETTING_VIEW_EFFECTIVE_VALUE

Value: 2

Include Setting.effective_value, but nothing else.

Generated from protobuf enum SETTING_VIEW_EFFECTIVE_VALUE = 2;

SETTING_VIEW_LOCAL_VALUE

Value: 3

Include Setting.local_value, but nothing else.

Generated from protobuf enum SETTING_VIEW_LOCAL_VALUE = 3;