Interface ProductSetPurgeConfigOrBuilder (3.40.0)

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
Type Description
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
Type Description
ByteString

The bytes for productSetId.