Google Shopping Merchant Conversions V1beta Client - Class ListConversionSourcesResponse (0.1.2)

Reference documentation and code samples for the Google Shopping Merchant Conversions V1beta Client class ListConversionSourcesResponse.

Response message for the ListConversionSources method.

Generated from protobuf message google.shopping.merchant.conversions.v1beta.ListConversionSourcesResponse

Namespace

Google \ Shopping \ Merchant \ Conversions \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ conversion_sources array<Google\Shopping\Merchant\Conversions\V1beta\ConversionSource>

List of conversion sources.

↳ next_page_token string

Token to be used to fetch the next results page.

getConversionSources

List of conversion sources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setConversionSources

List of conversion sources.

Parameter
Name Description
var array<Google\Shopping\Merchant\Conversions\V1beta\ConversionSource>
Returns
Type Description
$this

getNextPageToken

Token to be used to fetch the next results page.

Returns
Type Description
string

setNextPageToken

Token to be used to fetch the next results page.

Parameter
Name Description
var string
Returns
Type Description
$this