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 |
---|---|
static MethodDescriptor<GetProductRequest,Product> |
ProductSearchGrpc.getGetProductMethod() |
Parser<GetProductRequest> |
GetProductRequest.getParserForType() |
UnaryCallable<GetProductRequest,Product> |
ProductSearchClient.getProductCallable()
Gets information associated with a Product.
|
UnaryCallSettings<GetProductRequest,Product> |
ProductSearchSettings.getProductSettings()
Returns the object with the settings used for calls to getProduct.
|
UnaryCallSettings.Builder<GetProductRequest,Product> |
ProductSearchSettings.Builder.getProductSettings()
Returns the builder for the settings used for calls to getProduct.
|
static Parser<GetProductRequest> |
GetProductRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Product |
ProductSearchGrpc.ProductSearchBlockingStub.getProduct(GetProductRequest request)
Gets information associated with a Product.
|
com.google.common.util.concurrent.ListenableFuture<Product> |
ProductSearchGrpc.ProductSearchFutureStub.getProduct(GetProductRequest request)
Gets information associated with a Product.
|
Product |
ProductSearchClient.getProduct(GetProductRequest request)
Gets information associated with a Product.
|
void |
ProductSearchGrpc.ProductSearchImplBase.getProduct(GetProductRequest request,
StreamObserver<Product> responseObserver)
Gets information associated with a Product.
|
void |
ProductSearchGrpc.ProductSearchStub.getProduct(GetProductRequest request,
StreamObserver<Product> responseObserver)
Gets information associated with a Product.
|
GetProductRequest.Builder |
GetProductRequest.Builder.mergeFrom(GetProductRequest other) |
static GetProductRequest.Builder |
GetProductRequest.newBuilder(GetProductRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetProductRequest,Product> |
ProductSearchStub.getProductCallable() |
UnaryCallable<GetProductRequest,Product> |
HttpJsonProductSearchStub.getProductCallable() |
UnaryCallable<GetProductRequest,Product> |
GrpcProductSearchStub.getProductCallable() |
UnaryCallSettings<GetProductRequest,Product> |
ProductSearchStubSettings.getProductSettings()
Returns the object with the settings used for calls to getProduct.
|
UnaryCallSettings.Builder<GetProductRequest,Product> |
ProductSearchStubSettings.Builder.getProductSettings()
Returns the builder for the settings used for calls to getProduct.
|
Copyright © 2022 Google LLC. All rights reserved.