Uses of Class
com.google.cloud.kms.v1.GenerateRandomBytesResponse
-
Packages that use GenerateRandomBytesResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of GenerateRandomBytesResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return GenerateRandomBytesResponse Modifier and Type Method Description GenerateRandomBytesResponse
GenerateRandomBytesResponse.Builder. build()
GenerateRandomBytesResponse
GenerateRandomBytesResponse.Builder. buildPartial()
GenerateRandomBytesResponse
KeyManagementServiceClient. generateRandomBytes(GenerateRandomBytesRequest request)
Generate random bytes using the Cloud KMS randomness source in the provided location.GenerateRandomBytesResponse
KeyManagementServiceClient. generateRandomBytes(String location, int lengthBytes, ProtectionLevel protectionLevel)
Generate random bytes using the Cloud KMS randomness source in the provided location.GenerateRandomBytesResponse
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. generateRandomBytes(GenerateRandomBytesRequest request)
Generate random bytes using the Cloud KMS randomness source in the provided location.static GenerateRandomBytesResponse
GenerateRandomBytesResponse. getDefaultInstance()
GenerateRandomBytesResponse
GenerateRandomBytesResponse.Builder. getDefaultInstanceForType()
GenerateRandomBytesResponse
GenerateRandomBytesResponse. getDefaultInstanceForType()
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseDelimitedFrom(InputStream input)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(byte[] data)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(com.google.protobuf.ByteString data)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(InputStream input)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(ByteBuffer data)
static GenerateRandomBytesResponse
GenerateRandomBytesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type GenerateRandomBytesResponse Modifier and Type Method Description 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.com.google.api.gax.rpc.UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceClient. generateRandomBytesCallable()
Generate random bytes using the Cloud KMS randomness source in the provided location.com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceSettings.Builder. generateRandomBytesSettings()
Returns the builder for the settings used for calls to generateRandomBytes.com.google.api.gax.rpc.UnaryCallSettings<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceSettings. generateRandomBytesSettings()
Returns the object with the settings used for calls to generateRandomBytes.static io.grpc.MethodDescriptor<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceGrpc. getGenerateRandomBytesMethod()
com.google.protobuf.Parser<GenerateRandomBytesResponse>
GenerateRandomBytesResponse. getParserForType()
static com.google.protobuf.Parser<GenerateRandomBytesResponse>
GenerateRandomBytesResponse. parser()
Methods in com.google.cloud.kms.v1 with parameters of type GenerateRandomBytesResponse Modifier and Type Method Description GenerateRandomBytesResponse.Builder
GenerateRandomBytesResponse.Builder. mergeFrom(GenerateRandomBytesResponse other)
static GenerateRandomBytesResponse.Builder
GenerateRandomBytesResponse. newBuilder(GenerateRandomBytesResponse prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type GenerateRandomBytesResponse Modifier and Type Method Description default void
KeyManagementServiceGrpc.AsyncService. generateRandomBytes(GenerateRandomBytesRequest request, io.grpc.stub.StreamObserver<GenerateRandomBytesResponse> responseObserver)
Generate random bytes using the Cloud KMS randomness source in the provided location.void
KeyManagementServiceGrpc.KeyManagementServiceStub. generateRandomBytes(GenerateRandomBytesRequest request, io.grpc.stub.StreamObserver<GenerateRandomBytesResponse> responseObserver)
Generate random bytes using the Cloud KMS randomness source in the provided location. -
Uses of GenerateRandomBytesResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type GenerateRandomBytesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
GrpcKeyManagementServiceStub. generateRandomBytesCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
HttpJsonKeyManagementServiceStub. generateRandomBytesCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceStub. generateRandomBytesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceStubSettings.Builder. generateRandomBytesSettings()
Returns the builder for the settings used for calls to generateRandomBytes.com.google.api.gax.rpc.UnaryCallSettings<GenerateRandomBytesRequest,GenerateRandomBytesResponse>
KeyManagementServiceStubSettings. generateRandomBytesSettings()
Returns the object with the settings used for calls to generateRandomBytes.
-