Google Shopping Merchant Accounts V1beta Client - Class CreateOmnichannelSettingRequest (0.9.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class CreateOmnichannelSettingRequest.

Request message for the CreateOmnichannelSetting method.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.CreateOmnichannelSettingRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

↳ omnichannel_setting OmnichannelSetting

Required. The omnichannel setting to create.

getParent

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getOmnichannelSetting

Required. The omnichannel setting to create.

Returns
Type Description
OmnichannelSetting|null

hasOmnichannelSetting

clearOmnichannelSetting

setOmnichannelSetting

Required. The omnichannel setting to create.

Parameter
Name Description
var OmnichannelSetting
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account} Please see OmnichannelSettingsServiceClient::accountName() for help formatting this field.

omnichannelSetting OmnichannelSetting

Required. The omnichannel setting to create.

Returns
Type Description
CreateOmnichannelSettingRequest