listLogEntries_Pre method
Future<ListLogEntriesResponse>
listLogEntries_Pre(
- ServiceCall $call,
- Future<
ListLogEntriesRequest> $request
Implementation
$async.Future<$0.ListLogEntriesResponse> listLogEntries_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListLogEntriesRequest> $request) async {
return listLogEntries($call, await $request);
}