Send feedback
Class ProductSearchGrpc (3.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.31.0 keyboard_arrow_down
public final class ProductSearchGrpc
Manages Products and ProductSets of reference images for use in product
search. It uses the following resource model:
The API has a collection of
ProductSet resources, named
projects/*/locations/*/productSets/*
, which acts as a way to put different
products into groups to limit identification.
In parallel,
The API has a collection of
Product resources, named
projects/*/locations/*/products/*
Each Product has a collection of
ReferenceImage resources,
named
projects/*/locations/*/products/*/referenceImages/*
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value Type Description String
Static Methods
bindService(ProductSearchGrpc.AsyncService service)
public static final ServerServiceDefinition bindService ( ProductSearchGrpc . AsyncService service )
Returns Type Description io.grpc.ServerServiceDefinition
getAddProductToProductSetMethod()
public static MethodDescriptor<AddProductToProductSetRequest , Empty > getAddProductToProductSetMethod ()
getCreateProductMethod()
public static MethodDescriptor<CreateProductRequest , Product > getCreateProductMethod ()
getCreateProductSetMethod()
public static MethodDescriptor<CreateProductSetRequest , ProductSet > getCreateProductSetMethod ()
getCreateReferenceImageMethod()
public static MethodDescriptor<CreateReferenceImageRequest , ReferenceImage > getCreateReferenceImageMethod ()
getDeleteProductMethod()
public static MethodDescriptor<DeleteProductRequest , Empty > getDeleteProductMethod ()
getDeleteProductSetMethod()
public static MethodDescriptor<DeleteProductSetRequest , Empty > getDeleteProductSetMethod ()
getDeleteReferenceImageMethod()
public static MethodDescriptor<DeleteReferenceImageRequest , Empty > getDeleteReferenceImageMethod ()
getGetProductMethod()
public static MethodDescriptor<GetProductRequest , Product > getGetProductMethod ()
getGetProductSetMethod()
public static MethodDescriptor<GetProductSetRequest , ProductSet > getGetProductSetMethod ()
getGetReferenceImageMethod()
public static MethodDescriptor<GetReferenceImageRequest , ReferenceImage > getGetReferenceImageMethod ()
getImportProductSetsMethod()
public static MethodDescriptor<ImportProductSetsRequest , Operation > getImportProductSetsMethod ()
getListProductSetsMethod()
public static MethodDescriptor<ListProductSetsRequest , ListProductSetsResponse > getListProductSetsMethod ()
getListProductsInProductSetMethod()
public static MethodDescriptor<ListProductsInProductSetRequest , ListProductsInProductSetResponse > getListProductsInProductSetMethod ()
getListProductsMethod()
public static MethodDescriptor<ListProductsRequest , ListProductsResponse > getListProductsMethod ()
getListReferenceImagesMethod()
public static MethodDescriptor<ListReferenceImagesRequest , ListReferenceImagesResponse > getListReferenceImagesMethod ()
getPurgeProductsMethod()
public static MethodDescriptor<PurgeProductsRequest , Operation > getPurgeProductsMethod ()
getRemoveProductFromProductSetMethod()
public static MethodDescriptor<RemoveProductFromProductSetRequest , Empty > getRemoveProductFromProductSetMethod ()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor ()
Returns Type Description io.grpc.ServiceDescriptor
getUpdateProductMethod()
public static MethodDescriptor<UpdateProductRequest , Product > getUpdateProductMethod ()
getUpdateProductSetMethod()
public static MethodDescriptor<UpdateProductSetRequest , ProductSet > getUpdateProductSetMethod ()
newBlockingStub(Channel channel)
public static ProductSearchGrpc . ProductSearchBlockingStub newBlockingStub ( Channel channel )
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter Name Description channel
io.grpc.Channel
newFutureStub(Channel channel)
public static ProductSearchGrpc . ProductSearchFutureStub newFutureStub ( Channel channel )
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter Name Description channel
io.grpc.Channel
newStub(Channel channel)
public static ProductSearchGrpc . ProductSearchStub newStub ( Channel channel )
Creates a new async stub that supports all call types for the service
Parameter Name Description channel
io.grpc.Channel
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]