TranslationIssueServiceBase constructor
TranslationIssueServiceBase()
Implementation
TranslationIssueServiceBase() {
$addMethod($grpc.ServiceMethod<$0.TranslationId, $1.TranslationIssueList>(
'GetTranslationIssuesByTranslation',
getTranslationIssuesByTranslation_Pre,
false,
false,
($core.List<$core.int> value) => $0.TranslationId.fromBuffer(value),
($1.TranslationIssueList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$2.ProjectId, $1.TranslationIssueList>(
'GetTranslationIssuesbyProject',
getTranslationIssuesbyProject_Pre,
false,
false,
($core.List<$core.int> value) => $2.ProjectId.fromBuffer(value),
($1.TranslationIssueList value) => value.writeToBuffer()));
}