public static interface MerchantCenterAccountLink.MerchantCenterFeedFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.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. |
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. |