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