Package com.google.cloud.vision.v1
Interface ProductSetPurgeConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductSetPurgeConfig,ProductSetPurgeConfig.Builder
public interface ProductSetPurgeConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProductSetId()The ProductSet that contains the Products to delete.com.google.protobuf.ByteStringgetProductSetIdBytes()The ProductSet that contains the Products to delete.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProductSetId
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:
- The productSetId.
-
getProductSetIdBytes
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;- Returns:
- The bytes for productSetId.
-
-