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