listDatasetsByIDs_Pre method
Future<ListDatasetsByIDsResponse>
listDatasetsByIDs_Pre(
- ServiceCall call,
- Future<
ListDatasetsByIDsRequest> request
Implementation
$async.Future<$4.ListDatasetsByIDsResponse> listDatasetsByIDs_Pre($grpc.ServiceCall call, $async.Future<$4.ListDatasetsByIDsRequest> request) async {
return listDatasetsByIDs(call, await request);
}