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