Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.vision.v1p4beta1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<BatchOperationMetadata> |
BatchOperationMetadata.getParserForType() |
OperationFuture<ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchClient.importProductSetsAsync(ImportProductSetsRequest request)
Asynchronous API that imports a list of reference images to specified product sets based on a
list of image information.
|
OperationFuture<ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchClient.importProductSetsAsync(LocationName parent,
ImportProductSetsInputConfig inputConfig)
Asynchronous API that imports a list of reference images to specified product sets based on a
list of image information.
|
OperationFuture<ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchClient.importProductSetsAsync(String parent,
ImportProductSetsInputConfig inputConfig)
Asynchronous API that imports a list of reference images to specified product sets based on a
list of image information.
|
OperationCallable<ImportProductSetsRequest,ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchClient.importProductSetsOperationCallable()
Asynchronous API that imports a list of reference images to specified product sets based on a
list of image information.
|
OperationCallSettings<ImportProductSetsRequest,ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchSettings.importProductSetsOperationSettings()
Returns the object with the settings used for calls to importProductSets.
|
OperationCallSettings.Builder<ImportProductSetsRequest,ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchSettings.Builder.importProductSetsOperationSettings()
Returns the builder for the settings used for calls to importProductSets.
|
static Parser<BatchOperationMetadata> |
BatchOperationMetadata.parser() |
OperationFuture<Empty,BatchOperationMetadata> |
ProductSearchClient.purgeProductsAsync(LocationName parent)
Asynchronous API to delete all Products in a ProductSet or all Products that are in no
ProductSet.
|
OperationFuture<Empty,BatchOperationMetadata> |
ProductSearchClient.purgeProductsAsync(PurgeProductsRequest request)
Asynchronous API to delete all Products in a ProductSet or all Products that are in no
ProductSet.
|
OperationFuture<Empty,BatchOperationMetadata> |
ProductSearchClient.purgeProductsAsync(String parent)
Asynchronous API to delete all Products in a ProductSet or all Products that are in no
ProductSet.
|
OperationCallable<PurgeProductsRequest,Empty,BatchOperationMetadata> |
ProductSearchClient.purgeProductsOperationCallable()
Asynchronous API to delete all Products in a ProductSet or all Products that are in no
ProductSet.
|
OperationCallSettings<PurgeProductsRequest,Empty,BatchOperationMetadata> |
ProductSearchSettings.purgeProductsOperationSettings()
Returns the object with the settings used for calls to purgeProducts.
|
OperationCallSettings.Builder<PurgeProductsRequest,Empty,BatchOperationMetadata> |
ProductSearchSettings.Builder.purgeProductsOperationSettings()
Returns the builder for the settings used for calls to purgeProducts.
|
Modifier and Type | Method and Description |
---|---|
BatchOperationMetadata.Builder |
BatchOperationMetadata.Builder.mergeFrom(BatchOperationMetadata other) |
static BatchOperationMetadata.Builder |
BatchOperationMetadata.newBuilder(BatchOperationMetadata prototype) |
Copyright © 2022 Google LLC. All rights reserved.