public interface PurgeProductsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDeleteOrphanProducts()
If delete_orphan_products is true, all Products that are not in any
ProductSet will be deleted.
|
boolean |
getForce()
The default value is false.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
ProductSetPurgeConfig |
getProductSetPurgeConfig()
Specify which ProductSet contains the Products to be deleted.
|
ProductSetPurgeConfigOrBuilder |
getProductSetPurgeConfigOrBuilder()
Specify which ProductSet contains the Products to be deleted.
|
PurgeProductsRequest.TargetCase |
getTargetCase() |
boolean |
hasDeleteOrphanProducts()
If delete_orphan_products is true, all Products that are not in any
ProductSet will be deleted.
|
boolean |
hasProductSetPurgeConfig()
Specify which ProductSet contains the Products to be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasProductSetPurgeConfig()
Specify which ProductSet contains the Products to be deleted.
.google.cloud.vision.v1p4beta1.ProductSetPurgeConfig product_set_purge_config = 2;
ProductSetPurgeConfig getProductSetPurgeConfig()
Specify which ProductSet contains the Products to be deleted.
.google.cloud.vision.v1p4beta1.ProductSetPurgeConfig product_set_purge_config = 2;
ProductSetPurgeConfigOrBuilder getProductSetPurgeConfigOrBuilder()
Specify which ProductSet contains the Products to be deleted.
.google.cloud.vision.v1p4beta1.ProductSetPurgeConfig product_set_purge_config = 2;
boolean hasDeleteOrphanProducts()
If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted.
bool delete_orphan_products = 3;
boolean getDeleteOrphanProducts()
If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted.
bool delete_orphan_products = 3;
String getParent()
Required. The project and location in which the Products should be deleted. Format is `projects/PROJECT_ID/locations/LOC_ID`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The project and location in which the Products should be deleted. Format is `projects/PROJECT_ID/locations/LOC_ID`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getForce()
The default value is false. Override this value to true to actually perform the purge.
bool force = 4;
PurgeProductsRequest.TargetCase getTargetCase()
Copyright © 2022 Google LLC. All rights reserved.