getTranslationsByProjectSearch method

ResponseFuture<TranslationList> getTranslationsByProjectSearch(
  1. ProjectSearch request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.TranslationList> getTranslationsByProjectSearch(
  $1.ProjectSearch request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getTranslationsByProjectSearch, request,
      options: options);
}