Reference documentation and code samples for the Google Shopping Merchant Conversions V1 Client class UpdateConversionSourceRequest.
Request message for the UpdateConversionSource method.
Generated from protobuf message google.shopping.merchant.conversions.v1.UpdateConversionSourceRequest
Namespace
Google \ Shopping \ Merchant \ Conversions \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conversion_source |
ConversionSource
Required. The new version of the conversion source data. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. |
getConversionSource
Required. The new version of the conversion source data.
Returns | |
---|---|
Type | Description |
ConversionSource|null |
hasConversionSource
clearConversionSource
setConversionSource
Required. The new version of the conversion source data.
Parameter | |
---|---|
Name | Description |
var |
ConversionSource
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. List of fields being updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. List of fields being updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
conversionSource |
ConversionSource
Required. The new version of the conversion source data. |
updateMask |
Google\Protobuf\FieldMask
Optional. List of fields being updated. |
Returns | |
---|---|
Type | Description |
UpdateConversionSourceRequest |