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<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceClient.generateRandomBytesCallable()
Generate random bytes using the Cloud KMS randomness source in the provided location.
|
UnaryCallSettings<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceSettings.generateRandomBytesSettings()
Returns the object with the settings used for calls to generateRandomBytes.
|
UnaryCallSettings.Builder<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceSettings.Builder.generateRandomBytesSettings()
Returns the builder for the settings used for calls to generateRandomBytes.
|
static MethodDescriptor<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceGrpc.getGenerateRandomBytesMethod() |
Parser<GenerateRandomBytesRequest> |
GenerateRandomBytesRequest.getParserForType() |
static Parser<GenerateRandomBytesRequest> |
GenerateRandomBytesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GenerateRandomBytesResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.generateRandomBytes(GenerateRandomBytesRequest request)
Generate random bytes using the Cloud KMS randomness source in the provided
location.
|
com.google.common.util.concurrent.ListenableFuture<GenerateRandomBytesResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.generateRandomBytes(GenerateRandomBytesRequest request)
Generate random bytes using the Cloud KMS randomness source in the provided
location.
|
GenerateRandomBytesResponse |
KeyManagementServiceClient.generateRandomBytes(GenerateRandomBytesRequest request)
Generate random bytes using the Cloud KMS randomness source in the provided location.
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.generateRandomBytes(GenerateRandomBytesRequest request,
StreamObserver<GenerateRandomBytesResponse> responseObserver)
Generate random bytes using the Cloud KMS randomness source in the provided
location.
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.generateRandomBytes(GenerateRandomBytesRequest request,
StreamObserver<GenerateRandomBytesResponse> responseObserver)
Generate random bytes using the Cloud KMS randomness source in the provided
location.
|
GenerateRandomBytesRequest.Builder |
GenerateRandomBytesRequest.Builder.mergeFrom(GenerateRandomBytesRequest other) |
static GenerateRandomBytesRequest.Builder |
GenerateRandomBytesRequest.newBuilder(GenerateRandomBytesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
HttpJsonKeyManagementServiceStub.generateRandomBytesCallable() |
UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceStub.generateRandomBytesCallable() |
UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
GrpcKeyManagementServiceStub.generateRandomBytesCallable() |
UnaryCallSettings<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceStubSettings.generateRandomBytesSettings()
Returns the object with the settings used for calls to generateRandomBytes.
|
UnaryCallSettings.Builder<GenerateRandomBytesRequest,GenerateRandomBytesResponse> |
KeyManagementServiceStubSettings.Builder.generateRandomBytesSettings()
Returns the builder for the settings used for calls to generateRandomBytes.
|
Copyright © 2022 Google LLC. All rights reserved.