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