listSecretGenerators method

ResponseFuture<ListSecretGeneratorsResponse> listSecretGenerators(
  1. ListSecretGeneratorsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.ListSecretGeneratorsResponse> listSecretGenerators(
    $2.ListSecretGeneratorsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listSecretGenerators, request, options: options);
}