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