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