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

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

Data Source Channel.

Channel is used to distinguish between data sources for different product verticals.

Protobuf type google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Channel

Namespace

Google \ Shopping \ Merchant \ Datasources \ V1beta \ PrimaryProductDataSource

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHANNEL_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum CHANNEL_UNSPECIFIED = 0;

ONLINE_PRODUCTS

Value: 1

Online product.

Generated from protobuf enum ONLINE_PRODUCTS = 1;

LOCAL_PRODUCTS

Value: 2

Local product.

Generated from protobuf enum LOCAL_PRODUCTS = 2;

PRODUCTS

Value: 3

Unified data source for both local and online products.

Generated from protobuf enum PRODUCTS = 3;