getOneHttpProxyPortByRunId_Pre method
Future<Int64Value>
getOneHttpProxyPortByRunId_Pre(
- ServiceCall $call,
- Future<
StringValue> $request
Implementation
$async.Future<$2.Int64Value> getOneHttpProxyPortByRunId_Pre($grpc.ServiceCall $call, $async.Future<$2.StringValue> $request) async {
return getOneHttpProxyPortByRunId($call, await $request);
}