Interface MerchantCenterFeedFilterOrBuilder (2.43.0)

public interface MerchantCenterFeedFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPrimaryFeedId()

public abstract long getPrimaryFeedId()

Merchant Center primary feed ID.

int64 primary_feed_id = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for primaryFeedName.