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<UpdateProductSetRequest> |
UpdateProductSetRequest.getParserForType() |
static MethodDescriptor<UpdateProductSetRequest,ProductSet> |
ProductSearchGrpc.getUpdateProductSetMethod() |
static Parser<UpdateProductSetRequest> |
UpdateProductSetRequest.parser() |
UnaryCallable<UpdateProductSetRequest,ProductSet> |
ProductSearchClient.updateProductSetCallable()
Makes changes to a ProductSet resource.
|
UnaryCallSettings<UpdateProductSetRequest,ProductSet> |
ProductSearchSettings.updateProductSetSettings()
Returns the object with the settings used for calls to updateProductSet.
|
UnaryCallSettings.Builder<UpdateProductSetRequest,ProductSet> |
ProductSearchSettings.Builder.updateProductSetSettings()
Returns the builder for the settings used for calls to updateProductSet.
|
Modifier and Type | Method and Description |
---|---|
UpdateProductSetRequest.Builder |
UpdateProductSetRequest.Builder.mergeFrom(UpdateProductSetRequest other) |
static UpdateProductSetRequest.Builder |
UpdateProductSetRequest.newBuilder(UpdateProductSetRequest prototype) |
ProductSet |
ProductSearchGrpc.ProductSearchBlockingStub.updateProductSet(UpdateProductSetRequest request)
Makes changes to a ProductSet resource.
|
com.google.common.util.concurrent.ListenableFuture<ProductSet> |
ProductSearchGrpc.ProductSearchFutureStub.updateProductSet(UpdateProductSetRequest request)
Makes changes to a ProductSet resource.
|
ProductSet |
ProductSearchClient.updateProductSet(UpdateProductSetRequest request)
Makes changes to a ProductSet resource.
|
void |
ProductSearchGrpc.ProductSearchImplBase.updateProductSet(UpdateProductSetRequest request,
StreamObserver<ProductSet> responseObserver)
Makes changes to a ProductSet resource.
|
void |
ProductSearchGrpc.ProductSearchStub.updateProductSet(UpdateProductSetRequest request,
StreamObserver<ProductSet> responseObserver)
Makes changes to a ProductSet resource.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateProductSetRequest,ProductSet> |
ProductSearchStub.updateProductSetCallable() |
UnaryCallable<UpdateProductSetRequest,ProductSet> |
HttpJsonProductSearchStub.updateProductSetCallable() |
UnaryCallable<UpdateProductSetRequest,ProductSet> |
GrpcProductSearchStub.updateProductSetCallable() |
UnaryCallSettings<UpdateProductSetRequest,ProductSet> |
ProductSearchStubSettings.updateProductSetSettings()
Returns the object with the settings used for calls to updateProductSet.
|
UnaryCallSettings.Builder<UpdateProductSetRequest,ProductSet> |
ProductSearchStubSettings.Builder.updateProductSetSettings()
Returns the builder for the settings used for calls to updateProductSet.
|
Copyright © 2022 Google LLC. All rights reserved.