Class ContentBundleServiceStub (0.39.0)

public abstract class ContentBundleServiceStub implements BackgroundResource

Base stub class for the ContentBundleService service API.

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

Inheritance

java.lang.Object > ContentBundleServiceStub

Implements

BackgroundResource

Constructors

ContentBundleServiceStub()

public ContentBundleServiceStub()

Methods

close()

public abstract void close()

getContentBundleCallable()

public UnaryCallable<GetContentBundleRequest,ContentBundle> getContentBundleCallable()
Returns
Type Description
UnaryCallable<GetContentBundleRequest,ContentBundle>

listContentBundlesCallable()

public UnaryCallable<ListContentBundlesRequest,ListContentBundlesResponse> listContentBundlesCallable()
Returns
Type Description
UnaryCallable<ListContentBundlesRequest,ListContentBundlesResponse>

listContentBundlesPagedCallable()

public UnaryCallable<ListContentBundlesRequest,ContentBundleServiceClient.ListContentBundlesPagedResponse> listContentBundlesPagedCallable()
Returns
Type Description
UnaryCallable<ListContentBundlesRequest,ListContentBundlesPagedResponse>