public abstract class BrowserServiceStub implements BackgroundResourceBase stub class for the BrowserService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
BrowserServiceStub()
public BrowserServiceStub()Methods
close()
public abstract void close()getBrowserCallable()
public UnaryCallable<GetBrowserRequest,Browser> getBrowserCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<GetBrowserRequest,Browser> |
|
listBrowsersCallable()
public UnaryCallable<ListBrowsersRequest,ListBrowsersResponse> listBrowsersCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<ListBrowsersRequest,ListBrowsersResponse> |
|
listBrowsersPagedCallable()
public UnaryCallable<ListBrowsersRequest,BrowserServiceClient.ListBrowsersPagedResponse> listBrowsersPagedCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<ListBrowsersRequest,ListBrowsersPagedResponse> |
|