Class NativeDashboardServiceStub (0.31.0)

public abstract class NativeDashboardServiceStub implements BackgroundResource

Base stub class for the NativeDashboardService service API.

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

Inheritance

java.lang.Object > NativeDashboardServiceStub

Implements

BackgroundResource

Constructors

NativeDashboardServiceStub()

public NativeDashboardServiceStub()

Methods

addChartCallable()

public UnaryCallable<AddChartRequest,AddChartResponse> addChartCallable()
Returns
Type Description
UnaryCallable<AddChartRequest,AddChartResponse>

close()

public abstract void close()

createNativeDashboardCallable()

public UnaryCallable<CreateNativeDashboardRequest,NativeDashboard> createNativeDashboardCallable()
Returns
Type Description
UnaryCallable<CreateNativeDashboardRequest,NativeDashboard>

deleteNativeDashboardCallable()

public UnaryCallable<DeleteNativeDashboardRequest,Empty> deleteNativeDashboardCallable()
Returns
Type Description
UnaryCallable<DeleteNativeDashboardRequest,Empty>

duplicateChartCallable()

public UnaryCallable<DuplicateChartRequest,DuplicateChartResponse> duplicateChartCallable()
Returns
Type Description
UnaryCallable<DuplicateChartRequest,DuplicateChartResponse>

duplicateNativeDashboardCallable()

public UnaryCallable<DuplicateNativeDashboardRequest,NativeDashboard> duplicateNativeDashboardCallable()
Returns
Type Description
UnaryCallable<DuplicateNativeDashboardRequest,NativeDashboard>

editChartCallable()

public UnaryCallable<EditChartRequest,EditChartResponse> editChartCallable()
Returns
Type Description
UnaryCallable<EditChartRequest,EditChartResponse>

exportNativeDashboardsCallable()

public UnaryCallable<ExportNativeDashboardsRequest,ExportNativeDashboardsResponse> exportNativeDashboardsCallable()
Returns
Type Description
UnaryCallable<ExportNativeDashboardsRequest,ExportNativeDashboardsResponse>

getNativeDashboardCallable()

public UnaryCallable<GetNativeDashboardRequest,NativeDashboard> getNativeDashboardCallable()
Returns
Type Description
UnaryCallable<GetNativeDashboardRequest,NativeDashboard>

importNativeDashboardsCallable()

public UnaryCallable<ImportNativeDashboardsRequest,ImportNativeDashboardsResponse> importNativeDashboardsCallable()
Returns
Type Description
UnaryCallable<ImportNativeDashboardsRequest,ImportNativeDashboardsResponse>

listNativeDashboardsCallable()

public UnaryCallable<ListNativeDashboardsRequest,ListNativeDashboardsResponse> listNativeDashboardsCallable()
Returns
Type Description
UnaryCallable<ListNativeDashboardsRequest,ListNativeDashboardsResponse>

listNativeDashboardsPagedCallable()

public UnaryCallable<ListNativeDashboardsRequest,NativeDashboardServiceClient.ListNativeDashboardsPagedResponse> listNativeDashboardsPagedCallable()
Returns
Type Description
UnaryCallable<ListNativeDashboardsRequest,ListNativeDashboardsPagedResponse>

removeChartCallable()

public UnaryCallable<RemoveChartRequest,NativeDashboard> removeChartCallable()
Returns
Type Description
UnaryCallable<RemoveChartRequest,NativeDashboard>

updateNativeDashboardCallable()

public UnaryCallable<UpdateNativeDashboardRequest,NativeDashboard> updateNativeDashboardCallable()
Returns
Type Description
UnaryCallable<UpdateNativeDashboardRequest,NativeDashboard>