Class IcebergCatalogServiceStub (0.62.0)

public abstract class IcebergCatalogServiceStub implements BackgroundResource

Base stub class for the IcebergCatalogService service API.

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

Inheritance

java.lang.Object > IcebergCatalogServiceStub

Implements

BackgroundResource

Constructors

IcebergCatalogServiceStub()

public IcebergCatalogServiceStub()

Methods

close()

public abstract void close()

createIcebergCatalogCallable()

public UnaryCallable<CreateIcebergCatalogRequest,IcebergCatalog> createIcebergCatalogCallable()
Returns
Type Description
UnaryCallable<CreateIcebergCatalogRequest,IcebergCatalog>

failoverIcebergCatalogCallable()

public UnaryCallable<FailoverIcebergCatalogRequest,FailoverIcebergCatalogResponse> failoverIcebergCatalogCallable()
Returns
Type Description
UnaryCallable<FailoverIcebergCatalogRequest,FailoverIcebergCatalogResponse>

getIcebergCatalogCallable()

public UnaryCallable<GetIcebergCatalogRequest,IcebergCatalog> getIcebergCatalogCallable()
Returns
Type Description
UnaryCallable<GetIcebergCatalogRequest,IcebergCatalog>

listIcebergCatalogsCallable()

public UnaryCallable<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse> listIcebergCatalogsCallable()
Returns
Type Description
UnaryCallable<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse>

listIcebergCatalogsPagedCallable()

public UnaryCallable<ListIcebergCatalogsRequest,IcebergCatalogServiceClient.ListIcebergCatalogsPagedResponse> listIcebergCatalogsPagedCallable()
Returns
Type Description
UnaryCallable<ListIcebergCatalogsRequest,ListIcebergCatalogsPagedResponse>

updateIcebergCatalogCallable()

public UnaryCallable<UpdateIcebergCatalogRequest,IcebergCatalog> updateIcebergCatalogCallable()
Returns
Type Description
UnaryCallable<UpdateIcebergCatalogRequest,IcebergCatalog>