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 \ V1betaMethods
__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: |
↳ 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: |
dataSource |
Google\Shopping\Merchant\DataSources\V1beta\DataSource
Required. The data source to create. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\DataSources\V1beta\CreateDataSourceRequest |