Interface MerchantCenterFeedFilterOrBuilder (2.69.0)

public interface MerchantCenterFeedFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSourceId()

public abstract long getDataSourceId()

AFM data source ID.

int64 data_source_id = 3;

Returns
Type Description
long

The dataSourceId.

getPrimaryFeedId() (deprecated)

public abstract long getPrimaryFeedId()

Deprecated. google.cloud.retail.v2alpha.MerchantCenterFeedFilter.primary_feed_id is deprecated. See google/cloud/retail/v2alpha/catalog.proto;l=556

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

int64 primary_feed_id = 1 [deprecated = true];

Returns
Type Description
long

The primaryFeedId.

getPrimaryFeedName()

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.

getPrimaryFeedNameBytes()

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.