Class ProductSearchStub (3.39.0)

public abstract class ProductSearchStub implements BackgroundResource

Base stub class for the ProductSearch service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ProductSearchStub

Implements

BackgroundResource

Constructors

ProductSearchStub()

public ProductSearchStub()

Methods

addProductToProductSetCallable()

public UnaryCallable<AddProductToProductSetRequest,Empty> addProductToProductSetCallable()
Returns
TypeDescription
UnaryCallable<AddProductToProductSetRequest,Empty>

close()

public abstract void close()

createProductCallable()

public UnaryCallable<CreateProductRequest,Product> createProductCallable()
Returns
TypeDescription
UnaryCallable<CreateProductRequest,Product>

createProductSetCallable()

public UnaryCallable<CreateProductSetRequest,ProductSet> createProductSetCallable()
Returns
TypeDescription
UnaryCallable<CreateProductSetRequest,ProductSet>

createReferenceImageCallable()

public UnaryCallable<CreateReferenceImageRequest,ReferenceImage> createReferenceImageCallable()
Returns
TypeDescription
UnaryCallable<CreateReferenceImageRequest,ReferenceImage>

deleteProductCallable()

public UnaryCallable<DeleteProductRequest,Empty> deleteProductCallable()
Returns
TypeDescription
UnaryCallable<DeleteProductRequest,Empty>

deleteProductSetCallable()

public UnaryCallable<DeleteProductSetRequest,Empty> deleteProductSetCallable()
Returns
TypeDescription
UnaryCallable<DeleteProductSetRequest,Empty>

deleteReferenceImageCallable()

public UnaryCallable<DeleteReferenceImageRequest,Empty> deleteReferenceImageCallable()
Returns
TypeDescription
UnaryCallable<DeleteReferenceImageRequest,Empty>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getProductCallable()

public UnaryCallable<GetProductRequest,Product> getProductCallable()
Returns
TypeDescription
UnaryCallable<GetProductRequest,Product>

getProductSetCallable()

public UnaryCallable<GetProductSetRequest,ProductSet> getProductSetCallable()
Returns
TypeDescription
UnaryCallable<GetProductSetRequest,ProductSet>

getReferenceImageCallable()

public UnaryCallable<GetReferenceImageRequest,ReferenceImage> getReferenceImageCallable()
Returns
TypeDescription
UnaryCallable<GetReferenceImageRequest,ReferenceImage>

importProductSetsCallable()

public UnaryCallable<ImportProductSetsRequest,Operation> importProductSetsCallable()
Returns
TypeDescription
UnaryCallable<ImportProductSetsRequest,Operation>

importProductSetsOperationCallable()

public OperationCallable<ImportProductSetsRequest,ImportProductSetsResponse,BatchOperationMetadata> importProductSetsOperationCallable()
Returns
TypeDescription
OperationCallable<ImportProductSetsRequest,ImportProductSetsResponse,BatchOperationMetadata>

listProductSetsCallable()

public UnaryCallable<ListProductSetsRequest,ListProductSetsResponse> listProductSetsCallable()
Returns
TypeDescription
UnaryCallable<ListProductSetsRequest,ListProductSetsResponse>

listProductSetsPagedCallable()

public UnaryCallable<ListProductSetsRequest,ProductSearchClient.ListProductSetsPagedResponse> listProductSetsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListProductSetsRequest,ListProductSetsPagedResponse>

listProductsCallable()

public UnaryCallable<ListProductsRequest,ListProductsResponse> listProductsCallable()
Returns
TypeDescription
UnaryCallable<ListProductsRequest,ListProductsResponse>

listProductsInProductSetCallable()

public UnaryCallable<ListProductsInProductSetRequest,ListProductsInProductSetResponse> listProductsInProductSetCallable()
Returns
TypeDescription
UnaryCallable<ListProductsInProductSetRequest,ListProductsInProductSetResponse>

listProductsInProductSetPagedCallable()

public UnaryCallable<ListProductsInProductSetRequest,ProductSearchClient.ListProductsInProductSetPagedResponse> listProductsInProductSetPagedCallable()
Returns
TypeDescription
UnaryCallable<ListProductsInProductSetRequest,ListProductsInProductSetPagedResponse>

listProductsPagedCallable()

public UnaryCallable<ListProductsRequest,ProductSearchClient.ListProductsPagedResponse> listProductsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListProductsRequest,ListProductsPagedResponse>

listReferenceImagesCallable()

public UnaryCallable<ListReferenceImagesRequest,ListReferenceImagesResponse> listReferenceImagesCallable()
Returns
TypeDescription
UnaryCallable<ListReferenceImagesRequest,ListReferenceImagesResponse>

listReferenceImagesPagedCallable()

public UnaryCallable<ListReferenceImagesRequest,ProductSearchClient.ListReferenceImagesPagedResponse> listReferenceImagesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListReferenceImagesRequest,ListReferenceImagesPagedResponse>

purgeProductsCallable()

public UnaryCallable<PurgeProductsRequest,Operation> purgeProductsCallable()
Returns
TypeDescription
UnaryCallable<PurgeProductsRequest,Operation>

purgeProductsOperationCallable()

public OperationCallable<PurgeProductsRequest,Empty,BatchOperationMetadata> purgeProductsOperationCallable()
Returns
TypeDescription
OperationCallable<PurgeProductsRequest,Empty,BatchOperationMetadata>

removeProductFromProductSetCallable()

public UnaryCallable<RemoveProductFromProductSetRequest,Empty> removeProductFromProductSetCallable()
Returns
TypeDescription
UnaryCallable<RemoveProductFromProductSetRequest,Empty>

updateProductCallable()

public UnaryCallable<UpdateProductRequest,Product> updateProductCallable()
Returns
TypeDescription
UnaryCallable<UpdateProductRequest,Product>

updateProductSetCallable()

public UnaryCallable<UpdateProductSetRequest,ProductSet> updateProductSetCallable()
Returns
TypeDescription
UnaryCallable<UpdateProductSetRequest,ProductSet>