Uses of Class
com.google.cloud.vision.v1p4beta1.GetProductRequest
-
Packages that use GetProductRequest Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p4beta1.stub -
-
Uses of GetProductRequest in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return GetProductRequest Modifier and Type Method Description GetProductRequestGetProductRequest.Builder. build()GetProductRequestGetProductRequest.Builder. buildPartial()static GetProductRequestGetProductRequest. getDefaultInstance()GetProductRequestGetProductRequest.Builder. getDefaultInstanceForType()GetProductRequestGetProductRequest. getDefaultInstanceForType()static GetProductRequestGetProductRequest. parseDelimitedFrom(InputStream input)static GetProductRequestGetProductRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(byte[] data)static GetProductRequestGetProductRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.ByteString data)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetProductRequestGetProductRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(InputStream input)static GetProductRequestGetProductRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProductRequestGetProductRequest. parseFrom(ByteBuffer data)static GetProductRequestGetProductRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p4beta1 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.v1p4beta1 with parameters of type GetProductRequest Modifier and Type Method Description ProductProductSearchClient. getProduct(GetProductRequest request)Gets information associated with a Product.default voidProductSearchGrpc.AsyncService. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)Gets information associated with a Product.ProductProductSearchGrpc.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.voidProductSearchGrpc.ProductSearchStub. getProduct(GetProductRequest request, io.grpc.stub.StreamObserver<Product> responseObserver)Gets information associated with a Product.GetProductRequest.BuilderGetProductRequest.Builder. mergeFrom(GetProductRequest other)static GetProductRequest.BuilderGetProductRequest. newBuilder(GetProductRequest prototype) -
Uses of GetProductRequest in com.google.cloud.vision.v1p4beta1.stub
Methods in com.google.cloud.vision.v1p4beta1.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.
-