Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
com.google.cloud.vision.v1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<PurgeProductsRequest> |
PurgeProductsRequest.getParserForType() |
static MethodDescriptor<PurgeProductsRequest,Operation> |
ProductSearchGrpc.getPurgeProductsMethod() |
static Parser<PurgeProductsRequest> |
PurgeProductsRequest.parser() |
UnaryCallable<PurgeProductsRequest,Operation> |
ProductSearchClient.purgeProductsCallable()
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.
|
UnaryCallSettings<PurgeProductsRequest,Operation> |
ProductSearchSettings.purgeProductsSettings()
Returns the object with the settings used for calls to purgeProducts.
|
UnaryCallSettings.Builder<PurgeProductsRequest,Operation> |
ProductSearchSettings.Builder.purgeProductsSettings()
Returns the builder for the settings used for calls to purgeProducts.
|
Modifier and Type | Method and Description |
---|---|
PurgeProductsRequest.Builder |
PurgeProductsRequest.Builder.mergeFrom(PurgeProductsRequest other) |
static PurgeProductsRequest.Builder |
PurgeProductsRequest.newBuilder(PurgeProductsRequest prototype) |
Operation |
ProductSearchGrpc.ProductSearchBlockingStub.purgeProducts(PurgeProductsRequest request)
Asynchronous API to delete all Products in a ProductSet or all Products
that are in no ProductSet.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ProductSearchGrpc.ProductSearchFutureStub.purgeProducts(PurgeProductsRequest request)
Asynchronous API to delete all Products in a ProductSet or all Products
that are in no ProductSet.
|
void |
ProductSearchGrpc.ProductSearchImplBase.purgeProducts(PurgeProductsRequest request,
StreamObserver<Operation> responseObserver)
Asynchronous API to delete all Products in a ProductSet or all Products
that are in no ProductSet.
|
void |
ProductSearchGrpc.ProductSearchStub.purgeProducts(PurgeProductsRequest request,
StreamObserver<Operation> responseObserver)
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.
|
Copyright © 2022 Google LLC. All rights reserved.