@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/kms/v1/ekm_service.proto") public final class EkmServiceGrpc extends Object
Google Cloud Key Management EKM Service Manages external cryptographic keys and operations using those keys. Implements a REST model with the following objects: * [EkmConnection][google.cloud.kms.v1.EkmConnection]
Modifier and Type | Class and Description |
---|---|
static class |
EkmServiceGrpc.EkmServiceBlockingStub
Google Cloud Key Management EKM Service
Manages external cryptographic keys and operations using those keys.
|
static class |
EkmServiceGrpc.EkmServiceFutureStub
Google Cloud Key Management EKM Service
Manages external cryptographic keys and operations using those keys.
|
static class |
EkmServiceGrpc.EkmServiceImplBase
Google Cloud Key Management EKM Service
Manages external cryptographic keys and operations using those keys.
|
static class |
EkmServiceGrpc.EkmServiceStub
Google Cloud Key Management EKM Service
Manages external cryptographic keys and operations using those keys.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateEkmConnectionRequest,EkmConnection> |
getCreateEkmConnectionMethod() |
static MethodDescriptor<GetEkmConnectionRequest,EkmConnection> |
getGetEkmConnectionMethod() |
static MethodDescriptor<ListEkmConnectionsRequest,ListEkmConnectionsResponse> |
getListEkmConnectionsMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<UpdateEkmConnectionRequest,EkmConnection> |
getUpdateEkmConnectionMethod() |
static EkmServiceGrpc.EkmServiceBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EkmServiceGrpc.EkmServiceFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EkmServiceGrpc.EkmServiceStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<ListEkmConnectionsRequest,ListEkmConnectionsResponse> getListEkmConnectionsMethod()
public static MethodDescriptor<GetEkmConnectionRequest,EkmConnection> getGetEkmConnectionMethod()
public static MethodDescriptor<CreateEkmConnectionRequest,EkmConnection> getCreateEkmConnectionMethod()
public static MethodDescriptor<UpdateEkmConnectionRequest,EkmConnection> getUpdateEkmConnectionMethod()
public static EkmServiceGrpc.EkmServiceStub newStub(Channel channel)
public static EkmServiceGrpc.EkmServiceBlockingStub newBlockingStub(Channel channel)
public static EkmServiceGrpc.EkmServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.