Package com.google.cloud.kms.v1
Class EkmServiceGrpc.EkmServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<EkmServiceGrpc.EkmServiceBlockingStub>
-
- com.google.cloud.kms.v1.EkmServiceGrpc.EkmServiceBlockingStub
-
- Enclosing class:
- EkmServiceGrpc
public static final class EkmServiceGrpc.EkmServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<EkmServiceGrpc.EkmServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service EkmService.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]
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EkmServiceGrpc.EkmServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)EkmConnectioncreateEkmConnection(CreateEkmConnectionRequest request)Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.EkmConfiggetEkmConfig(GetEkmConfigRequest request)Returns the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.EkmConnectiongetEkmConnection(GetEkmConnectionRequest request)Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].ListEkmConnectionsResponselistEkmConnections(ListEkmConnectionsRequest request)Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].EkmConfigupdateEkmConfig(UpdateEkmConfigRequest request)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.EkmConnectionupdateEkmConnection(UpdateEkmConnectionRequest request)Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.VerifyConnectivityResponseverifyConnectivity(VerifyConnectivityRequest request)Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].
-
-
-
Method Detail
-
build
protected EkmServiceGrpc.EkmServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<EkmServiceGrpc.EkmServiceBlockingStub>
-
listEkmConnections
public ListEkmConnectionsResponse listEkmConnections(ListEkmConnectionsRequest request)
Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
-
getEkmConnection
public EkmConnection getEkmConnection(GetEkmConnectionRequest request)
Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].
-
createEkmConnection
public EkmConnection createEkmConnection(CreateEkmConnectionRequest request)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.
-
updateEkmConnection
public EkmConnection updateEkmConnection(UpdateEkmConnectionRequest request)
Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
-
getEkmConfig
public EkmConfig getEkmConfig(GetEkmConfigRequest request)
Returns the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
-
updateEkmConfig
public EkmConfig updateEkmConfig(UpdateEkmConfigRequest request)
Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
-
verifyConnectivity
public VerifyConnectivityResponse verifyConnectivity(VerifyConnectivityRequest request)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection]. If there is an error connecting to the EKM, this method returns a FAILED_PRECONDITION status containing structured information as described at https://cloud.google.com/kms/docs/reference/ekm_errors.
-
-