Class ProductSearchStub (3.93.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
Type Description
UnaryCallable<AddProductToProductSetRequest,Empty>

close()

public abstract void close()

createProductCallable()

public UnaryCallable<CreateProductRequest,Product> createProductCallable()
Returns
Type Description
UnaryCallable<CreateProductRequest,Product>

createProductSetCallable()

public UnaryCallable<CreateProductSetRequest,ProductSet> createProductSetCallable()
Returns
Type Description
UnaryCallable<CreateProductSetRequest,ProductSet>

createReferenceImageCallable()

public UnaryCallable<CreateReferenceImageRequest,ReferenceImage> createReferenceImageCallable()
Returns
Type Description
UnaryCallable<CreateReferenceImageRequest,ReferenceImage>

deleteProductCallable()

public UnaryCallable<DeleteProductRequest,Empty> deleteProductCallable()
Returns
Type Description
UnaryCallable<DeleteProductRequest,Empty>

deleteProductSetCallable()

public UnaryCallable<DeleteProductSetRequest,Empty> deleteProductSetCallable()
Returns
Type Description
UnaryCallable<DeleteProductSetRequest,Empty>

deleteReferenceImageCallable()

public UnaryCallable<DeleteReferenceImageRequest,Empty> deleteReferenceImageCallable()
Returns
Type Description
UnaryCallable<DeleteReferenceImageRequest,Empty>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

getProductCallable()

public UnaryCallable<GetProductRequest,Product> getProductCallable()
Returns
Type Description
UnaryCallable<GetProductRequest,Product>

getProductSetCallable()

public UnaryCallable<GetProductSetRequest,ProductSet> getProductSetCallable()
Returns
Type Description
UnaryCallable<GetProductSetRequest,ProductSet>

getReferenceImageCallable()

public UnaryCallable<GetReferenceImageRequest,ReferenceImage> getReferenceImageCallable()
Returns
Type Description
UnaryCallable<GetReferenceImageRequest,ReferenceImage>

importProductSetsCallable()

public UnaryCallable<ImportProductSetsRequest,Operation> importProductSetsCallable()
Returns
Type Description
UnaryCallable<ImportProductSetsRequest,Operation>

importProductSetsOperationCallable()

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

listProductSetsCallable()

public UnaryCallable<ListProductSetsRequest,ListProductSetsResponse> listProductSetsCallable()
Returns
Type Description
UnaryCallable<ListProductSetsRequest,ListProductSetsResponse>

listProductSetsPagedCallable()

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

listProductsCallable()

public UnaryCallable<ListProductsRequest,ListProductsResponse> listProductsCallable()
Returns
Type Description
UnaryCallable<ListProductsRequest,ListProductsResponse>

listProductsInProductSetCallable()

public UnaryCallable<ListProductsInProductSetRequest,ListProductsInProductSetResponse> listProductsInProductSetCallable()
Returns
Type Description
UnaryCallable<ListProductsInProductSetRequest,ListProductsInProductSetResponse>

listProductsInProductSetPagedCallable()

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

listProductsPagedCallable()

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

listReferenceImagesCallable()

public UnaryCallable<ListReferenceImagesRequest,ListReferenceImagesResponse> listReferenceImagesCallable()
Returns
Type Description
UnaryCallable<ListReferenceImagesRequest,ListReferenceImagesResponse>

listReferenceImagesPagedCallable()

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

purgeProductsCallable()

public UnaryCallable<PurgeProductsRequest,Operation> purgeProductsCallable()
Returns
Type Description
UnaryCallable<PurgeProductsRequest,Operation>

purgeProductsOperationCallable()

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

removeProductFromProductSetCallable()

public UnaryCallable<RemoveProductFromProductSetRequest,Empty> removeProductFromProductSetCallable()
Returns
Type Description
UnaryCallable<RemoveProductFromProductSetRequest,Empty>

updateProductCallable()

public UnaryCallable<UpdateProductRequest,Product> updateProductCallable()
Returns
Type Description
UnaryCallable<UpdateProductRequest,Product>

updateProductSetCallable()

public UnaryCallable<UpdateProductSetRequest,ProductSet> updateProductSetCallable()
Returns
Type Description
UnaryCallable<UpdateProductSetRequest,ProductSet>