public static final class EkmServiceGrpc.EkmServiceBlockingStub extends AbstractBlockingStub<EkmServiceGrpc.EkmServiceBlockingStub>
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]
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected EkmServiceGrpc.EkmServiceBlockingStub |
build(Channel channel,
CallOptions callOptions) |
EkmConnection |
createEkmConnection(CreateEkmConnectionRequest request)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given
Project and Location.
|
EkmConnection |
getEkmConnection(GetEkmConnectionRequest request)
Returns metadata for a given
[EkmConnection][google.cloud.kms.v1.EkmConnection].
|
ListEkmConnectionsResponse |
listEkmConnections(ListEkmConnectionsRequest request)
Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
EkmConnection |
updateEkmConnection(UpdateEkmConnectionRequest request)
Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected EkmServiceGrpc.EkmServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<EkmServiceGrpc.EkmServiceBlockingStub>
public ListEkmConnectionsResponse listEkmConnections(ListEkmConnectionsRequest request)
Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
public EkmConnection getEkmConnection(GetEkmConnectionRequest request)
Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].
public EkmConnection createEkmConnection(CreateEkmConnectionRequest request)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.
public EkmConnection updateEkmConnection(UpdateEkmConnectionRequest request)
Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
Copyright © 2022 Google LLC. All rights reserved.