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<CreateImportJobRequest,ImportJob> |
KeyManagementServiceClient.createImportJobCallable()
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
UnaryCallSettings<CreateImportJobRequest,ImportJob> |
KeyManagementServiceSettings.createImportJobSettings()
Returns the object with the settings used for calls to createImportJob.
|
UnaryCallSettings.Builder<CreateImportJobRequest,ImportJob> |
KeyManagementServiceSettings.Builder.createImportJobSettings()
Returns the builder for the settings used for calls to createImportJob.
|
static MethodDescriptor<CreateImportJobRequest,ImportJob> |
KeyManagementServiceGrpc.getCreateImportJobMethod() |
Parser<CreateImportJobRequest> |
CreateImportJobRequest.getParserForType() |
static Parser<CreateImportJobRequest> |
CreateImportJobRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ImportJob |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.createImportJob(CreateImportJobRequest request)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
com.google.common.util.concurrent.ListenableFuture<ImportJob> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.createImportJob(CreateImportJobRequest request)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
ImportJob |
KeyManagementServiceClient.createImportJob(CreateImportJobRequest request)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.createImportJob(CreateImportJobRequest request,
StreamObserver<ImportJob> responseObserver)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.createImportJob(CreateImportJobRequest request,
StreamObserver<ImportJob> responseObserver)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a
[KeyRing][google.cloud.kms.v1.KeyRing].
|
CreateImportJobRequest.Builder |
CreateImportJobRequest.Builder.mergeFrom(CreateImportJobRequest other) |
static CreateImportJobRequest.Builder |
CreateImportJobRequest.newBuilder(CreateImportJobRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateImportJobRequest,ImportJob> |
HttpJsonKeyManagementServiceStub.createImportJobCallable() |
UnaryCallable<CreateImportJobRequest,ImportJob> |
KeyManagementServiceStub.createImportJobCallable() |
UnaryCallable<CreateImportJobRequest,ImportJob> |
GrpcKeyManagementServiceStub.createImportJobCallable() |
UnaryCallSettings<CreateImportJobRequest,ImportJob> |
KeyManagementServiceStubSettings.createImportJobSettings()
Returns the object with the settings used for calls to createImportJob.
|
UnaryCallSettings.Builder<CreateImportJobRequest,ImportJob> |
KeyManagementServiceStubSettings.Builder.createImportJobSettings()
Returns the builder for the settings used for calls to createImportJob.
|
Copyright © 2022 Google LLC. All rights reserved.