Class DasardsServiceGrpc (2.29.0)

public final class DasardsServiceGrpc

Manages Stackdriver dasards. A dasard is an arrangement of data display widgets in a specific layout.

Inheritance

java.lang.Object > DasardsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(DasardsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(DasardsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceDasardsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateDasardMethod()

public static MethodDescriptor<CreateDasardRequest,Dasard> getCreateDasardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateDasardRequest,Dasard>

getDeleteDasardMethod()

public static MethodDescriptor<DeleteDasardRequest,Empty> getDeleteDasardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteDasardRequest,Empty>

getGetDasardMethod()

public static MethodDescriptor<GetDasardRequest,Dasard> getGetDasardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDasardRequest,Dasard>

getListDasardsMethod()

public static MethodDescriptor<ListDasardsRequest,ListDasardsResponse> getListDasardsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDasardsRequest,ListDasardsResponse>

getServiceDescriptor()

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

getUpdateDasardMethod()

public static MethodDescriptor<UpdateDasardRequest,Dasard> getUpdateDasardMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateDasardRequest,Dasard>

newBlockingStub(Channel channel)

public static DasardsServiceGrpc.DasardsServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DasardsServiceGrpc.DasardsServiceBlockingStub

newFutureStub(Channel channel)

public static DasardsServiceGrpc.DasardsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DasardsServiceGrpc.DasardsServiceFutureStub

newStub(Channel channel)

public static DasardsServiceGrpc.DasardsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DasardsServiceGrpc.DasardsServiceStub