Google Shopping Merchant Datasources V1beta Client - Class CreateDataSourceRequest (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Datasources V1beta Client class CreateDataSourceRequest.

Request message for the CreateDataSource method.

Generated from protobuf message google.shopping.merchant.datasources.v1beta.CreateDataSourceRequest

Namespace

Google \ Shopping \ Merchant \ Datasources \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The account where this data source will be created. Format: accounts/{account}

↳ data_source Google\Shopping\Merchant\Datasources\V1beta\DataSource

Required. The data source to create.

getParent

Required. The account where this data source will be created.

Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The account where this data source will be created.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getDataSource

Required. The data source to create.

Returns
Type Description
Google\Shopping\Merchant\Datasources\V1beta\DataSource|null

hasDataSource

clearDataSource

setDataSource

Required. The data source to create.

Parameter
Name Description
var Google\Shopping\Merchant\Datasources\V1beta\DataSource
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The account where this data source will be created. Format: accounts/{account} Please see Google\Shopping\Merchant\Datasources\V1beta\DataSourcesServiceClient::accountName() for help formatting this field.

dataSource Google\Shopping\Merchant\Datasources\V1beta\DataSource

Required. The data source to create.

Returns
Type Description
Google\Shopping\Merchant\Datasources\V1beta\CreateDataSourceRequest