Class EkmServiceGrpc (2.4.4)

public final class EkmServiceGrpc

Google Cloud Key Management EKM Service Manages external cryptographic keys and operations using those keys. Implements a REST model with the following objects:

  • EkmConnection

Inheritance

java.lang.Object > EkmServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateEkmConnectionMethod()

public static MethodDescriptor<CreateEkmConnectionRequest,EkmConnection> getCreateEkmConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEkmConnectionRequest,EkmConnection>

getGetEkmConnectionMethod()

public static MethodDescriptor<GetEkmConnectionRequest,EkmConnection> getGetEkmConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEkmConnectionRequest,EkmConnection>

getListEkmConnectionsMethod()

public static MethodDescriptor<ListEkmConnectionsRequest,ListEkmConnectionsResponse> getListEkmConnectionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEkmConnectionsRequest,ListEkmConnectionsResponse>

getServiceDescriptor()

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

getUpdateEkmConnectionMethod()

public static MethodDescriptor<UpdateEkmConnectionRequest,EkmConnection> getUpdateEkmConnectionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEkmConnectionRequest,EkmConnection>

newBlockingStub(Channel channel)

public static EkmServiceGrpc.EkmServiceBlockingStub 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
EkmServiceGrpc.EkmServiceBlockingStub

newFutureStub(Channel channel)

public static EkmServiceGrpc.EkmServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EkmServiceGrpc.EkmServiceFutureStub

newStub(Channel channel)

public static EkmServiceGrpc.EkmServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EkmServiceGrpc.EkmServiceStub