Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
com.google.cloud.kms.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceClient.createEkmConnectionCallable()
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and
Location.
|
UnaryCallSettings<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceSettings.createEkmConnectionSettings()
Returns the object with the settings used for calls to createEkmConnection.
|
UnaryCallSettings.Builder<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceSettings.Builder.createEkmConnectionSettings()
Returns the builder for the settings used for calls to createEkmConnection.
|
static MethodDescriptor<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceGrpc.getCreateEkmConnectionMethod() |
Parser<CreateEkmConnectionRequest> |
CreateEkmConnectionRequest.getParserForType() |
static Parser<CreateEkmConnectionRequest> |
CreateEkmConnectionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
EkmConnection |
EkmServiceGrpc.EkmServiceBlockingStub.createEkmConnection(CreateEkmConnectionRequest request)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given
Project and Location.
|
com.google.common.util.concurrent.ListenableFuture<EkmConnection> |
EkmServiceGrpc.EkmServiceFutureStub.createEkmConnection(CreateEkmConnectionRequest request)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given
Project and Location.
|
EkmConnection |
EkmServiceClient.createEkmConnection(CreateEkmConnectionRequest request)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and
Location.
|
void |
EkmServiceGrpc.EkmServiceImplBase.createEkmConnection(CreateEkmConnectionRequest request,
StreamObserver<EkmConnection> responseObserver)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given
Project and Location.
|
void |
EkmServiceGrpc.EkmServiceStub.createEkmConnection(CreateEkmConnectionRequest request,
StreamObserver<EkmConnection> responseObserver)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given
Project and Location.
|
CreateEkmConnectionRequest.Builder |
CreateEkmConnectionRequest.Builder.mergeFrom(CreateEkmConnectionRequest other) |
static CreateEkmConnectionRequest.Builder |
CreateEkmConnectionRequest.newBuilder(CreateEkmConnectionRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateEkmConnectionRequest,EkmConnection> |
HttpJsonEkmServiceStub.createEkmConnectionCallable() |
UnaryCallable<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceStub.createEkmConnectionCallable() |
UnaryCallable<CreateEkmConnectionRequest,EkmConnection> |
GrpcEkmServiceStub.createEkmConnectionCallable() |
UnaryCallSettings<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceStubSettings.createEkmConnectionSettings()
Returns the object with the settings used for calls to createEkmConnection.
|
UnaryCallSettings.Builder<CreateEkmConnectionRequest,EkmConnection> |
EkmServiceStubSettings.Builder.createEkmConnectionSettings()
Returns the builder for the settings used for calls to createEkmConnection.
|
Copyright © 2022 Google LLC. All rights reserved.