public interface PurgeProductsRequestOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofboolean hasProductSetPurgeConfig()
Specify which ProductSet contains the Products to be deleted.
.google.cloud.vision.v1.ProductSetPurgeConfig product_set_purge_config = 2;ProductSetPurgeConfig getProductSetPurgeConfig()
Specify which ProductSet contains the Products to be deleted.
.google.cloud.vision.v1.ProductSetPurgeConfig product_set_purge_config = 2;ProductSetPurgeConfigOrBuilder getProductSetPurgeConfigOrBuilder()
Specify which ProductSet contains the Products to be deleted.
.google.cloud.vision.v1.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) = { ... }
com.google.protobuf.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 © 2023 Google LLC. All rights reserved.