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