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 |
---|---|
RemoveProductFromProductSetRequest.Builder |
RemoveProductFromProductSetRequest.Builder.mergeFrom(RemoveProductFromProductSetRequest other) |
static RemoveProductFromProductSetRequest.Builder |
RemoveProductFromProductSetRequest.newBuilder(RemoveProductFromProductSetRequest prototype) |
Empty |
ProductSearchGrpc.ProductSearchBlockingStub.removeProductFromProductSet(RemoveProductFromProductSetRequest request)
Removes a Product from the specified ProductSet.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
ProductSearchGrpc.ProductSearchFutureStub.removeProductFromProductSet(RemoveProductFromProductSetRequest request)
Removes a Product from the specified ProductSet.
|
void |
ProductSearchClient.removeProductFromProductSet(RemoveProductFromProductSetRequest request)
Removes a Product from the specified ProductSet.
|
void |
ProductSearchGrpc.ProductSearchImplBase.removeProductFromProductSet(RemoveProductFromProductSetRequest request,
StreamObserver<Empty> responseObserver)
Removes a Product from the specified ProductSet.
|
void |
ProductSearchGrpc.ProductSearchStub.removeProductFromProductSet(RemoveProductFromProductSetRequest request,
StreamObserver<Empty> responseObserver)
Removes a Product from the specified ProductSet.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<RemoveProductFromProductSetRequest,Empty> |
ProductSearchStub.removeProductFromProductSetCallable() |
UnaryCallable<RemoveProductFromProductSetRequest,Empty> |
HttpJsonProductSearchStub.removeProductFromProductSetCallable() |
UnaryCallable<RemoveProductFromProductSetRequest,Empty> |
GrpcProductSearchStub.removeProductFromProductSetCallable() |
UnaryCallSettings<RemoveProductFromProductSetRequest,Empty> |
ProductSearchStubSettings.removeProductFromProductSetSettings()
Returns the object with the settings used for calls to removeProductFromProductSet.
|
UnaryCallSettings.Builder<RemoveProductFromProductSetRequest,Empty> |
ProductSearchStubSettings.Builder.removeProductFromProductSetSettings()
Returns the builder for the settings used for calls to removeProductFromProductSet.
|
Copyright © 2022 Google LLC. All rights reserved.