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