Class NativeDashboardServiceGrpc (0.31.0)

public final class NativeDashboardServiceGrpc

A service providing functionality for managing native dashboards.

Inheritance

java.lang.Object > NativeDashboardServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(NativeDashboardServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(NativeDashboardServiceGrpc.AsyncService service)
Parameter
Name Description
service NativeDashboardServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getAddChartMethod()

public static MethodDescriptor<AddChartRequest,AddChartResponse> getAddChartMethod()
Returns
Type Description
io.grpc.MethodDescriptor<AddChartRequest,AddChartResponse>

getCreateNativeDashboardMethod()

public static MethodDescriptor<CreateNativeDashboardRequest,NativeDashboard> getCreateNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateNativeDashboardRequest,NativeDashboard>

getDeleteNativeDashboardMethod()

public static MethodDescriptor<DeleteNativeDashboardRequest,Empty> getDeleteNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteNativeDashboardRequest,Empty>

getDuplicateChartMethod()

public static MethodDescriptor<DuplicateChartRequest,DuplicateChartResponse> getDuplicateChartMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DuplicateChartRequest,DuplicateChartResponse>

getDuplicateNativeDashboardMethod()

public static MethodDescriptor<DuplicateNativeDashboardRequest,NativeDashboard> getDuplicateNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DuplicateNativeDashboardRequest,NativeDashboard>

getEditChartMethod()

public static MethodDescriptor<EditChartRequest,EditChartResponse> getEditChartMethod()
Returns
Type Description
io.grpc.MethodDescriptor<EditChartRequest,EditChartResponse>

getExportNativeDashboardsMethod()

public static MethodDescriptor<ExportNativeDashboardsRequest,ExportNativeDashboardsResponse> getExportNativeDashboardsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ExportNativeDashboardsRequest,ExportNativeDashboardsResponse>

getGetNativeDashboardMethod()

public static MethodDescriptor<GetNativeDashboardRequest,NativeDashboard> getGetNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetNativeDashboardRequest,NativeDashboard>

getImportNativeDashboardsMethod()

public static MethodDescriptor<ImportNativeDashboardsRequest,ImportNativeDashboardsResponse> getImportNativeDashboardsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ImportNativeDashboardsRequest,ImportNativeDashboardsResponse>

getListNativeDashboardsMethod()

public static MethodDescriptor<ListNativeDashboardsRequest,ListNativeDashboardsResponse> getListNativeDashboardsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListNativeDashboardsRequest,ListNativeDashboardsResponse>

getRemoveChartMethod()

public static MethodDescriptor<RemoveChartRequest,NativeDashboard> getRemoveChartMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RemoveChartRequest,NativeDashboard>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateNativeDashboardMethod()

public static MethodDescriptor<UpdateNativeDashboardRequest,NativeDashboard> getUpdateNativeDashboardMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateNativeDashboardRequest,NativeDashboard>

newBlockingStub(Channel channel)

public static NativeDashboardServiceGrpc.NativeDashboardServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NativeDashboardServiceGrpc.NativeDashboardServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static NativeDashboardServiceGrpc.NativeDashboardServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NativeDashboardServiceGrpc.NativeDashboardServiceBlockingV2Stub

newFutureStub(Channel channel)

public static NativeDashboardServiceGrpc.NativeDashboardServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NativeDashboardServiceGrpc.NativeDashboardServiceFutureStub

newStub(Channel channel)

public static NativeDashboardServiceGrpc.NativeDashboardServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NativeDashboardServiceGrpc.NativeDashboardServiceStub