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 |
---|---|
ListCryptoKeysResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.listCryptoKeys(ListCryptoKeysRequest request)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
com.google.common.util.concurrent.ListenableFuture<ListCryptoKeysResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.listCryptoKeys(ListCryptoKeysRequest request)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
KeyManagementServiceClient.ListCryptoKeysPagedResponse |
KeyManagementServiceClient.listCryptoKeys(ListCryptoKeysRequest request)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.listCryptoKeys(ListCryptoKeysRequest request,
StreamObserver<ListCryptoKeysResponse> responseObserver)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.listCryptoKeys(ListCryptoKeysRequest request,
StreamObserver<ListCryptoKeysResponse> responseObserver)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
ListCryptoKeysRequest.Builder |
ListCryptoKeysRequest.Builder.mergeFrom(ListCryptoKeysRequest other) |
static ListCryptoKeysRequest.Builder |
ListCryptoKeysRequest.newBuilder(ListCryptoKeysRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<KeyManagementServiceClient.ListCryptoKeysPagedResponse> |
KeyManagementServiceClient.ListCryptoKeysPagedResponse.createAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context,
com.google.api.core.ApiFuture<ListCryptoKeysResponse> futureResponse) |
protected KeyManagementServiceClient.ListCryptoKeysPage |
KeyManagementServiceClient.ListCryptoKeysPage.createPage(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context,
ListCryptoKeysResponse response) |
com.google.api.core.ApiFuture<KeyManagementServiceClient.ListCryptoKeysPage> |
KeyManagementServiceClient.ListCryptoKeysPage.createPageAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context,
com.google.api.core.ApiFuture<ListCryptoKeysResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.