Class FeedServiceStub (0.47.0)

public abstract class FeedServiceStub implements BackgroundResource

Base stub class for the FeedService service API.

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

Inheritance

java.lang.Object > FeedServiceStub

Implements

BackgroundResource

Constructors

FeedServiceStub()

public FeedServiceStub()

Methods

close()

public abstract void close()

showFeedCallable()

public UnaryCallable<ShowFeedRequest,ShowFeedResponse> showFeedCallable()
Returns
Type Description
UnaryCallable<ShowFeedRequest,ShowFeedResponse>

showFeedPagedCallable()

public UnaryCallable<ShowFeedRequest,FeedServiceClient.ShowFeedPagedResponse> showFeedPagedCallable()
Returns
Type Description
UnaryCallable<ShowFeedRequest,ShowFeedPagedResponse>