Class ContentServiceStub (1.0.1)

public abstract class ContentServiceStub implements BackgroundResource

Base stub class for the ContentService service API.

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

Inheritance

java.lang.Object > ContentServiceStub

Implements

BackgroundResource

Constructors

ContentServiceStub()

public ContentServiceStub()

Methods

close()

public abstract void close()

createContentCallable()

public UnaryCallable<CreateContentRequest,Content> createContentCallable()
Returns

deleteContentCallable()

public UnaryCallable<DeleteContentRequest,Empty> deleteContentCallable()
Returns

getContentCallable()

public UnaryCallable<GetContentRequest,Content> getContentCallable()
Returns

listContentCallable()

public UnaryCallable<ListContentRequest,ListContentResponse> listContentCallable()
Returns

listContentPagedCallable()

public UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse> listContentPagedCallable()
Returns

updateContentCallable()

public UnaryCallable<UpdateContentRequest,Content> updateContentCallable()
Returns