Class DashboardsServiceGrpc (2.10.0)

public final class DashboardsServiceGrpc

Manages Stackdriver dashboards. A dashboard is an arrangement of data display widgets in a specific layout.

Inheritance

java.lang.Object > DashboardsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateDashboardMethod()

public static MethodDescriptor<CreateDashboardRequest,Dashboard> getCreateDashboardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateDashboardRequest,Dashboard>

getDeleteDashboardMethod()

public static MethodDescriptor<DeleteDashboardRequest,Empty> getDeleteDashboardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteDashboardRequest,Empty>

getGetDashboardMethod()

public static MethodDescriptor<GetDashboardRequest,Dashboard> getGetDashboardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDashboardRequest,Dashboard>

getListDashboardsMethod()

public static MethodDescriptor<ListDashboardsRequest,ListDashboardsResponse> getListDashboardsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDashboardsRequest,ListDashboardsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateDashboardMethod()

public static MethodDescriptor<UpdateDashboardRequest,Dashboard> getUpdateDashboardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateDashboardRequest,Dashboard>

newBlockingStub(Channel channel)

public static DashboardsServiceGrpc.DashboardsServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DashboardsServiceGrpc.DashboardsServiceBlockingStub

newFutureStub(Channel channel)

public static DashboardsServiceGrpc.DashboardsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DashboardsServiceGrpc.DashboardsServiceFutureStub

newStub(Channel channel)

public static DashboardsServiceGrpc.DashboardsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DashboardsServiceGrpc.DashboardsServiceStub