public interface ProductSetPurgeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProductSetId()
The ProductSet that contains the Products to delete.
|
com.google.protobuf.ByteString |
getProductSetIdBytes()
The ProductSet that contains the Products to delete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;Copyright © 2020 Google LLC. All rights reserved.