getTranslationsByProject method

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

Implementation

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