Class CatalogServiceStub (0.44.0)

public abstract class CatalogServiceStub implements BackgroundResource

Base stub class for the CatalogService service API.

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

Inheritance

java.lang.Object > CatalogServiceStub

Implements

BackgroundResource

Constructors

CatalogServiceStub()

public CatalogServiceStub()

Methods

close()

public abstract void close()

createCatalogItemCallable()

public UnaryCallable<CreateCatalogItemRequest,CatalogItem> createCatalogItemCallable()
Returns
TypeDescription
UnaryCallable<CreateCatalogItemRequest,CatalogItem>

deleteCatalogItemCallable()

public UnaryCallable<DeleteCatalogItemRequest,Empty> deleteCatalogItemCallable()
Returns
TypeDescription
UnaryCallable<DeleteCatalogItemRequest,Empty>

getCatalogItemCallable()

public UnaryCallable<GetCatalogItemRequest,CatalogItem> getCatalogItemCallable()
Returns
TypeDescription
UnaryCallable<GetCatalogItemRequest,CatalogItem>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

importCatalogItemsCallable()

public UnaryCallable<ImportCatalogItemsRequest,Operation> importCatalogItemsCallable()
Returns
TypeDescription
UnaryCallable<ImportCatalogItemsRequest,Operation>

importCatalogItemsOperationCallable()

public OperationCallable<ImportCatalogItemsRequest,ImportCatalogItemsResponse,ImportMetadata> importCatalogItemsOperationCallable()
Returns
TypeDescription
OperationCallable<ImportCatalogItemsRequest,ImportCatalogItemsResponse,ImportMetadata>

listCatalogItemsCallable()

public UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsResponse> listCatalogItemsCallable()
Returns
TypeDescription
UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsResponse>

listCatalogItemsPagedCallable()

public UnaryCallable<ListCatalogItemsRequest,CatalogServiceClient.ListCatalogItemsPagedResponse> listCatalogItemsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListCatalogItemsRequest,ListCatalogItemsPagedResponse>

updateCatalogItemCallable()

public UnaryCallable<UpdateCatalogItemRequest,CatalogItem> updateCatalogItemCallable()
Returns
TypeDescription
UnaryCallable<UpdateCatalogItemRequest,CatalogItem>