Class DashboardsServiceStub (2.4.0)

public abstract class DashboardsServiceStub implements BackgroundResource

Base stub class for the DashboardsService service API.

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

Inheritance

java.lang.Object > DashboardsServiceStub

Implements

BackgroundResource

Constructors

DashboardsServiceStub()

public DashboardsServiceStub()

Methods

close()

public abstract void close()

createDashboardCallable()

public UnaryCallable<CreateDashboardRequest,Dashboard> createDashboardCallable()
Returns

deleteDashboardCallable()

public UnaryCallable<DeleteDashboardRequest,Empty> deleteDashboardCallable()
Returns

getDashboardCallable()

public UnaryCallable<GetDashboardRequest,Dashboard> getDashboardCallable()
Returns

listDashboardsCallable()

public UnaryCallable<ListDashboardsRequest,ListDashboardsResponse> listDashboardsCallable()
Returns

listDashboardsPagedCallable()

public UnaryCallable<ListDashboardsRequest,DashboardsServiceClient.ListDashboardsPagedResponse> listDashboardsPagedCallable()
Returns

updateDashboardCallable()

public UnaryCallable<UpdateDashboardRequest,Dashboard> updateDashboardCallable()
Returns