Class KeyDashboardServiceGrpc (0.30.0)

public final class KeyDashboardServiceGrpc

Provides a cross-region view of all Cloud KMS keys in a given Cloud project.

Inheritance

java.lang.Object > KeyDashboardServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(KeyDashboardServiceGrpc.AsyncService service)

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

getListCryptoKeysMethod()

public static MethodDescriptor<ListCryptoKeysRequest,ListCryptoKeysResponse> getListCryptoKeysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCryptoKeysRequest,ListCryptoKeysResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub 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
KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub

newFutureStub(Channel channel)

public static KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub

newStub(Channel channel)

public static KeyDashboardServiceGrpc.KeyDashboardServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
KeyDashboardServiceGrpc.KeyDashboardServiceStub