Google Cloud Resource Settings V1 Client - Class GetSettingRequest (1.1.3)

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

The request for GetSetting.

Generated from protobuf message google.cloud.resourcesettings.v1.GetSettingRequest

Namespace

Google \ Cloud \ ResourceSettings \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the setting to get. See Setting for naming requirements.

↳ view int

The SettingView for this request.

getName

Required. The name of the setting to get. See Setting for naming requirements.

Returns
TypeDescription
string

setName

Required. The name of the setting to get. See Setting for naming requirements.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

The SettingView for this request.

Returns
TypeDescription
int

setView

The SettingView for this request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the setting to get. See Setting for naming requirements. Please see Google\Cloud\ResourceSettings\V1\ResourceSettingsServiceClient::settingName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ResourceSettings\V1\GetSettingRequest