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