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 |
ListCryptoKeysResponse.Builder.build() |
ListCryptoKeysResponse |
ListCryptoKeysResponse.Builder.buildPartial() |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.getDefaultInstance() |
ListCryptoKeysResponse |
ListCryptoKeysResponse.getDefaultInstanceForType() |
ListCryptoKeysResponse |
ListCryptoKeysResponse.Builder.getDefaultInstanceForType() |
ListCryptoKeysResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.listCryptoKeys(ListCryptoKeysRequest request)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseDelimitedFrom(InputStream input) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(byte[] data) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(ByteBuffer data) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(ByteString data) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(CodedInputStream input) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(InputStream input) |
static ListCryptoKeysResponse |
ListCryptoKeysResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListCryptoKeysRequest,ListCryptoKeysResponse> |
KeyManagementServiceGrpc.getListCryptoKeysMethod() |
Parser<ListCryptoKeysResponse> |
ListCryptoKeysResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListCryptoKeysResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.listCryptoKeys(ListCryptoKeysRequest request)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse> |
KeyManagementServiceClient.listCryptoKeysCallable()
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
|
PagedCallSettings<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyManagementServiceClient.ListCryptoKeysPagedResponse> |
KeyManagementServiceSettings.listCryptoKeysSettings()
Returns the object with the settings used for calls to listCryptoKeys.
|
PagedCallSettings.Builder<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyManagementServiceClient.ListCryptoKeysPagedResponse> |
KeyManagementServiceSettings.Builder.listCryptoKeysSettings()
Returns the builder for the settings used for calls to listCryptoKeys.
|
static Parser<ListCryptoKeysResponse> |
ListCryptoKeysResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected KeyManagementServiceClient.ListCryptoKeysPage |
KeyManagementServiceClient.ListCryptoKeysPage.createPage(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context,
ListCryptoKeysResponse response) |
ListCryptoKeysResponse.Builder |
ListCryptoKeysResponse.Builder.mergeFrom(ListCryptoKeysResponse other) |
static ListCryptoKeysResponse.Builder |
ListCryptoKeysResponse.newBuilder(ListCryptoKeysResponse 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) |
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) |
com.google.api.core.ApiFuture<KeyManagementServiceClient.ListCryptoKeysPage> |
KeyManagementServiceClient.ListCryptoKeysPage.createPageAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context,
com.google.api.core.ApiFuture<ListCryptoKeysResponse> futureResponse) |
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].
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse> |
HttpJsonKeyManagementServiceStub.listCryptoKeysCallable() |
UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse> |
KeyManagementServiceStub.listCryptoKeysCallable() |
UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse> |
GrpcKeyManagementServiceStub.listCryptoKeysCallable() |
PagedCallSettings<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyManagementServiceClient.ListCryptoKeysPagedResponse> |
KeyManagementServiceStubSettings.listCryptoKeysSettings()
Returns the object with the settings used for calls to listCryptoKeys.
|
PagedCallSettings.Builder<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyManagementServiceClient.ListCryptoKeysPagedResponse> |
KeyManagementServiceStubSettings.Builder.listCryptoKeysSettings()
Returns the builder for the settings used for calls to listCryptoKeys.
|
Copyright © 2022 Google LLC. All rights reserved.