public class GrpcProductSearchStub extends ProductSearchStub
gRPC stub implementation for the ProductSearch service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcProductSearchStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcProductSearchStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(ProductSearchStubSettings settings)
public static final GrpcProductSearchStub create(ProductSearchStubSettings settings)
Parameter
Returns
Exceptions
Constructors
GrpcProductSearchStub(ProductSearchStubSettings settings, ClientContext clientContext)
protected GrpcProductSearchStub(ProductSearchStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcProductSearchStub, using the given settings. This is protected so
that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Parameters
GrpcProductSearchStub(ProductSearchStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcProductSearchStub(ProductSearchStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcProductSearchStub, using the given settings. This is protected so
that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Parameters
Methods
addProductToProductSetCallable()
public UnaryCallable<AddProductToProductSetRequest,Empty> addProductToProductSetCallable()
Returns
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
createProductCallable()
public UnaryCallable<CreateProductRequest,Product> createProductCallable()
Returns
Overrides
createProductSetCallable()
public UnaryCallable<CreateProductSetRequest,ProductSet> createProductSetCallable()
Returns
Overrides
createReferenceImageCallable()
public UnaryCallable<CreateReferenceImageRequest,ReferenceImage> createReferenceImageCallable()
Returns
Overrides
deleteProductCallable()
public UnaryCallable<DeleteProductRequest,Empty> deleteProductCallable()
Returns