getSecretGenerator method
ResponseFuture<GetSecretGeneratorResponse>
getSecretGenerator(
- GetSecretGeneratorRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.GetSecretGeneratorResponse> getSecretGenerator(
$3.GetSecretGeneratorRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getSecretGenerator, request, options: options);
}