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