Class AssetServiceStub (3.7.2-SNAPSHOT)

public abstract class AssetServiceStub implements BackgroundResource

Base stub class for the AssetService service API.

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

Inheritance

java.lang.Object > AssetServiceStub

Implements

BackgroundResource

Constructors

AssetServiceStub()

public AssetServiceStub()

Methods

close()

public abstract void close()

createFeedCallable()

public UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
Returns
TypeDescription
UnaryCallable<CreateFeedRequest,Feed>

deleteFeedCallable()

public UnaryCallable<DeleteFeedRequest,Empty> deleteFeedCallable()
Returns
TypeDescription
UnaryCallable<DeleteFeedRequest,Empty>

getFeedCallable()

public UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
Returns
TypeDescription
UnaryCallable<GetFeedRequest,Feed>

listFeedsCallable()

public UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()
Returns
TypeDescription
UnaryCallable<ListFeedsRequest,ListFeedsResponse>

updateFeedCallable()

public UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
Returns
TypeDescription
UnaryCallable<UpdateFeedRequest,Feed>