public abstract class ContentServiceStub implements BackgroundResourceBase stub class for the ContentService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
ContentServiceStub()
public ContentServiceStub()Methods
close()
public abstract void close()getContentCallable()
public UnaryCallable<GetContentRequest,Content> getContentCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<GetContentRequest,Content> |
|
listContentCallable()
public UnaryCallable<ListContentRequest,ListContentResponse> listContentCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<ListContentRequest,ListContentResponse> |
|
listContentPagedCallable()
public UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse> listContentPagedCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<ListContentRequest,ListContentPagedResponse> |
|