Uses of Class
com.google.cloud.vision.v1.GetProductRequest
-
Packages that use GetProductRequest Package Description com.google.cloud.vision.v1 A client to Cloud Vision APIcom.google.cloud.vision.v1.stub -
-
Uses of GetProductRequest in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return GetProductRequest Modifier and Type Method Description GetProductRequest
GetProductRequest.Builder. build()
GetProductRequest
GetProductRequest.Builder. buildPartial()
static GetProductRequest
GetProductRequest. getDefaultInstance()
GetProductRequest
GetProductRequest.Builder. getDefaultInstanceForType()
GetProductRequest
GetProductRequest. getDefaultInstanceForType()
static GetProductRequest
GetProductRequest. parseDelimitedFrom(InputStream input)
static GetProductRequest
GetProductRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(byte[] data)
static GetProductRequest
GetProductRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProductRequest
GetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(InputStream input)
static GetProductRequest
GetProductRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProductRequest
GetProductRequest. parseFrom(ByteBuffer data)
static GetProductRequest
GetProductRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 that return types with arguments of type GetProductRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProductRequest,Product>
ProductSearchGrpc. getGetProductMethod()
com.google.protobuf.Parser<GetProductRequest>
GetProductRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>
ProductSearchClient. getProductCallable()
Gets information associated with a Product.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductRequest,Product>
ProductSearchSettings.Builder. getProductSettings()
Returns the builder for the settings used for calls to getProduct.com.google.api.gax.rpc.UnaryCallSettings<GetProductRequest,Product>
ProductSearchSettings. getProductSettings()
Returns the object with the settings used for calls to getProduct.static com.google.protobuf.Parser<GetProductRequest>
GetProductRequest. parser()
Methods in com.google.cloud.vision.v1 with parameters of type GetProductRequest Modifier and Type Method Description Product
ProductSearchClient. getProduct(GetProductRequest request)
Gets information associated with a Product.default void
ProductSearchGrpc.AsyncService. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)
Gets information associated with a Product.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.void
ProductSearchGrpc.ProductSearchStub. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)
Gets information associated with a Product.GetProductRequest.Builder
GetProductRequest.Builder. mergeFrom(GetProductRequest other)
static GetProductRequest.Builder
GetProductRequest. newBuilder(GetProductRequest prototype)
-
Uses of GetProductRequest in com.google.cloud.vision.v1.stub
Methods in com.google.cloud.vision.v1.stub that return types with arguments of type GetProductRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>
GrpcProductSearchStub. getProductCallable()
com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>
HttpJsonProductSearchStub. getProductCallable()
com.google.api.gax.rpc.UnaryCallable<GetProductRequest,Product>
ProductSearchStub. getProductCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductRequest,Product>
ProductSearchStubSettings.Builder. getProductSettings()
Returns the builder for the settings used for calls to getProduct.com.google.api.gax.rpc.UnaryCallSettings<GetProductRequest,Product>
ProductSearchStubSettings. getProductSettings()
Returns the object with the settings used for calls to getProduct.
-