Interface ProductSetPurgeConfigOrBuilder (2.1.4)

public interface ProductSetPurgeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProductSetId()

public abstract String getProductSetId()

The ProductSet that contains the Products to delete. If a Product is a member of product_set_id in addition to other ProductSets, the Product will still be deleted.

string product_set_id = 1;

Returns
TypeDescription
String

The productSetId.

getProductSetIdBytes()

public abstract ByteString getProductSetIdBytes()

The ProductSet that contains the Products to delete. If a Product is a member of product_set_id in addition to other ProductSets, the Product will still be deleted.

string product_set_id = 1;

Returns
TypeDescription
ByteString

The bytes for productSetId.