Interface MerchantCenterAccountLink.MerchantCenterFeedFilterOrBuilder (2.69.0)

public static interface MerchantCenterAccountLink.MerchantCenterFeedFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract long getDataSourceId()

AFM data source ID.

int64 data_source_id = 3;

Returns
Type Description
long

The dataSourceId.

public abstract long getPrimaryFeedId()

Deprecated. google.cloud.retail.v2alpha.MerchantCenterAccountLink.MerchantCenterFeedFilter.primary_feed_id is deprecated. See google/cloud/retail/v2alpha/merchant_center_account_link.proto;l=44

Merchant Center primary feed ID. Deprecated: use data_source_id instead.

int64 primary_feed_id = 1 [deprecated = true];

Returns
Type Description
long

The primaryFeedId.

public abstract String getPrimaryFeedName()

Merchant Center primary feed name. The name is used for the display purposes only.

string primary_feed_name = 2;

Returns
Type Description
String

The primaryFeedName.

public abstract ByteString getPrimaryFeedNameBytes()

Merchant Center primary feed name. The name is used for the display purposes only.

string primary_feed_name = 2;

Returns
Type Description
ByteString

The bytes for primaryFeedName.