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
TypeDescription
UnaryCallable<CreateDashboardRequest,Dashboard>

deleteDashboardCallable()

public UnaryCallable<DeleteDashboardRequest,Empty> deleteDashboardCallable()
Returns
TypeDescription
UnaryCallable<DeleteDashboardRequest,Empty>

getDashboardCallable()

public UnaryCallable<GetDashboardRequest,Dashboard> getDashboardCallable()
Returns
TypeDescription
UnaryCallable<GetDashboardRequest,Dashboard>

listDashboardsCallable()

public UnaryCallable<ListDashboardsRequest,ListDashboardsResponse> listDashboardsCallable()
Returns
TypeDescription
UnaryCallable<ListDashboardsRequest,ListDashboardsResponse>

listDashboardsPagedCallable()

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

updateDashboardCallable()

public UnaryCallable<UpdateDashboardRequest,Dashboard> updateDashboardCallable()
Returns
TypeDescription
UnaryCallable<UpdateDashboardRequest,Dashboard>